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 227730 2011-11-19 16:30:06Z raj $
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@f1000000 {
76 #address-cells = <2>;
77 #size-cells = <1>;
78 compatible = "mrvl,lbc";
79
80 /* This reflects CPU decode windows setup. */
81 ranges = <0x0 0x0f 0xf9300000 0x00100000
82 0x1 0x1e 0xfa000000 0x00100000
83 0x2 0x1d 0xfa100000 0x02000000
84 0x3 0x1b 0xfc100000 0x00000400>;
85
86 nor@0,0 {
87 #address-cells = <1>;
88 #size-cells = <1>;
89 compatible = "cfi-flash";
90 reg = <0x0 0x0 0x00100000>;
91 bank-width = <2>;
92 device-width = <1>;
93 };
94
95 led@1,0 {
96 #address-cells = <1>;
97 #size-cells = <1>;
98 compatible = "led";
99 reg = <0x1 0x0 0x00100000>;
100 };
101
102 nor@2,0 {
103 #address-cells = <1>;
104 #size-cells = <1>;
105 compatible = "cfi-flash";
106 reg = <0x2 0x0 0x02000000>;
107 bank-width = <2>;
108 device-width = <1>;
109 };
110
111 nand@3,0 {
112 #address-cells = <1>;
113 #size-cells = <1>;
114 reg = <0x3 0x0 0x00100000>;
115 bank-width = <2>;
116 device-width = <1>;
117 };
118 };
119
120 SOC: soc88f6281@f1000000 {
121 #address-cells = <1>;
122 #size-cells = <1>;
123 compatible = "simple-bus";
124 ranges = <0x0 0xf1000000 0x00100000>;
125 bus-frequency = <0>;

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

300 0x02000000 0x0 0xf1300000
301 0x0 0x04000000
302
303 0x01000000 0x0 0x0
304 0x01000000 0x0 0x0
305 0x0 0x00100000>;
306 };
307 };
308};