ramips: add support for indicating the boot state using multiple leds
[openwrt/staging/chunkeey.git] / target / linux / ramips / dts / NBG-419N2.dts
index 8bb0cc5280c05197d737f25baf787215daaf6439..19c268d838943ff2a4062ef334c6532377ab1f4c 100644 (file)
@@ -2,44 +2,55 @@
 
 #include "rt3352.dtsi"
 
+#include <dt-bindings/gpio/gpio.h>
 #include <dt-bindings/input/input.h>
 
 / {
-       compatible = "NBG-419N2", "ralink,rt3352-soc";
+       compatible = "zyxel,nbg-419n-v2", "ralink,rt3352-soc";
        model = "ZyXEL NBG-419N v2";
 
+       aliases {
+               led-boot = &led_power;
+               led-failsafe = &led_power;
+               led-running = &led_power;
+               led-upgrade = &led_power;
+       };
+
        palmbus@10000000 {
                spi@b00 {
                        status = "okay";
                        m25p80@0 {
-                               #address-cells = <1>;
-                               #size-cells = <1>;
-                               compatible = "mx25l6405d";
+                               compatible = "jedec,spi-nor";
                                reg = <0 0>;
-                               linux,modalias = "m25p80", "mx25l6405d";
                                spi-max-frequency = <10000000>;
 
-                               partition@0 {
-                                       label = "u-boot";
-                                       reg = <0x0 0x30000>;
-                                       read-only;
-                               };
-
-                               partition@30000 {
-                                       label = "u-boot-env";
-                                       reg = <0x30000 0x10000>;
-                                       read-only;
-                               };
-
-                               factory: partition@40000 {
-                                       label = "factory";
-                                       reg = <0x40000 0x10000>;
-                                       read-only;
-                               };
-
-                               partition@50000 {
-                                       label = "firmware";
-                                       reg = <0x50000 0x7b0000>;
+                               partitions {
+                                       compatible = "fixed-partitions";
+                                       #address-cells = <1>;
+                                       #size-cells = <1>;
+
+                                       partition@0 {
+                                               label = "u-boot";
+                                               reg = <0x0 0x30000>;
+                                               read-only;
+                                       };
+
+                                       partition@30000 {
+                                               label = "u-boot-env";
+                                               reg = <0x30000 0x10000>;
+                                               read-only;
+                                       };
+
+                                       factory: partition@40000 {
+                                               label = "factory";
+                                               reg = <0x40000 0x10000>;
+                                               read-only;
+                                       };
+
+                                       partition@50000 {
+                                               label = "firmware";
+                                               reg = <0x50000 0x7b0000>;
+                                       };
                                };
                        };
                };
        gpio-leds {
                compatible = "gpio-leds";
 
-               power {
+               led_power: power {
                        label = "nbg-419n2:green:power";
-                       gpios = <&gpio0 9 1>;
+                       gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
                };
 
                wps {
                        label = "nbg-419n2:green:wps";
-                       gpios = <&gpio0 14 1>;
+                       gpios = <&gpio0 14 GPIO_ACTIVE_LOW>;
                };
 
                usb {
                        label = "nbg-419n2:green:usb";
-                       gpios = <&gpio0 13 1>;
+                       gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
+                       trigger-sources = <&ohci_port1>, <&ehci_port1>;
+                       linux,default-trigger = "usbport";
                };
        };
 
        gpio-keys-polled {
                compatible = "gpio-keys-polled";
-               #address-cells = <1>;
-               #size-cells = <0>;
                poll-interval = <20>;
                reset {
                        label = "reset";
-                       gpios = <&gpio0 10 1>;
+                       gpios = <&gpio0 10 GPIO_ACTIVE_LOW>;
                        linux,code = <KEY_RESTART>;
                };
                wps {
                        label = "wps";
-                       gpios = <&gpio0 0 1>;
+                       gpios = <&gpio0 0 GPIO_ACTIVE_LOW>;
                        linux,code = <KEY_WPS_BUTTON>;
                };
                rfkill {
                        label = "rfkill";
                        linux,input-type = <EV_SW>;
-                       gpios = <&gpio0 12 0>;
+                       gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>;
                        linux,code = <KEY_RFKILL>;
                };
        };
-
 };
 
 &pinctrl {
 };
 
 &esw {
-       ralink,portmap = <0x2f>;
+       mediatek,portmap = <0x2f>;
 };
 
 &wmac {