ARM: kirkwood: ib62x0: add u-boot environment partition
Also, add some trivial whitespace cleanup. Signed-off-by: Luka Perkov <luka@openwrt.org> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
This commit is contained in:
parent
7045ff5a53
commit
148c274ea6
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "RaidSonic ICY BOX IB-NAS62x0 (Rev B)";
|
model = "RaidSonic ICY BOX IB-NAS62x0 (Rev B)";
|
||||||
compatible = "raidsonic,ib-nas6210-b", "raidsonic,ib-nas6220-b", "raidsonic,ib-nas6210", "raidsonic,ib-nas6220", "raidsonic,ib-nas62x0", "marvell,kirkwood-88f6281", "marvell,kirkwood";
|
compatible = "raidsonic,ib-nas6210-b", "raidsonic,ib-nas6220-b", "raidsonic,ib-nas6210", "raidsonic,ib-nas6220", "raidsonic,ib-nas62x0", "marvell,kirkwood-88f6281", "marvell,kirkwood";
|
||||||
|
|
||||||
memory {
|
memory {
|
||||||
device_type = "memory";
|
device_type = "memory";
|
||||||
@ -43,6 +43,7 @@
|
|||||||
marvell,function = "gpio";
|
marvell,function = "gpio";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
serial@12000 {
|
serial@12000 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
@ -71,6 +72,7 @@
|
|||||||
gpios = <&gpio0 28 1>;
|
gpios = <&gpio0 28 1>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
gpio-leds {
|
gpio-leds {
|
||||||
compatible = "gpio-leds";
|
compatible = "gpio-leds";
|
||||||
pinctrl-0 = <&pmx_led_os_red &pmx_led_os_green
|
pinctrl-0 = <&pmx_led_os_red &pmx_led_os_green
|
||||||
@ -91,14 +93,13 @@
|
|||||||
gpios = <&gpio0 27 0>;
|
gpios = <&gpio0 27 0>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
gpio_poweroff {
|
gpio_poweroff {
|
||||||
compatible = "gpio-poweroff";
|
compatible = "gpio-poweroff";
|
||||||
pinctrl-0 = <&pmx_power_off>;
|
pinctrl-0 = <&pmx_power_off>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
gpios = <&gpio0 24 0>;
|
gpios = <&gpio0 24 0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
&nand {
|
&nand {
|
||||||
@ -108,7 +109,12 @@
|
|||||||
|
|
||||||
partition@0 {
|
partition@0 {
|
||||||
label = "u-boot";
|
label = "u-boot";
|
||||||
reg = <0x0000000 0x100000>;
|
reg = <0x0000000 0xe0000>;
|
||||||
|
};
|
||||||
|
|
||||||
|
partition@e0000 {
|
||||||
|
label = "u-boot environment";
|
||||||
|
reg = <0xe0000 0x100000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
partition@100000 {
|
partition@100000 {
|
||||||
@ -134,6 +140,7 @@
|
|||||||
|
|
||||||
ð0 {
|
ð0 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
ethernet0-port@0 {
|
ethernet0-port@0 {
|
||||||
phy-handle = <ðphy0>;
|
phy-handle = <ðphy0>;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user