lantiq: move partitions into partion table node
[openwrt/svn-archive/archive.git] / target / linux / lantiq / dts / ARV7519PW.dts
index 14781926638b9b191ba8c710d4255f137c8225b3..b917b2d93e05655bc97b808b8e11381632d7626b 100644 (file)
@@ -7,6 +7,16 @@
 
        chosen {
                bootargs = "console=ttyLTQ0,115200 init=/etc/preinit";
+
+               leds {
+                       boot = &power;
+                       failsafe = &power2;
+                       running = &power;
+
+                       dsl = &dsl;
+                       internet = &online;
+                       wifi = &wifi;
+               };
        };
 
        memory@0 {
                                #address-cells = <1>;
                                #size-cells = <1>;
 
-                               partition@0 {
-                                       label = "uboot";
-                                       reg = <0x00000 0x40000>;
-                                       read-only;
-                               };
-
-                               partition@40000 {
-                                       label = "uboot_env";
-                                       reg = <0x40000 0x20000>;
-                               };
-
-                               partition@60000 {
-                                       label = "firmware";
-                                       reg = <0x60000 0xf80000>;
-                               };
-
-                               partition@fe0000 {
-                                       label = "board_config";
-                                       reg = <0xfe0000 0x20000>;
-                                       read-only;
+                               partitions {
+                                       compatible = "fixed-partitions";
+                                       #address-cells = <1>;
+                                       #size-cells = <1>;
+
+                                       partition@0 {
+                                               label = "uboot";
+                                               reg = <0x00000 0x40000>;
+                                               read-only;
+                                       };
+
+                                       partition@40000 {
+                                               label = "uboot_env";
+                                               reg = <0x40000 0x20000>;
+                                       };
+
+                                       partition@60000 {
+                                               label = "firmware";
+                                               reg = <0x60000 0xf80000>;
+                                       };
+
+                                       partition@fe0000 {
+                                               label = "board_config";
+                                               reg = <0xfe0000 0x20000>;
+                                               read-only;
+                                       };
                                };
                        };
 
                        lantiq,external-clock;
                        gpio-reset = <&gpio 21 0>;
                        req-mask = <0xf>;
-               };    
+               };
        };
 
        ralink_eep {
 
        gpio-leds {
                compatible = "gpio-leds";
-               power {
+               power: power {
                        label = "power";
                        gpios = <&gpio 2 1>;
-                       default-state = "off";
+                       default-state = "keep";
                };
-               power2 {
+               power2: power2 {
                        label = "power2";
                        gpios = <&gpio 14 1>;
                };
-               online {
+               online: online {
                        label = "online";
                        gpios = <&gpio 3 1>;
                };
                        label = "online2";
                        gpios = <&gpio 30 1>;
                };
-               wifi {
+               wifi: wifi {
                        label = "wifi";
                        gpios = <&gpio 12 1>;
                };
                        label = "wps3";
                        gpios = <&gpio 23 1>;
                };
-               dsl {
+               dsl: dsl {
                        label = "dsl";
                        gpios = <&gpio 4 1>;
                };