ramips: dts: Unify naming of gpio-led nodes
[openwrt/staging/dedeckeh.git] / target / linux / ramips / dts / WF-2881.dts
index 7228dc527feb61b95932cace4449d2b55bac2b3b..bc9d6d72295c42d3403491ae47ce0ccf41eda102 100644 (file)
@@ -1,31 +1,63 @@
 /dts-v1/;
 
-/include/ "mt7621.dtsi"
+#include "mt7621.dtsi"
+
+#include <dt-bindings/gpio/gpio.h>
+#include <dt-bindings/input/input.h>
 
 / {
-       compatible = "mediatek,mt7621-eval-board", "mediatek,mt7621-soc";
+       compatible = "netis,wf-2881", "mediatek,mt7621-soc";
        model = "NETIS WF-2881";
 
+       aliases {
+               led-boot = &led_wps;
+               led-failsafe = &led_wps;
+               led-running = &led_wps;
+               led-upgrade = &led_wps;
+       };
+
        memory@0 {
                device_type = "memory";
                reg = <0x0 0x8000000>;
        };
 
-       palmbus@1E000000 {
-               spi@b00 {
-                       status="disabled";
+       chosen {
+               bootargs = "console=ttyS0,57600";
+       };
+
+       leds {
+               compatible = "gpio-leds";
+
+               usb {
+                       label = "wf-2881:green:usb";
+                       gpios = <&gpio0 6 GPIO_ACTIVE_LOW>;
+                       trigger-sources = <&xhci_ehci_port1>, <&ehci_port2>;
+                       linux,default-trigger = "usbport";
+               };
+
+               led_wps: wps {
+                       label = "wf-2881:green:wps";
+                       gpios = <&gpio0 0 GPIO_ACTIVE_LOW>;
                };
        };
 
-       chosen {
-               bootargs = "console=ttyS0,57600";
+       keys {
+               compatible = "gpio-keys-polled";
+               poll-interval = <20>;
+
+               reset {
+                       label = "reset";
+                       gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
+                       linux,code = <KEY_RESTART>;
+               };
        };
+};
 
-       nand@1e003000 {
-               compatible = "mtk,mt7621-nand";
-               bank-width = <2>;
-               reg = <0x1e003000 0x800
-                               0x1e003800 0x800>;
+&nand {
+       status = "okay";
+
+       partitions {
+               compatible = "fixed-partitions";
                #address-cells = <1>;
                #size-cells = <1>;
 
                        read-only;
                };
 
-               firmware {
-                       label = "firmware";
-                       reg = <0x140000 0x6EC0000>;
-               };
-
                partition@140000 {
-                       label = "kernel";
-                       reg = <0x140000 0x200000>;
-               };
-
-               partition@340000 {
-                       label = "ubi";
-                       reg = <0x340000 0x6CC0000>;
+                       compatible = "denx,uimage";
+                       label = "firmware";
+                       reg = <0x140000 0x7E40000>;
                };
        };
+};
 
-       pcie@1e140000 {
-               status = "okay";
-
-               pcie0 {
-                       mt76@0,0 {
-                               reg = <0x0000 0 0 0 0>;
-                               device_type = "pci";
-                               mediatek,mtd-eeprom = <&factory 0x8000>;
-                               mediatek,2ghz = <0>;
-                       };
-               };
-
-               pcie1 {
-                       mt76@1,0 {
-                               reg = <0x0000 0 0 0 0>;
-                               device_type = "pci";
-                               mediatek,mtd-eeprom = <&factory 0x0000>;
-                               mediatek,5ghz = <0>;
-                       };
-               };
-       };
+&pcie {
+       status = "okay";
+};
 
-       ethernet@1e100000 {
-               mtd-mac-address = <&factory 0xe006>;
+&pcie0 {
+       mt76@0,0 {
+               reg = <0x0000 0 0 0 0>;
+               mediatek,mtd-eeprom = <&factory 0x8000>;
+               ieee80211-freq-limit = <5000000 6000000>;
        };
+};
 
-       gpio-leds {
-               compatible = "gpio-leds";
-
-               usb {
-                       label = "wf-2881:green:usb";
-                       gpios = <&gpio0 6 1>;
-               };
-
-               wps {
-                       label = "wf-2881:green:wps";
-                       gpios = <&gpio0 0 1>;
-               };
+&pcie1 {
+       mt76@0,0 {
+               reg = <0x0000 0 0 0 0>;
+               mediatek,mtd-eeprom = <&factory 0x0000>;
+               ieee80211-freq-limit = <2400000 2500000>;
        };
+};
 
-       gpio-keys-polled {
-               compatible = "gpio-keys-polled";
-               #address-cells = <1>;
-               #size-cells = <0>;
-               poll-interval = <20>;
-
-               reset {
-                       label = "reset";
-                       gpios = <&gpio0 12 1>;
-                       linux,code = <0x198>;
-               };
-       };
+&ethernet {
+       mtd-mac-address = <&factory 0xe006>;
+};
 
-       pinctrl {
-               state_default: pinctrl0 {
-                       gpio {
-                               ralink,group = "uart3", "jtag";
-                               ralink,function = "gpio";
-                       };
+&pinctrl {
+       state_default: pinctrl0 {
+               gpio {
+                       ralink,group = "uart3", "jtag";
+                       ralink,function = "gpio";
                };
        };
 };