ath79: qca953x: Update dts for current ag71xx driver
[oweals/openwrt.git] / target / linux / ath79 / dts / qca9533_glinet_ar300m.dtsi
index 7b4689d96c93a0586f1f04212f70984cfade16c6..9d8dc7829ebffaa286f0b913fd1f1ed04c95d980 100644 (file)
@@ -9,13 +9,6 @@
        compatible = "glinet,ar300m", "qca,qca9533";
        model = "GL.iNet GL-AR300M";
 
-       extosc: ref {
-               compatible = "fixed-clock";
-               #clock-cells = <0>;
-               clock-output-names = "ref";
-               clock-frequency = <25000000>;
-       };
-
        keys {
                compatible = "gpio-keys-polled";
                #address-cells = <1>;
        status = "okay";
 };
 
-&pll {
-       clocks = <&extosc>;
-};
-
-&mdio0 {
-       status = "okay";
-
-       phy4: ethernet-phy@4 {
-               reg = <4>;
-               phy-mode = "mii";
-       };
-};
-
-&mdio1 {
-       status = "okay";
-};
-
 &eth0 {
        status = "okay";
-
        mtd-mac-address = <&art 0x0>;
-       phy-handle = <&phy4>;
-       phy-mode = "mii";
+       phy-handle = <&swphy4>;
 };
 
 &eth1 {
-       status = "okay";
-
        mtd-mac-address = <&art 0x6>;
-       phy-mode = "gmii";
-
-       fixed-link {
-               speed = <1000>;
-               full-duplex;
-       };
 };
 
 &wmac {