ath79: update WA/XC devices UBNT_VERSION to 8.7.4
[openwrt/staging/wigyori.git] / target / linux / ath79 / dts / ar7161_ruckus_zf7363.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "ar7161_ruckus_zf734x.dtsi"
4
5 / {
6 model = "Ruckus ZoneFlex 7343/7363[-U]";
7 compatible = "ruckus,zf7363", "qca,ar7161";
8 };
9
10 &mdio0 {
11 ethernet-phy@0 {
12 reg = <0x0>;
13 max-speed = <100>;
14 };
15
16 ethernet-phy@1 {
17 reg = <0x1>;
18 max-speed = <100>;
19 };
20 };
21
22 &eth1 {
23 status = "okay";
24 pll-data = <0x00110000 0x00001099 0x00991099>;
25 nvmem-cells = <&macaddr_bdata_6c>;
26 nvmem-cell-names = "mac-address";
27 phy-mode = "rgmii-id";
28
29 fixed-link {
30 speed = <100>;
31 full-duplex;
32 };
33 };
34
35 &board_data {
36 nvmem-layout {
37 compatible = "fixed-layout";
38 #address-cells = <1>;
39 #size-cells = <1>;
40
41 macaddr_bdata_60: macaddr@60 {
42 reg = <0x60 0x6>;
43 };
44
45 macaddr_bdata_66: macaddr@66 {
46 reg = <0x66 0x6>;
47 };
48
49 macaddr_bdata_6c: macaddr@6c {
50 reg = <0x6c 0x6>;
51 };
52
53 macaddr_bdata_76: macaddr@76 {
54 reg = <0x76 0x6>;
55 };
56 };
57 };