Upstream refresh for v1.5.0-rc1 : Upstream 19.07 : 4fb6b8c553f692eeb5bcb203e0f8ee8df0...
[librecmc/librecmc.git] / target / linux / ath79 / dts / ar7240.dtsi
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "ar724x.dtsi"
4
5 / {
6         usb_phy: usb-phy {
7                 compatible = "qca,ar7200-usb-phy";
8
9                 reset-names = "usb-phy", "usb-ohci-dll";
10                 resets = <&rst 4>, <&rst 3>;
11
12                 #phy-cells = <0>;
13
14                 status = "disabled";
15         };
16 };
17
18 &ahb {
19         usb: usb@1b000000 {
20                 compatible = "generic-ohci";
21                 reg = <0x1b000000 0x1000>;
22
23                 interrupts = <3>;
24
25                 resets = <&rst 5>;
26                 reset-names = "usb-host";
27
28                 phy-names = "usb-phy";
29                 phys = <&usb_phy>;
30
31                 status = "disabled";
32         };
33 };
34
35 &mdio0 {
36         status = "okay";
37
38         compatible = "qca,ar7240-mdio";
39         builtin-switch;
40
41         builtin_switch: switch0@1f {
42                 compatible = "qca,ar7240sw";
43
44                 reg = <0x1f>;
45                 resets = <&rst 8>;
46                 reset-names = "switch";
47                 qca,mib-poll-interval = <500>;
48
49                 mdio-bus {
50                         #address-cells = <1>;
51                         #size-cells = <0>;
52
53                         swphy4: ethernet-phy@4 {
54                                 reg = <4>;
55                                 phy-mode = "mii";
56                         };
57                 };
58         };
59 };
60
61 &eth0 {
62         compatible = "qca,ar7240-eth", "syscon";
63
64         pll-data = <0x00110000 0x00001099 0x00991099>;
65
66         resets = <&rst 9>;
67         reset-names = "mac";
68         phy-mode = "mii";
69         phy-handle = <&swphy4>;
70 };
71
72 &eth1 {
73         compatible = "qca,ar7240-eth", "syscon";
74
75         pll-data = <0x00110000 0x00001099 0x00991099>;
76
77         resets = <&rst 13>;
78         reset-names = "mac";
79
80         phy-mode = "gmii";
81
82         fixed-link {
83                 speed = <1000>;
84                 full-duplex;
85         };
86 };