ath79: remove redundant includes in DTS files
[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 };
20 };
21
22 &eth0 {
23 status = "okay";
24
25 phy-handle = <&phy1>;
26 };