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