ath79: move dts-v1 statement to ath79.dtsi
[openwrt/openwrt.git] / target / linux / ath79 / dts / ar9342_ubnt_nanostation-ac-loco.dts
1 // SPDX-License-Identifier: GPL-2.0-only
2
3 #include "ar9342_ubnt_wa.dtsi"
4
5 / {
6 compatible = "ubnt,nanostation-ac-loco", "ubnt,wa", "qca,ar9342";
7 model = "Ubiquiti Nanostation AC loco (WA)";
8 };
9
10 &mdio0 {
11 status = "okay";
12
13 phy-mask = <4>;
14 phy4: ethernet-phy@4 {
15 phy-mode = "rgmii";
16 reg = <4>;
17 };
18 };
19
20 &eth0 {
21 status = "okay";
22
23 /* default for ar934x, except for 1000M and 10M */
24 pll-data = <0x06000000 0x00000101 0x00001313>;
25
26 mtd-mac-address = <&art 0x0>;
27
28 phy-mode = "rgmii";
29 phy-handle = <&phy4>;
30
31 gmac-config {
32 device = <&gmac>;
33 rxd-delay = <3>;
34 rxdv-delay = <3>;
35 };
36 };