ramips: fix pci/pcie related dtc warnings
[openwrt/openwrt.git] / target / linux / ramips / dts / V11STFE.dts
index ae306670cf804b834f27139d2762b1273b5d79ee..8ac95505ff2c1f872943ad4db6569b53dadc7833 100644 (file)
@@ -9,14 +9,8 @@
        compatible = "ralink,v11st-fe", "ralink,rt2880-soc";
        model = "Ralink V11ST-FE";
 
-       pci@440000 {
-               status = "okay";
-
-               host-bridge {
-                       pci-bridge@1 {
-                               status = "okay";
-                       };
-               };
+       aliases {
+               led-status = &led_status;
        };
 
        nor-flash@1c000000 {
@@ -66,7 +60,7 @@
        gpio-leds {
                compatible = "gpio-leds";
 
-               status {
+               led_status: status {
                        label = "v11st-fe:green:status";
                        gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
                };
        status = "okay";
 };
 
+&pci {
+       status = "okay";
+};
+
 &wmac {
        ralink,mtd-eeprom = <&factory 0>;
 };