lantiq: move partitions into partion table node
[openwrt/openwrt.git] / target / linux / lantiq / dts / P2812HNUF1.dts
index 4dcaf27dabfc8f484d5101dc748e5cd1869d6b43..10bc4b1c054bcf8104bb8c9b7c1a14f2d09a2fd3 100644 (file)
@@ -5,6 +5,13 @@
 / {
        model = "P2812HNUF1 - ZyXEL P-2812HNU-F1";
 
+       chosen {
+               leds {
+                       usb = &usb1;
+                       usb2 = &usb2;
+               };
+       };
+
        fpi@10000000 {
                localbus@0 {
                        nand-parts@0 {
                                #address-cells = <1>;
                                #size-cells = <1>;
 
-                               partition@0 {
-                                       label = "uboot";
-                                       reg = <0x00000 0x40000>;
-                               };
-                               partition@40000 {
-                                       label = "uboot-env";
-                                       reg = <0x40000 0x20000>;
-                               };
-                               partition@60000 {
-                                       label = "kernel";
-                                       reg = <0x60000 0x200000>;
-                               };
-                               partition@260000 {
-                                       label = "ubi";
-                                       reg = <0x260000 0x7da0000>;
+                               partitions {
+                                       compatible = "fixed-partitions";
+                                       #address-cells = <1>;
+                                       #size-cells = <1>;
+
+                                       partition@0 {
+                                               label = "uboot";
+                                               reg = <0x00000 0x40000>;
+                                       };
+                                       partition@40000 {
+                                               label = "uboot-env";
+                                               reg = <0x40000 0x20000>;
+                                       };
+                                       partition@60000 {
+                                               label = "kernel";
+                                               reg = <0x60000 0x200000>;
+                                       };
+                                       partition@260000 {
+                                               label = "ubi";
+                                               reg = <0x260000 0x7da0000>;
+                                       };
                                };
                        };
                };
                compatible = "ralink,eeprom";
                ralink,eeprom = "RT3062.eeprom";
        };
+
+       gpio-leds {
+               usb1: usb1 {
+                       label = "p2812hnuf1:green:usb1";
+                       gpios = <&gpio 38 1>;
+               };
+               usb2: usb2 {
+                       label = "p2812hnuf1:green:usb2";
+                       gpios = <&gpio 44 1>;
+               };
+       };
 };