ath79: make TP-Link revision naming consistent
[oweals/openwrt.git] / target / linux / ath79 / dts / ar7241_ubnt_xm.dtsi
index bea9adc5d4cc6ce9d72950387cbe4e817953eb4a..546657522949d9d85bf68f10fc32a1a55cdf5bca 100644 (file)
@@ -9,11 +9,6 @@
        compatible = "ubnt,xm", "qca,ar7241";
        model = "Ubiquiti Networks XM (rev 1.0) board";
 
-       memory@0 {
-               device_type = "memory";
-               reg = <0x0 0x2000000>;
-       };
-
 /*     extosc: ref {
                compatible = "fixed-clock";
                #clock-cells = <0>;
 */
        keys {
                compatible = "gpio-keys-polled";
-               #address-cells = <1>;
-               #size-cells = <0>;
-
                poll-interval = <20>;
-               button@0 {
-                       label = "reset";
+               reset {
                        linux,code = <KEY_RESTART>;
                        gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
                        debounce-interval = <60>;
                };
        };
-
-       leds {
-               compatible = "gpio-leds";
-               led@0 {
-                       label = "ubnt:red:link1";
-                       gpios = <&gpio 0 GPIO_ACTIVE_HIGH>;
-               };
-
-               led@1 {
-                       label = "ubnt:orange:link2";
-                       gpios = <&gpio 1 GPIO_ACTIVE_HIGH>;
-               };
-
-               led@2 {
-                       label = "ubnt:green:link3";
-                       gpios = <&gpio 11 GPIO_ACTIVE_HIGH>;
-               };
-
-               led@3 {
-                       label = "ubnt:green:link4";
-                       gpios = <&gpio 7 GPIO_ACTIVE_HIGH>;
-               };
-       };
 };
 
 &uart {
@@ -71,9 +39,7 @@
        num-cs = <1>;
 
        flash@0 {
-               #address-cells = <1>;
-               #size-cells = <1>;
-               compatible = "mx25l6405d";
+               compatible = "jedec,spi-nor";
                reg = <0>;
                spi-max-frequency = <25000000>;
 
@@ -94,6 +60,7 @@
                        };
 
                        partition@2 {
+                               compatible = "denx,uimage";
                                label = "firmware";
                                reg = <0x050000 0x750000>;
                        };
 &pcie {
        status = "okay";
 
-       ath9k@0000 {
+       wifi@0,0 {
                reg = <0x0000 0 0 0 0>;
                qca,no-eeprom;
        };
 };
 
-&mdio0 {
-       status = "okay";
-
-       phy4: ethernet-phy@4 {
-               reg = <4>;
-               phy-mode = "mii";
-       };
-};
-
 &eth0 {
        status = "okay";
 
        mtd-mac-address = <&art 0x0>;
-
-       phy-mode = "mii";
-       phy-handle = <&phy4>;
 };
 
 &eth1 {