ramips: fix pci/pcie related dtc warnings
[openwrt/openwrt.git] / target / linux / ramips / dts / V11STFE.dts
index 9cf3300ba0e576f02225ac6436b3c22ddd752632..8ac95505ff2c1f872943ad4db6569b53dadc7833 100644 (file)
@@ -2,32 +2,15 @@
 
 #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 {
-               gpio0: gpio@600 {
-                       status = "okay";
-               };
-       };
-
-       ethernet@400000 {
-               status = "okay";
-       };
-
-       wmac@480000 {
-               ralink,mtd-eeprom = <&factory 0>;
-       };
-
-       pci@10140000 {
-               status = "okay";
-
-               host-bridge {
-                       pci-bridge@1 {
-                               status = "okay";
-                       };
-               };
+       aliases {
+               led-status = &led_status;
        };
 
        nor-flash@1c000000 {
 
                wps {
                        label = "wps";
-                       gpios = <&gpio0 0 0>;
-                       linux,code = <0x211>;
+                       gpios = <&gpio0 0 GPIO_ACTIVE_HIGH>;
+                       linux,code = <KEY_WPS_BUTTON>;
                };
        };
 
        gpio-leds {
                compatible = "gpio-leds";
 
-               status {
+               led_status: status {
                        label = "v11st-fe:green:status";
-                       gpios = <&gpio0 12 1>;
+                       gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
                };
        };
 };
+
+&gpio0 {
+       status = "okay";
+};
+
+&ethernet {
+       status = "okay";
+};
+
+&pci {
+       status = "okay";
+};
+
+&wmac {
+       ralink,mtd-eeprom = <&factory 0>;
+};