ramips: fix to mt7620a and add support for i2c on WD03
[openwrt/openwrt.git] / target / linux / ramips / dts / V11STFE.dts
index 6fa6aa5c3e119617da8831a7a0d5597557edce70..ae306670cf804b834f27139d2762b1273b5d79ee 100644 (file)
@@ -1,34 +1,15 @@
 /dts-v1/;
 
-/include/ "rt2880.dtsi"
+#include "rt2880.dtsi"
+
+#include <dt-bindings/gpio/gpio.h>
+#include <dt-bindings/input/input.h>
 
 / {
-       compatible = "V11ST-FE", "ralink,rt2880-soc";
+       compatible = "ralink,v11st-fe", "ralink,rt2880-soc";
        model = "Ralink V11ST-FE";
 
-       palmbus@300000 {
-               sysc@0 {
-                       ralink,pinmux = "uartlite";
-                       ralink,gpiomux = "i2c", "jtag";
-                       ralink,uartmux = "gpio";
-                       ralink,pcimux = "pci-fnc";
-                       ralink,wdtmux = <0>;
-               };
-
-               gpio0: gpio@600 {
-                       status = "okay";
-               };
-       };
-
-       ethernet@400000 {
-               status = "okay";
-       };
-
-       wmac@480000 {
-               ralink,mtd-eeprom = <&factory 0>;
-       };
-
-       pci@10140000 {
+       pci@440000 {
                status = "okay";
 
                host-bridge {
@@ -41,7 +22,6 @@
        nor-flash@1c000000 {
                compatible = "cfi-flash";
                reg = <0x1c000000 0x800000>;
-
                bank-width = <2>;
                #address-cells = <1>;
                #size-cells = <1>;
                #address-cells = <1>;
                #size-cells = <0>;
                poll-interval = <100>;
+
                wps {
                        label = "wps";
-                       gpios = <&gpio0 0 0>;
-                       linux,code = <0x211>;
+                       gpios = <&gpio0 0 GPIO_ACTIVE_HIGH>;
+                       linux,code = <KEY_WPS_BUTTON>;
                };
        };
 
 
                status {
                        label = "v11st-fe:green:status";
-                       gpios = <&gpio0 12 1>;
+                       gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
                };
        };
 };
+
+&gpio0 {
+       status = "okay";
+};
+
+&ethernet {
+       status = "okay";
+};
+
+&wmac {
+       ralink,mtd-eeprom = <&factory 0>;
+};