1 // SPDX-License-Identifier: GPL-2.0
2 #include <dt-bindings/clock/ath79-clk.h>
5 compatible = "qca,ar9331";
16 compatible = "mips,mips24Kc";
17 clocks = <&pll ATH79_CLK_CPU>;
22 cpuintc: interrupt-controller {
23 compatible = "qca,ar7100-cpu-intc";
26 #interrupt-cells = <1>;
28 qca,ddr-wb-channel-interrupts = <2>, <3>;
29 qca,ddr-wb-channels = <&ddr_ctrl 3>, <&ddr_ctrl 2>;
33 compatible = "fixed-clock";
38 compatible = "simple-bus";
44 interrupt-parent = <&cpuintc>;
47 compatible = "simple-bus";
53 interrupt-parent = <&miscintc>;
55 ddr_ctrl: memory-controller@18000000 {
56 compatible = "qca,ar7240-ddr-controller";
57 reg = <0x18000000 0x100>;
59 #qca,ddr-wb-channel-cells = <1>;
63 compatible = "qca,ar9330-uart";
64 reg = <0x18020000 0x14>;
75 compatible = "qca,ar7100-gpio";
76 reg = <0x18040000 0x34>;
85 #interrupt-cells = <2>;
90 pll: pll-controller@18050000 {
91 compatible = "qca,ar9330-pll";
92 reg = <0x18050000 0x100>;
100 miscintc: interrupt-controller@18060010 {
101 compatible = "qca,ar7240-misc-intc";
102 reg = <0x18060010 0x8>;
104 interrupt-parent = <&cpuintc>;
107 interrupt-controller;
108 #interrupt-cells = <1>;
111 rst: reset-controller@1806001c {
112 compatible = "qca,ar7100-reset";
113 reg = <0x1806001c 0x4>;
119 eth0: ethernet@19000000 {
120 compatible = "qca,ar9330-eth";
121 reg = <0x19000000 0x200>;
124 resets = <&rst 9>, <&rst 22>;
125 reset-names = "mac", "mdio";
126 clocks = <&pll ATH79_CLK_AHB>, <&pll ATH79_CLK_AHB>;
127 clock-names = "eth", "mdio";
130 phy-handle = <&phy_port4>;
135 eth1: ethernet@1a000000 {
136 compatible = "qca,ar9330-eth";
137 reg = <0x1a000000 0x200>;
139 resets = <&rst 13>, <&rst 23>;
140 reset-names = "mac", "mdio";
141 clocks = <&pll ATH79_CLK_AHB>, <&pll ATH79_CLK_AHB>;
142 clock-names = "eth", "mdio";
154 #address-cells = <1>;
157 switch10: switch@10 {
158 #address-cells = <1>;
161 compatible = "qca,ar9331-switch";
164 reset-names = "switch";
166 interrupt-parent = <&miscintc>;
169 interrupt-controller;
170 #interrupt-cells = <1>;
173 #address-cells = <1>;
176 switch_port0: port@0 {
189 switch_port1: port@1 {
191 phy-handle = <&phy_port0>;
192 phy-mode = "internal";
197 switch_port2: port@2 {
199 phy-handle = <&phy_port1>;
200 phy-mode = "internal";
205 switch_port3: port@3 {
207 phy-handle = <&phy_port2>;
208 phy-mode = "internal";
213 switch_port4: port@4 {
215 phy-handle = <&phy_port3>;
216 phy-mode = "internal";
223 #address-cells = <1>;
226 interrupt-parent = <&switch10>;
263 compatible = "chipidea,usb2";
264 reg = <0x1b000000 0x200>;
269 phy-names = "usb-phy";
276 compatible = "qca,ar7100-spi";
277 reg = <0x1f000000 0x10>;
279 clocks = <&pll ATH79_CLK_AHB>;
282 #address-cells = <1>;
290 compatible = "qca,ar7100-usb-phy";
292 reset-names = "phy", "suspend-override";
293 resets = <&rst 4>, <&rst 3>;