1 // SPDX-License-Identifier: GPL-2.0
2 #include <dt-bindings/clock/ath79-clk.h>
5 compatible = "qca,ar9132";
16 compatible = "mips,mips24Kc";
17 clocks = <&pll ATH79_CLK_CPU>;
22 cpuintc: interrupt-controller {
23 compatible = "qca,ar9132-cpu-intc", "qca,ar7100-cpu-intc";
26 #interrupt-cells = <1>;
28 qca,ddr-wb-channel-interrupts = <2>, <3>, <4>, <5>;
29 qca,ddr-wb-channels = <&ddr_ctrl 3>, <&ddr_ctrl 2>,
30 <&ddr_ctrl 0>, <&ddr_ctrl 1>;
34 compatible = "simple-bus";
40 interrupt-parent = <&cpuintc>;
43 compatible = "simple-bus";
49 interrupt-parent = <&miscintc>;
51 ddr_ctrl: memory-controller@18000000 {
52 compatible = "qca,ar9132-ddr-controller",
53 "qca,ar7240-ddr-controller";
54 reg = <0x18000000 0x100>;
56 #qca,ddr-wb-channel-cells = <1>;
60 compatible = "ns8250";
61 reg = <0x18020000 0x20>;
64 clocks = <&pll ATH79_CLK_AHB>;
75 compatible = "qca,ar9132-gpio",
77 reg = <0x18040000 0x30>;
86 #interrupt-cells = <2>;
89 pll: pll-controller@18050000 {
90 compatible = "qca,ar9132-pll",
92 reg = <0x18050000 0x20>;
95 /* The board must provides the ref clock */
98 clock-output-names = "cpu", "ddr", "ahb";
102 compatible = "qca,ar7130-wdt";
103 reg = <0x18060008 0x8>;
107 clocks = <&pll ATH79_CLK_AHB>;
111 miscintc: interrupt-controller@18060010 {
112 compatible = "qca,ar9132-misc-intc",
113 "qca,ar7100-misc-intc";
114 reg = <0x18060010 0x8>;
116 interrupt-parent = <&cpuintc>;
119 interrupt-controller;
120 #interrupt-cells = <1>;
123 rst: reset-controller@1806001c {
124 compatible = "qca,ar9132-reset",
126 reg = <0x1806001c 0x4>;
133 compatible = "qca,ar7100-ehci", "generic-ehci";
134 reg = <0x1b000100 0x100>;
139 has-transaction-translator;
148 compatible = "qca,ar9132-spi", "qca,ar7100-spi";
149 reg = <0x1f000000 0x10>;
151 clocks = <&pll ATH79_CLK_AHB>;
156 #address-cells = <1>;
162 compatible = "qca,ar7200-usb-phy";
164 reset-names = "usb-phy", "usb-suspend-override";
165 resets = <&rst 4>, <&rst 3>;