lantiq: specify console using stdout-path instead of cmdline argument
[openwrt/openwrt.git] / target / linux / lantiq / dts / P2812HNUF1.dts
index 10bc4b1c054bcf8104bb8c9b7c1a14f2d09a2fd3..b1d9eedb35d769d528d07f47a4884144dbd0d6bc 100644 (file)
@@ -1,15 +1,13 @@
 /dts-v1/;
 
-/include/ "P2812HNUFX.dtsi"
+#include "P2812HNUFX.dtsi"
 
 / {
        model = "P2812HNUF1 - ZyXEL P-2812HNU-F1";
 
-       chosen {
-               leds {
-                       usb = &usb1;
-                       usb2 = &usb2;
-               };
+       aliases {
+               led-usb = &usb1;
+               led-usb2 = &usb2;
        };
 
        fpi@10000000 {
                                };
                        };
                };
+
                pcie@d900000 {
                        status = "disabled";
                };
        };
 
-       ralink_eep {
-               compatible = "ralink,eeprom";
-               ralink,eeprom = "RT3062.eeprom";
-       };
-
        gpio-leds {
                usb1: usb1 {
                        label = "p2812hnuf1:green:usb1";
-                       gpios = <&gpio 38 1>;
+                       gpios = <&gpio 38 GPIO_ACTIVE_LOW>;
                };
                usb2: usb2 {
                        label = "p2812hnuf1:green:usb2";
-                       gpios = <&gpio 44 1>;
+                       gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
                };
        };
 };
+
+&pci0 {
+       wifi@1814,3062 {
+               compatible = "pci1814,3062";
+               reg = <0x7000 0 0 0 0>;
+               ralink,eeprom = "RT3062.eeprom";
+       };
+};