lede/target/linux/ath79/dts/ar9342_ubnt_nanostation-m-xw.dts
AmadeusGhost 2d7f1ed162
ath79: sync and fix wireless (#2919)
This commit sync target ath79 from openwrt master, and revert some commit which will causes wireless to not work.
Use ath10k-ct-smallbuffers by default, so that small memory devices can normal work.
2020-02-03 23:45:16 +08:00

37 lines
549 B
Plaintext

// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
/dts-v1/;
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/input/input.h>
#include "ar9342_ubnt_xw.dtsi"
/ {
compatible = "ubnt,nanostation-m-xw", "ubnt,xw", "qca,ar9342";
model = "Ubiquiti Nanostation M (XW)";
};
&mdio0 {
status = "okay";
phy4-mii-enable;
phy-mask = <0x23>;
phy0: ethernet-phy@0 {
reg = <0>;
phy-mode = "mii";
};
};
&eth0 {
status = "okay";
phy-handle = <&phy0>;
gmac-config {
device = <&gmac>;
mii-gmac0 = <1>;
mii-gmac0-slave = <1>;
};
};