Deleted Added
full compact
db78100.dts (232518) db78100.dts (235609)
1/*
2 * Copyright (c) 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-78100 Device Tree Source.
30 *
1/*
2 * Copyright (c) 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-78100 Device Tree Source.
30 *
31 * $FreeBSD: head/sys/boot/fdt/dts/db78100.dts 232518 2012-03-04 19:22:52Z raj $
31 * $FreeBSD: head/sys/boot/fdt/dts/db78100.dts 235609 2012-05-18 14:41:14Z gber $
32 */
33
34/dts-v1/;
35
36/ {
37 model = "mrvl,DB-78100";
38 compatible = "DB-78100-BP", "DB-78100-BP-A";
39 #address-cells = <1>;

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

64 };
65 };
66
67 memory {
68 device_type = "memory";
69 reg = <0x0 0x20000000>; // 512M at 0x0
70 };
71
32 */
33
34/dts-v1/;
35
36/ {
37 model = "mrvl,DB-78100";
38 compatible = "DB-78100-BP", "DB-78100-BP-A";
39 #address-cells = <1>;

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

64 };
65 };
66
67 memory {
68 device_type = "memory";
69 reg = <0x0 0x20000000>; // 512M at 0x0
70 };
71
72 localbus@f1000000 {
72 localbus@0 {
73 #address-cells = <2>;
74 #size-cells = <1>;
75 compatible = "mrvl,lbc";
73 #address-cells = <2>;
74 #size-cells = <1>;
75 compatible = "mrvl,lbc";
76 win-count = <14>;
76 bank-count = <5>;
77
78 /* This reflects CPU decode windows setup. */
77
78 /* This reflects CPU decode windows setup. */
79 ranges = <0x0 0x0f 0xf9300000 0x00100000
80 0x1 0x1e 0xfa000000 0x00100000
81 0x2 0x1d 0xfa100000 0x02000000
82 0x3 0x1b 0xfc100000 0x00000400>;
79 ranges = <0x0 0x2f 0xf9300000 0x00100000
80 0x1 0x3e 0xf9400000 0x00100000
81 0x2 0x3d 0xf9500000 0x02000000
82 0x3 0x3b 0xfb500000 0x00100000>;
83
84 nor@0,0 {
85 #address-cells = <1>;
86 #size-cells = <1>;
87 compatible = "cfi-flash";
88 reg = <0x0 0x0 0x00100000>;
83
84 nor@0,0 {
85 #address-cells = <1>;
86 #size-cells = <1>;
87 compatible = "cfi-flash";
88 reg = <0x0 0x0 0x00100000>;
89 bank-width = <2>;
90 device-width = <1>;
91 };
92
93 led@1,0 {
94 #address-cells = <1>;
95 #size-cells = <1>;
96 compatible = "led";
97 reg = <0x1 0x0 0x00100000>;
98 };
99
100 nor@2,0 {
101 #address-cells = <1>;
102 #size-cells = <1>;
103 compatible = "cfi-flash";
104 reg = <0x2 0x0 0x02000000>;
89 };
90
91 led@1,0 {
92 #address-cells = <1>;
93 #size-cells = <1>;
94 compatible = "led";
95 reg = <0x1 0x0 0x00100000>;
96 };
97
98 nor@2,0 {
99 #address-cells = <1>;
100 #size-cells = <1>;
101 compatible = "cfi-flash";
102 reg = <0x2 0x0 0x02000000>;
105 bank-width = <2>;
106 device-width = <1>;
107 };
108
109 nand@3,0 {
110 #address-cells = <1>;
111 #size-cells = <1>;
103 };
104
105 nand@3,0 {
106 #address-cells = <1>;
107 #size-cells = <1>;
108 compatible = "mrvl,nfc";
112 reg = <0x3 0x0 0x00100000>;
109 reg = <0x3 0x0 0x00100000>;
113 bank-width = <2>;
114 device-width = <1>;
115 };
116 };
117
118 soc78100@f1000000 {
119 #address-cells = <1>;
120 #size-cells = <1>;
121 compatible = "simple-bus";
122 ranges = <0x0 0xf1000000 0x00100000>;

--- 214 unchanged lines hidden ---
110 };
111 };
112
113 soc78100@f1000000 {
114 #address-cells = <1>;
115 #size-cells = <1>;
116 compatible = "simple-bus";
117 ranges = <0x0 0xf1000000 0x00100000>;

--- 214 unchanged lines hidden ---