Deleted Added
sdiff udiff text old ( 227730 ) new ( 235609 )
full compact
1/*
2 * Copyright (c) 2009-2010 The FreeBSD Foundation
3 * All rights reserved.
4 *
5 * This software was developed by Semihalf under sponsorship from
6 * the FreeBSD Foundation.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 14 unchanged lines hidden (view full) ---

23 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27 * SUCH DAMAGE.
28 *
29 * Marvell DB-88F6281 Device Tree Source.
30 *
31 * $FreeBSD: head/sys/boot/fdt/dts/db88f6281.dts 235609 2012-05-18 14:41:14Z gber $
32 */
33
34/dts-v1/;
35
36/ {
37 model = "mrvl,DB-88F6281";
38 compatible = "DB-88F6281-BP", "DB-88F6281-BP-A";
39 #address-cells = <1>;

--- 27 unchanged lines hidden (view full) ---

67 };
68 };
69
70 memory {
71 device_type = "memory";
72 reg = <0x0 0x20000000>; // 512M at 0x0
73 };
74
75 localbus@0 {
76 #address-cells = <2>;
77 #size-cells = <1>;
78 compatible = "mrvl,lbc";
79 bank-count = <3>;
80
81 /* This reflects CPU decode windows setup. */
82 ranges = <0x0 0x2f 0xf9300000 0x00100000>;
83
84 nand@0,0 {
85 #address-cells = <1>;
86 #size-cells = <1>;
87 compatible = "mrvl,nfc";
88 reg = <0x0 0x0 0x00100000>;
89 bank-width = <2>;
90 device-width = <1>;
91
92
93 };
94 };
95
96 SOC: soc88f6281@f1000000 {
97 #address-cells = <1>;
98 #size-cells = <1>;
99 compatible = "simple-bus";
100 ranges = <0x0 0xf1000000 0x00100000>;
101 bus-frequency = <0>;

--- 174 unchanged lines hidden (view full) ---

276 0x02000000 0x0 0xf1300000
277 0x0 0x04000000
278
279 0x01000000 0x0 0x0
280 0x01000000 0x0 0x0
281 0x0 0x00100000>;
282 };
283 };
284
285 chosen {
286 stdin = "serial0";
287 stdout = "serial0";
288 };
289};