ramips: move partitions into partition table node
[openwrt/staging/mkresin.git] / target / linux / ramips / dts / TL-WR840NV5.dts
index 340f2bbd83898fae42b63bb3a8f05a05148b2628..fe8fba227cd5d27741679479713e55653d3d51ee 100644 (file)
@@ -9,6 +9,10 @@
        compatible = "tplink,tl-wr840n-v5", "mediatek,mt7628an-soc";
        model = "TP-Link TL-WR840N v5";
 
+       aliases {
+               led-status = &led_power_green;
+       };
+
        chosen {
                bootargs = "console=ttyS0,115200";
        };
@@ -20,8 +24,6 @@
 
        gpio-keys-polled {
                compatible = "gpio-keys-polled";
-               #address-cells = <1>;
-               #size-cells = <0>;
                poll-interval = <20>;
 
                reset {
@@ -34,7 +36,7 @@
        gpio-leds {
                compatible = "gpio-leds";
 
-               power {
+               led_power_green: power {
                        label = "tl-wr840n-v5:green:power";
                        gpios = <&gpio1 9 GPIO_ACTIVE_LOW>;
                };
        status = "okay";
 
        m25p80@0 {
-               #address-cells = <1>;
-               #size-cells = <1>;
                compatible = "jedec,spi-nor";
                reg = <0>;
                spi-max-frequency = <10000000>;
                m25p,chunked-io = <32>;
 
-               partition@0 {
-                       label = "boot";
-                       reg = <0x0 0x20000>;
-                       read-only;
-               };
-
-               partition@20000 {
-                       label = "firmware";
-                       reg = <0x20000 0x3c0000>;
-               };
-
-               partition@3e0000 {
-                       label = "config";
-                       reg = <0x3e0000 0x10000>;
-                       read-only;
-               };
-
-               factory: partition@3f0000 {
-                       label = "factory";
-                       reg = <0x3f0000 0x10000>;
-                       read-only;
+               partitions {
+                       compatible = "fixed-partitions";
+                       #address-cells = <1>;
+                       #size-cells = <1>;
+
+                       partition@0 {
+                               label = "boot";
+                               reg = <0x0 0x20000>;
+                               read-only;
+                       };
+
+                       partition@20000 {
+                               label = "firmware";
+                               reg = <0x20000 0x3d0000>;
+                       };
+
+                       factory: partition@3f0000 {
+                               label = "factory";
+                               reg = <0x3f0000 0x10000>;
+                               read-only;
+                       };
                };
        };
 };