uclient: update to Git HEAD (2024-04-18)
[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 /dts-v1/;
3
4 #include "ar9342_ubnt_xw.dtsi"
5
6 / {
7 compatible = "ubnt,nanostation-loco-m-xw", "ubnt,xw", "qca,ar9342";
8 model = "Ubiquiti Nanostation Loco M (XW)";
9 };
10
11 &mdio0 {
12 status = "okay";
13
14 phy-mask = <0x1>;
15
16 phy1: ethernet-phy@1 {
17 reg = <1>;
18 phy-mode = "mii";
19 reset-gpios = <&gpio 0 GPIO_ACTIVE_LOW>;
20 };
21 };
22
23 &eth0 {
24 status = "okay";
25
26 phy-handle = <&phy1>;
27 };