Deleted Added
full compact
armada-xp-lenovo-ix4-300d.dts (279385) armada-xp-lenovo-ix4-300d.dts (295436)
1/*
2 * Device Tree file for Lenovo Iomega ix4-300d
3 *
4 * Copyright (C) 2014, Benoit Masson <yahoo@perenite.com>
5 *
6 * This file is dual-licensed: you can use it either under the terms
7 * of the GPL or the X11 license, at your option. Note that this dual
8 * licensing only applies to this file, and not this project as a

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

49#include "armada-xp-mv78230.dtsi"
50
51/ {
52 model = "Lenovo Iomega ix4-300d";
53 compatible = "lenovo,ix4-300d", "marvell,armadaxp-mv78230",
54 "marvell,armadaxp", "marvell,armada-370-xp";
55
56 chosen {
1/*
2 * Device Tree file for Lenovo Iomega ix4-300d
3 *
4 * Copyright (C) 2014, Benoit Masson <yahoo@perenite.com>
5 *
6 * This file is dual-licensed: you can use it either under the terms
7 * of the GPL or the X11 license, at your option. Note that this dual
8 * licensing only applies to this file, and not this project as a

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

49#include "armada-xp-mv78230.dtsi"
50
51/ {
52 model = "Lenovo Iomega ix4-300d";
53 compatible = "lenovo,ix4-300d", "marvell,armadaxp-mv78230",
54 "marvell,armadaxp", "marvell,armada-370-xp";
55
56 chosen {
57 bootargs = "console=ttyS0,115200 earlyprintk";
58 stdout-path = &uart0;
57 stdout-path = "serial0:115200n8";
59 };
60
61 memory {
62 device_type = "memory";
63 reg = <0 0x00000000 0 0x20000000>; /* 512MB */
64 };
65
66 soc {
67 ranges = <MBUS_ID(0xf0, 0x01) 0 0 0xd0000000 0x100000
58 };
59
60 memory {
61 device_type = "memory";
62 reg = <0 0x00000000 0 0x20000000>; /* 512MB */
63 };
64
65 soc {
66 ranges = <MBUS_ID(0xf0, 0x01) 0 0 0xd0000000 0x100000
68 MBUS_ID(0x01, 0x1d) 0 0 0xfff00000 0x100000>;
67 MBUS_ID(0x01, 0x1d) 0 0 0xfff00000 0x100000
68 MBUS_ID(0x09, 0x09) 0 0 0xf8100000 0x10000
69 MBUS_ID(0x09, 0x05) 0 0 0xf8110000 0x10000>;
69
70 pcie-controller {
71 status = "okay";
72
73 /* Quad port sata: Marvell 88SX7042 */
74 pcie@1,0 {
75 /* Port 0, Lane 0 */
76 status = "okay";

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

145
146 nand@d0000 {
147 status = "okay";
148 num-cs = <1>;
149 marvell,nand-keep-config;
150 marvell,nand-enable-arbiter;
151 nand-on-flash-bbt;
152
70
71 pcie-controller {
72 status = "okay";
73
74 /* Quad port sata: Marvell 88SX7042 */
75 pcie@1,0 {
76 /* Port 0, Lane 0 */
77 status = "okay";

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

146
147 nand@d0000 {
148 status = "okay";
149 num-cs = <1>;
150 marvell,nand-keep-config;
151 marvell,nand-enable-arbiter;
152 nand-on-flash-bbt;
153
153 partition@0 {
154 label = "u-boot";
155 reg = <0x0000000 0xe0000>;
156 read-only;
157 };
154 partitions {
155 #address-cells = <1>;
156 #size-cells = <1>;
158
157
159 partition@e0000 {
160 label = "u-boot-env";
161 reg = <0xe0000 0x20000>;
162 read-only;
163 };
158 partition@0 {
159 label = "u-boot";
160 reg = <0x00000000 0x000e0000>;
161 read-only;
162 };
164
163
165 partition@100000 {
166 label = "u-boot-env2";
167 reg = <0x100000 0x20000>;
168 read-only;
169 };
164 partition@e0000 {
165 label = "u-boot-env";
166 reg = <0x000e0000 0x00020000>;
167 read-only;
168 };
170
169
171 partition@120000 {
172 label = "zImage";
173 reg = <0x120000 0x400000>;
174 };
170 partition@100000 {
171 label = "u-boot-env2";
172 reg = <0x00100000 0x00020000>;
173 read-only;
174 };
175
175
176 partition@520000 {
177 label = "initrd";
178 reg = <0x520000 0x400000>;
179 };
176 partition@120000 {
177 label = "zImage";
178 reg = <0x00120000 0x00400000>;
179 };
180
180
181 partition@xE00000 {
182 label = "boot";
183 reg = <0xE00000 0x3F200000>;
184 };
181 partition@520000 {
182 label = "initrd";
183 reg = <0x00520000 0x00400000>;
184 };
185
185
186 partition@flash {
187 label = "flash";
188 reg = <0x0 0x40000000>;
186 partition@e00000 {
187 label = "boot";
188 reg = <0x00e00000 0x3f200000>;
189 };
189 };
190 };
191 };
192 };
193
194 gpio-keys {
195 compatible = "gpio-keys";
196 pinctrl-0 = <&power_button_pin &reset_button_pin

--- 130 unchanged lines hidden ---
190 };
191 };
192 };
193 };
194
195 gpio-keys {
196 compatible = "gpio-keys";
197 pinctrl-0 = <&power_button_pin &reset_button_pin

--- 130 unchanged lines hidden ---