ramips: add nor-flash node for the RT-N56U
authorGabor Juhos <juhosg@openwrt.org>
Sun, 7 Apr 2013 14:46:11 +0000 (14:46 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Sun, 7 Apr 2013 14:46:11 +0000 (14:46 +0000)
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36249

target/linux/ramips/dts/RTN56U.dts

index db638f79c41529acef5bb8fd17d55af20155d00d..bec10cdbc20558073359c7e7d177b2f4093a2d17 100644 (file)
                status = "okay";
        };
 
+       nor-flash@1c000000 {
+               compatible = "cfi-flash";
+               reg = <0x1c000000 0x800000>;
+
+               bank-width = <2>;
+               #address-cells = <1>;
+               #size-cells = <1>;
+
+               partition@0 {
+                       reg = <0x0 0x0030000>;
+                       label = "u-boot";
+                       read-only;
+               };
+
+               partition@30000 {
+                       reg = <0x00030000 0x00010000>;
+                       label = "u-boot-env";
+                       read-only;
+               };
+
+               partition@40000 {
+                       reg = <0x00040000 0x00010000>;
+                       label = "factory";
+                       read-only;
+               };
+
+               partition@50000 {
+                       reg = <0x00050000 0x007b0000>;
+                       label = "firmware";
+               };
+       };
+
        rtl8367 {
                compatible = "realtek,rtl8367";
                gpio-sda = <&gpio0 1 0>;