lantiq: remove the former board name from device tree model
[openwrt/openwrt.git] / target / linux / lantiq / dts / ARV7525PW.dts
index aeba079a48dce4f23500dcc0c95f07c9698a8f44..0007535895473e091d68d60b2606d2199066cfb4 100644 (file)
@@ -2,11 +2,14 @@
 
 #include "danube.dtsi"
 
+#include <dt-bindings/input/input.h>
+
 / {
-       model = "ARV7525PW - Speedport W303V Typ A";
+       compatible = "arcadyan,arv7525pw", "lantiq,xway", "lantiq,danube";
+       model = "Speedport W303V Typ A";
 
        chosen {
-               bootargs = "console=ttyLTQ0,115200 init=/etc/preinit";
+               bootargs = "console=ttyLTQ0,115200";
        };
 
        aliases {
                                        };
                                };
                        };
-
-                       ralink_eep {
-                               compatible = "ralink,eeprom";
-                               ralink,eeprom = "RT2860.eeprom";
-                               reg = <0 0x3f0410 0x110>;
-                       };
                };
 
                gpio: pinmux@E100B10 {
                        phy-mode = "mii";
                        mtd-mac-address = <&boardconfig 0x16>;
                };
-
-               pci@E105400 {
-                       status = "okay";
-                       interrupt-map = <0x7000 0 0 1 &icu0 135 1>;
-               };
        };
 
        gpio-keys-polled {
                };
        };
 };
+
+&pci0 {
+       status = "okay";
+       interrupt-map = <0x7000 0 0 1 &icu0 135 1>;
+
+       wifi@0,0 {
+               compatible = "pci0,0";
+               reg = <0x7000 0 0 0 0>;
+               ralink,mtd-eeprom = <&boardconfig 0x410>;
+       };
+};