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