ramips: add support for indicating the boot state using multiple leds
[openwrt/staging/lynxis.git] / target / linux / ramips / dts / DAP-1350.dts
index 4a9350931174710a6077201b9fded9a1e0339cc5..0359437bd1408abdbb38fdb83baad8a25591e8ab 100644 (file)
        model = "D-Link DAP-1350";
 
        aliases {
-               led-status = &led_power_blue;
+               led-boot = &led_power_blue;
+               led-failsafe = &led_power_blue;
+               led-running = &led_power_blue;
+               led-upgrade = &led_power_blue;
        };
 
        chosen {
                reg = <0x1f000000 0x800000>;
                bank-width = <2>;
                device-width = <2>;
-               #address-cells = <1>;
-               #size-cells = <1>;
 
-               partition@0 {
-                       label = "u-boot";
-                       reg = <0x0 0x30000>;
-                       read-only;
-               };
-
-               devdata: partition@30000 {
-                       label = "devdata";
-                       reg = <0x30000 0x10000>;
-                       read-only;
-               };
-
-               partition@40000 {
-                       label = "devconf";
-                       reg = <0x40000 0x30000>;
-                       read-only;
-               };
-
-               partition@70000 {
-                       label = "devlang";
-                       reg = <0x70000 0x40000>;
-                       read-only;
-               };
-
-               partition@b0000 {
-                       label = "firmware";
-                       reg = <0xb0000 0x750000>;
+               partitions {
+                       compatible = "fixed-partitions";
+                       #address-cells = <1>;
+                       #size-cells = <1>;
+
+                       partition@0 {
+                               label = "u-boot";
+                               reg = <0x0 0x30000>;
+                               read-only;
+                       };
+
+                       devdata: partition@30000 {
+                               label = "devdata";
+                               reg = <0x30000 0x10000>;
+                               read-only;
+                       };
+
+                       partition@40000 {
+                               label = "devconf";
+                               reg = <0x40000 0x30000>;
+                               read-only;
+                       };
+
+                       partition@70000 {
+                               label = "devlang";
+                               reg = <0x70000 0x40000>;
+                               read-only;
+                       };
+
+                       partition@b0000 {
+                               label = "firmware";
+                               reg = <0xb0000 0x750000>;
+                       };
                };
        };
 
@@ -76,8 +83,6 @@
 
        gpio-keys-polled {
                compatible = "gpio-keys-polled";
-               #address-cells = <1>;
-               #size-cells = <0>;
                poll-interval = <20>;
 
                reset {