lantiq: rename gphy firmware
[openwrt/openwrt.git] / target / linux / lantiq / dts / FRITZ7360SL.dts
index f41ea41f3b87f600799138deb3e8ffb21c6ebedc..b1648711014257102443900eca7ed78f7350586e 100644 (file)
@@ -2,11 +2,14 @@
 
 #include "vr9.dtsi"
 
+#include <dt-bindings/input/input.h>
+
 / {
-       model = "FRITZ7360SL - 1&1 HomeServer";
+       compatible = "avm,fritz7360sl", "lantiq,xway", "lantiq,vr9";
+       model = "1&1 HomeServer";
 
        chosen {
-               bootargs = "console=ttyLTQ0,115200 init=/etc/preinit";
+               bootargs = "console=ttyLTQ0,115200";
        };
 
        aliases {
@@ -14,8 +17,7 @@
                led-failsafe = &power_red;
                led-running = &power_green;
 
-               led-internet = &info_green;
-               led-dsl = &power_green;
+               led-dsl = &info_green;
                led-wifi = &wifi;
        };
 
@@ -72,7 +74,7 @@
                                };
                                phy-rst {
                                        lantiq,pins = "io37", "io44";
-                                       lantiq,pull = <2>;
+                                       lantiq,pull = <0>;
                                        lantiq,open-drain;
                                        lantiq,output = <1>;
                                };
                };
        };
 
-       ath9k_eep {
-               compatible = "ath9k,eeprom";
-               ath,eep-flash = <&urlader 0x985>;
-               ath,eep-endian;
-               ath,eep-swap;
-               ath,pci-slot = <0>;
-       };
-
        gphy-xrx200 {
                compatible = "lantiq,phy-xrx200";
-               firmware = "lantiq/vr9_phy11g_a2x.bin";
+               firmware = "lantiq/xrx200_phy11g_a22.bin";
                phys = [ 00 01 ];
        };
 
                #size-cells = <0>;
                poll-interval = <100>;
                dect {
-                       label = "power";
+                       label = "dect";
                        gpios = <&gpio 1 GPIO_ACTIVE_HIGH>;
-                       linux,code = <BTN_2>;
+                       linux,code = <KEY_PHONE>;
                };
                wifi {
                        label = "wifi";
                        gpios = <&gpio 29 GPIO_ACTIVE_HIGH>;
-                       linux,code = <BTN_1>;
+                       linux,code = <KEY_WLAN>;
                };
        };
 
                #address-cells = <1>;
                #size-cells = <0>;
                reg = <0>;
-               mac-address = [ 00 11 22 33 44 55 ];
+               mtd-mac-address = <&urlader 0xa91>;
+               mtd-mac-address-increment = <(-2)>;
                lantiq,switch;
 
                ethernet@0 {
                        reg = <0>;
                        phy-mode = "rmii";
                        phy-handle = <&phy0>;
-                       // gpios = <&gpio 37 GPIO_ACTIVE_LOW>;
                };
                ethernet@1 {
                        compatible = "lantiq,xrx200-pdi-port";
                        reg = <1>;
                        phy-mode = "rmii";
                        phy-handle = <&phy1>;
-                       // gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
                };
                ethernet@2 {
                        compatible = "lantiq,xrx200-pdi-port";
                compatible = "lantiq,xrx200-mdio";
                phy0: ethernet-phy@0 {
                        reg = <0x00>;
-                       compatible = "lantiq,phy11g", "ethernet-phy-ieee802.3-c22";
+                       compatible = "ethernet-phy-ieee802.3-c22";
+                       reset-gpios = <&gpio 37 GPIO_ACTIVE_LOW>;
                };
                phy1: ethernet-phy@1 {
                        reg = <0x01>;
-                       compatible = "lantiq,phy11g", "ethernet-phy-ieee802.3-c22";
+                       compatible = "ethernet-phy-ieee802.3-c22";
+                       reset-gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
                };
                phy11: ethernet-phy@11 {
                        reg = <0x11>;
                };
        };
 };
+
+&pcie0 {
+       pcie@0 {
+               reg = <0 0 0 0 0>;
+               #interrupt-cells = <1>;
+               #size-cells = <2>;
+               #address-cells = <3>;
+               device_type = "pci";
+
+               wifi@168c,002e {
+                       compatible = "pci168c,002e";
+                       reg = <0 0 0 0 0>;
+                       qca,no-eeprom; /* load from ath9k-eeprom-pci-0000:01:00.0.bin */
+               };
+       };
+};