lantiq: add compatible strings to dts files
[openwrt/openwrt.git] / target / linux / lantiq / dts / P2812HNUF1.dts
index 53ffbdd56c724301031bf67aa6e63eec17b7368d..bb628aed0bab2b6607a3d277ad5ce7e10c56afd4 100644 (file)
@@ -3,6 +3,7 @@
 #include "P2812HNUFX.dtsi"
 
 / {
+       compatible = "zyxel,p-2812hnu-f1", "zyxel,p-2812hnu", "lantiq,xway", "lantiq,vr9";
        model = "P2812HNUF1 - ZyXEL P-2812HNU-F1";
 
        aliases {
@@ -13,7 +14,7 @@
        fpi@10000000 {
                localbus@0 {
                        nand-parts@0 {
-                               compatible = "gen_nand", "lantiq,nand-xway";
+                               compatible = "lantiq,nand-xway";
                                lantiq,cs = <1>;
                                bank-width = <2>;
                                reg = <0 0x0 0x2000000>;
                };
        };
 
-       ralink_eep {
-               compatible = "ralink,eeprom";
-               ralink,eeprom = "RT3062.eeprom";
-       };
-
        gpio-leds {
                usb1: usb1 {
                        label = "p2812hnuf1:green:usb1";
                };
        };
 };
+
+&pci0 {
+       wifi@1814,3062 {
+               compatible = "pci1814,3062";
+               reg = <0x7000 0 0 0 0>;
+               ralink,eeprom = "RT3062.eeprom";
+       };
+};