4ece56dd0a0422153425e9c18c508715187200ca
[openwrt/staging/hauke.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 macaddr_bdata_6c: macaddr@6c {
37 reg = <0x6c 0x6>;
38 };
39 };