treewide: dts: use keycode defines from input dt-binding
[openwrt/openwrt.git] / target / linux / ramips / dts / MPRA2.dts
index 9f8edb6296cc6803a617ca991b216854d4d8f55d..72ee8768b6bd20ae5dc8e1542742253818e1078b 100644 (file)
@@ -1,36 +1,68 @@
 /dts-v1/;
 
-/include/ "rt5350.dtsi"
+#include "rt5350.dtsi"
+
+#include <dt-bindings/input/input.h>
 
 / {
        compatible = "MPRA2", "ralink,rt5350-soc";
        model = "HAME MPR-A2";
 
-       memory@0 {
-               reg = <0x0 0x2000000>;
+       gpio-leds {
+               compatible = "gpio-leds";
+
+               system {
+                       label = "mpr-a2:blue:system";
+                       gpios = <&gpio0 20 1>;
+               };
+
+               power {
+                       label = "mpr-a2:red:power";
+                       gpios = <&gpio0 17 1>;
+               };
+       };
+
+       gpio-keys-polled {
+               compatible = "gpio-keys-polled";
+               #address-cells = <1>;
+               #size-cells = <0>;
+               poll-interval = <20>;
+
+               wps {
+                       label = "reset";
+                       gpios = <&gpio0 0 1>;
+                       linux,code = <KEY_RESTART>;
+               };
        };
 
-       palmbus@10000000 {
-               sysc@0 {
-                       ralink,pinmux = "i2c", "spi", "uartlite", "mdio", "sdram", "rgmii";
-                       ralink,gpiomux = "jtag";
-                       ralink,uartmux = "gpio";
-                       ralink,wdtmux = <1>;
+       gpio_export {
+               compatible = "gpio-export";
+               #size-cells = <0>;
+
+               usb {
+                       gpio-export,name = "usb";
+                       gpio-export,output = <1>;
+                       gpios = <&gpio0 7 0>;
                };
 
-               gpio0: gpio@600 {
-                       status = "okay";
+               root_hub {
+                       gpio-export,name = "root_hub";
+                       gpio-export,output = <1>;
+                       gpios = <&gpio0 12 0>;
                };
+       };
+};
 
-               spi@b00 {
-                       status = "okay";
-                       m25p80@0 {
-                               #address-cells = <1>;
-                               #size-cells = <1>;
-                               compatible = "s25fl064k";
-                               reg = <0 0>;
-                               linux,modalias = "m25p80", "s25fl064k";
-                               spi-max-frequency = <10000000>;
+&spi0 {
+       status = "okay";
+
+       m25p80@0 {
+               #address-cells = <1>;
+               #size-cells = <1>;
+               compatible = "jedec,spi-nor";
+               reg = <0>;
+               linux,modalias = "m25p80", "s25fl064k";
+               spi-max-frequency = <10000000>;
 
                partition@0 {
                        label = "u-boot";
                        label = "firmware";
                        reg = <0x50000 0x7b0000>;
                };
-                       };
-               };
-       };
-
-       ethernet@10100000 {
-               status = "okay";
-       };
-
-       esw@10110000 {
-               status = "okay";
-               ralink,portmap = <0x2f>;
-       };
-
-       wmac@10180000 {
-               status = "okay";
-       };
-
-       ehci@101c0000 {
-               status = "okay";
-       };
-
-       ohci@101c1000 {
-               status = "okay";
-       };
-
-       gpio-leds {
-               compatible = "gpio-leds";
-               system {
-                       label = "mpr-a2:blue:system";
-                       gpios = <&gpio0 20 1>;
-               };
-               power {
-                       label = "mpr-a2:red:power";
-                       gpios = <&gpio0 17 1>;
-               };
        };
+};
 
-       gpio-keys-polled {
-               compatible = "gpio-keys-polled";
-               #address-cells = <1>;
-               #size-cells = <0>;
-               poll-interval = <20>;
-               wps {
-                       label = "reset";
-                       gpios = <&gpio0 0 1>;
-                       linux,code = <0x198>;
+&pinctrl {
+       state_default: pinctrl0 {
+               gpio {
+                       ralink,group = "i2c", "jtag", "rgmii", "mdio", "uartf";
+                       ralink,function = "gpio";
                };
        };
+};
 
-       usb0: gpio-regulator {
-               compatible = "regulator-gpio";
-
-               regulator-name = "usb0-power";
-               regulator-min-microvolt = <5000000>;
-               regulator-max-microvolt = <5000000>;
-               regulator-boot-on;
+&ethernet {
+       mtd-mac-address = <&factory 0x4>;
+};
 
-               enable-active-high;
-               enable-gpio = <&gpio0 7 0>;
-       };
+&esw {
+       mediatek,portmap = <0x1>;
+       mediatek,portdisable = <0x3e>;
+};
 
-       hub0: gpio-regulator {
-               compatible = "regulator-gpio";
+&wmac {
+       ralink,mtd-eeprom = <&factory 0>;
+};
 
-               regulator-name = "hub0-power";
-               regulator-min-microvolt = <5000000>;
-               regulator-max-microvolt = <5000000>;
-               regulator-boot-on;
+&ehci {
+       status = "okay";
+};
 
-               enable-active-high;
-               enable-gpio = <&gpio0 12 0>;
-       };
+&ohci {
+       status = "okay";
 };