kernel: move mv88e6xxx fix to generic backports
[openwrt/openwrt.git] / target / linux / ath79 / dts / ar9342_ubnt_nanostation-loco-m-xw.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "ar9342_ubnt_xw_rssileds.dtsi"
4
5 / {
6 compatible = "ubnt,nanostation-loco-m-xw", "ubnt,xw", "qca,ar9342";
7 model = "Ubiquiti Nanostation Loco M (XW)";
8 };
9
10 &mdio0 {
11 status = "okay";
12
13 phy1: ethernet-phy@1 {
14 reg = <1>;
15 phy-mode = "mii";
16 reset-gpios = <&gpio 0 GPIO_ACTIVE_LOW>;
17 };
18 };
19
20 &eth0 {
21 status = "okay";
22
23 phy-handle = <&phy1>;
24 };