lantiq: move partitions into partion table node
[openwrt/openwrt.git] / target / linux / lantiq / dts / ARV4525PW.dts
index 2fe3425f135227e699b35cb26a0ac906a21988d3..6a7ca629e911c0c39daca1404e9b95009121f7e5 100644 (file)
                                #address-cells = <1>;
                                #size-cells = <1>;
 
-                               partition@0 {
-                                       label = "uboot";
-                                       reg = <0x00000 0x10000>;
-                                       read-only;
-                               };
-
-                               partition@10000 {
-                                       label = "uboot_env";
-                                       reg = <0x10000 0x10000>;
-                                       read-only;
-                               };
-
-                               partition@20000 {
-                                       label = "firmware";
-                                       reg = <0x20000 0x3d0000>;
-                               };
-
-                               partition@400000 {
-                                       label = "boardconfig";
-                                       reg = <0x3f0000 0x10000>;
-                                       read-only;
+                               partitions {
+                                       compatible = "fixed-partitions";
+                                       #address-cells = <1>;
+                                       #size-cells = <1>;
+
+                                       partition@0 {
+                                               label = "uboot";
+                                               reg = <0x00000 0x10000>;
+                                               read-only;
+                                       };
+
+                                       partition@10000 {
+                                               label = "uboot_env";
+                                               reg = <0x10000 0x10000>;
+                                               read-only;
+                                       };
+
+                                       partition@20000 {
+                                               label = "firmware";
+                                               reg = <0x20000 0x3d0000>;
+                                       };
+
+                                       partition@400000 {
+                                               label = "boardconfig";
+                                               reg = <0x3f0000 0x10000>;
+                                               read-only;
+                                       };
                                };
                        };
 
        gpio-leds {
                compatible = "gpio-leds";
                fxo {
-                       label = "fxo";
+                       label = "arv4525pw:green:festnetz";
                        gpios = <&gpio 4 1>;
                };
                fxs {
-                       label = "fxs";
+                       label = "arv4525pw:green:internet";
                        gpios = <&gpio 5 1>;
                };
                dsl: dsl {
-                       label = "dsl";
+                       label = "arv4525pw:green:t-dsl";
                        gpios = <&gpio 6 1>;
                };
                wifi: wifi {
-                       label = "wifi";
+                       label = "arv4525pw:green:wlan";
                        gpios = <&gpio 8 1>;
                };
                online: online {
-                       label = "online";
+                       label = "arv4525pw:green:online";
                        gpios = <&gpio 9 1>;
                };
        };