Deleted Added
full compact
sheevaplug.dts (227730) sheevaplug.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 SheevaPlug 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 SheevaPlug Device Tree Source.
30 *
31 * $FreeBSD: head/sys/boot/fdt/dts/sheevaplug.dts 227730 2011-11-19 16:30:06Z raj $
31 * $FreeBSD: head/sys/boot/fdt/dts/sheevaplug.dts 235609 2012-05-18 14:41:14Z gber $
32 */
33
34/dts-v1/;
35
36/ {
37 model = "mrvl,SheevaPlug";
38 compatible = "SheevaPlug";
39 #address-cells = <1>;

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

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

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

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

--- 143 unchanged lines hidden ---
93 };
94
95 SOC: soc88f6281@f1000000 {
96 #address-cells = <1>;
97 #size-cells = <1>;
98 compatible = "simple-bus";
99 ranges = <0x0 0xf1000000 0x00100000>;
100 bus-frequency = <0>;

--- 143 unchanged lines hidden ---