ath79: ar7242: Update dts for current ag71xx driver
[oweals/openwrt.git] / target / linux / ath79 / dts / ar7241_ubnt_unifi.dts
index bb42017c5417e159f7a7c614c53a68946ddbe079..7294fb4ac8eda88384dcc42c23d30547cfb313b2 100644 (file)
@@ -10,9 +10,8 @@
        compatible = "ubnt,unifi", "qca,ar7241";
        model = "Ubiquiti UniFi AP";
 
-       memory@0 {
-               device_type = "memory";
-               reg = <0x0 0x4000000>;
+       aliases {
+               led-status = &dome_green;
        };
 
        extosc: ref {
@@ -36,7 +35,7 @@
 
        leds {
                compatible = "gpio-leds";
-               dome-green {
+               dome_green: dome-green {
                        label = "ubnt:green:dome";
                        gpios = <&gpio 0 GPIO_ACTIVE_HIGH>;
                };
        };
 };
 
-&mdio0 {
-       status = "okay";
-
-       phy4: ethernet-phy@4 {
-               reg = <4>;
-               phy-mode = "mii";
-       };
-};
-
 &eth0 {
        status = "okay";
 
        mtd-mac-address = <&art 0x0>;
-       phy-handle = <&phy4>;
 };
 
 &eth1 {
        status = "okay";
 
-       compatible = "syscon";
+       compatible = "syscon", "simple-mfd";
 };