1 // SPDX-License-Identifier: GPL-2.0
2 #include <dt-bindings/clock/jz4770-cgu.h>
3 #include <dt-bindings/clock/ingenic,tcu.h>
8 compatible = "ingenic,jz4770";
16 compatible = "ingenic,xburst-fpu1.0-mxu1.1";
19 clocks = <&cgu JZ4770_CLK_CCLK>;
24 cpuintc: interrupt-controller {
26 #interrupt-cells = <1>;
28 compatible = "mti,cpu-interrupt-controller";
31 intc: interrupt-controller@10001000 {
32 compatible = "ingenic,jz4770-intc";
33 reg = <0x10001000 0x40>;
36 #interrupt-cells = <1>;
38 interrupt-parent = <&cpuintc>;
43 compatible = "fixed-clock";
48 compatible = "fixed-clock";
50 clock-frequency = <32768>;
53 cgu: jz4770-cgu@10000000 {
54 compatible = "ingenic,jz4770-cgu", "simple-mfd";
55 reg = <0x10000000 0x100>;
58 ranges = <0x0 0x10000000 0x100>;
60 clocks = <&ext>, <&osc32k>;
61 clock-names = "ext", "osc32k";
66 compatible = "ingenic,jz4770-phy";
69 clocks = <&cgu JZ4770_CLK_OTG_PHY>;
76 compatible = "ingenic,jz4770-tcu", "simple-mfd";
77 reg = <0x10002000 0x1000>;
80 ranges = <0x0 0x10002000 0x1000>;
84 clocks = <&cgu JZ4770_CLK_RTC>,
85 <&cgu JZ4770_CLK_EXT>,
86 <&cgu JZ4770_CLK_PCLK>;
87 clock-names = "rtc", "ext", "pclk";
90 #interrupt-cells = <1>;
92 interrupt-parent = <&intc>;
93 interrupts = <27 26 25>;
95 watchdog: watchdog@0 {
96 compatible = "ingenic,jz4770-watchdog",
97 "ingenic,jz4740-watchdog";
100 clocks = <&tcu TCU_CLK_WDT>;
105 compatible = "ingenic,jz4770-pwm", "ingenic,jz4740-pwm";
110 clocks = <&tcu TCU_CLK_TIMER0>, <&tcu TCU_CLK_TIMER1>,
111 <&tcu TCU_CLK_TIMER2>, <&tcu TCU_CLK_TIMER3>,
112 <&tcu TCU_CLK_TIMER4>, <&tcu TCU_CLK_TIMER5>,
113 <&tcu TCU_CLK_TIMER6>, <&tcu TCU_CLK_TIMER7>;
114 clock-names = "timer0", "timer1", "timer2", "timer3",
115 "timer4", "timer5", "timer6", "timer7";
119 compatible = "ingenic,jz4770-ost";
122 clocks = <&tcu TCU_CLK_OST>;
130 compatible = "ingenic,jz4770-rtc", "ingenic,jz4760-rtc";
131 reg = <0x10003000 0x40>;
133 interrupt-parent = <&intc>;
137 pinctrl: pin-controller@10010000 {
138 compatible = "ingenic,jz4770-pinctrl";
139 reg = <0x10010000 0x600>;
141 #address-cells = <1>;
145 compatible = "ingenic,jz4770-gpio";
149 gpio-ranges = <&pinctrl 0 0 32>;
152 interrupt-controller;
153 #interrupt-cells = <2>;
155 interrupt-parent = <&intc>;
160 compatible = "ingenic,jz4770-gpio";
164 gpio-ranges = <&pinctrl 0 32 32>;
167 interrupt-controller;
168 #interrupt-cells = <2>;
170 interrupt-parent = <&intc>;
175 compatible = "ingenic,jz4770-gpio";
179 gpio-ranges = <&pinctrl 0 64 32>;
182 interrupt-controller;
183 #interrupt-cells = <2>;
185 interrupt-parent = <&intc>;
190 compatible = "ingenic,jz4770-gpio";
194 gpio-ranges = <&pinctrl 0 96 32>;
197 interrupt-controller;
198 #interrupt-cells = <2>;
200 interrupt-parent = <&intc>;
205 compatible = "ingenic,jz4770-gpio";
209 gpio-ranges = <&pinctrl 0 128 32>;
212 interrupt-controller;
213 #interrupt-cells = <2>;
215 interrupt-parent = <&intc>;
220 compatible = "ingenic,jz4770-gpio";
224 gpio-ranges = <&pinctrl 0 160 32>;
227 interrupt-controller;
228 #interrupt-cells = <2>;
230 interrupt-parent = <&intc>;
235 aic: audio-controller@10020000 {
236 compatible = "ingenic,jz4770-i2s";
237 reg = <0x10020000 0x94>;
239 #sound-dai-cells = <0>;
241 clocks = <&cgu JZ4770_CLK_AIC>, <&cgu JZ4770_CLK_I2S>,
242 <&cgu JZ4770_CLK_EXT>, <&cgu JZ4770_CLK_PLL0>;
243 clock-names = "aic", "i2s", "ext", "pll half";
245 interrupt-parent = <&intc>;
248 dmas = <&dmac0 25 0xffffffff>, <&dmac0 24 0xffffffff>;
249 dma-names = "rx", "tx";
252 codec: audio-codec@100200a0 {
253 compatible = "ingenic,jz4770-codec";
254 reg = <0x100200a4 0x8>;
256 #sound-dai-cells = <0>;
258 clocks = <&cgu JZ4770_CLK_AIC>;
263 compatible = "ingenic,jz4770-mmc", "ingenic,jz4760-mmc";
264 reg = <0x10021000 0x1000>;
266 clocks = <&cgu JZ4770_CLK_MMC0>;
269 interrupt-parent = <&intc>;
272 dmas = <&dmac1 27 0xffffffff>, <&dmac1 26 0xffffffff>;
273 dma-names = "rx", "tx";
283 compatible = "ingenic,jz4770-mmc", "ingenic,jz4760-mmc";
284 reg = <0x10022000 0x1000>;
286 clocks = <&cgu JZ4770_CLK_MMC1>;
289 interrupt-parent = <&intc>;
292 dmas = <&dmac1 31 0xffffffff>, <&dmac1 30 0xffffffff>;
293 dma-names = "rx", "tx";
303 compatible = "ingenic,jz4770-mmc", "ingenic,jz4760-mmc";
304 reg = <0x10023000 0x1000>;
306 clocks = <&cgu JZ4770_CLK_MMC2>;
309 interrupt-parent = <&intc>;
312 dmas = <&dmac1 37 0xffffffff>, <&dmac1 36 0xffffffff>;
313 dma-names = "rx", "tx";
322 uart0: serial@10030000 {
323 compatible = "ingenic,jz4770-uart";
324 reg = <0x10030000 0x100>;
326 clocks = <&ext>, <&cgu JZ4770_CLK_UART0>;
327 clock-names = "baud", "module";
329 interrupt-parent = <&intc>;
335 uart1: serial@10031000 {
336 compatible = "ingenic,jz4770-uart";
337 reg = <0x10031000 0x100>;
339 clocks = <&ext>, <&cgu JZ4770_CLK_UART1>;
340 clock-names = "baud", "module";
342 interrupt-parent = <&intc>;
348 uart2: serial@10032000 {
349 compatible = "ingenic,jz4770-uart";
350 reg = <0x10032000 0x100>;
352 clocks = <&ext>, <&cgu JZ4770_CLK_UART2>;
353 clock-names = "baud", "module";
355 interrupt-parent = <&intc>;
361 uart3: serial@10033000 {
362 compatible = "ingenic,jz4770-uart";
363 reg = <0x10033000 0x100>;
365 clocks = <&ext>, <&cgu JZ4770_CLK_UART3>;
366 clock-names = "baud", "module";
368 interrupt-parent = <&intc>;
375 compatible = "ingenic,jz4770-adc";
376 reg = <0x10070000 0x30>;
378 #io-channel-cells = <1>;
380 clocks = <&cgu JZ4770_CLK_ADC>;
383 interrupt-parent = <&intc>;
388 compatible = "vivante,gc";
389 reg = <0x13040000 0x10000>;
391 clocks = <&cgu JZ4770_CLK_GPU>,
392 <&cgu JZ4770_CLK_GPU>,
393 <&cgu JZ4770_CLK_GPU>;
394 clock-names = "bus", "core", "shader";
396 interrupt-parent = <&intc>;
400 lcd: lcd-controller@13050000 {
401 compatible = "ingenic,jz4770-lcd";
402 reg = <0x13050000 0x300>;
404 interrupt-parent = <&intc>;
407 clocks = <&cgu JZ4770_CLK_LPCLK_MUX>;
408 clock-names = "lcd_pclk";
411 dmac0: dma-controller@13420000 {
412 compatible = "ingenic,jz4770-dma";
413 reg = <0x13420000 0xC0>, <0x13420300 0x20>;
417 clocks = <&cgu JZ4770_CLK_DMA>;
418 interrupt-parent = <&intc>;
422 dmac1: dma-controller@13420100 {
423 compatible = "ingenic,jz4770-dma";
424 reg = <0x13420100 0xC0>, <0x13420400 0x20>;
428 clocks = <&cgu JZ4770_CLK_DMA>;
429 interrupt-parent = <&intc>;
434 compatible = "generic-ohci";
435 reg = <0x13430000 0x1000>;
437 clocks = <&cgu JZ4770_CLK_UHC>, <&cgu JZ4770_CLK_UHC_PHY>;
438 assigned-clocks = <&cgu JZ4770_CLK_UHC>;
439 assigned-clock-rates = <48000000>;
441 interrupt-parent = <&intc>;
447 usb_otg: usb@13440000 {
448 compatible = "ingenic,jz4770-musb";
449 reg = <0x13440000 0x10000>;
451 clocks = <&cgu JZ4770_CLK_OTG>;
454 interrupt-parent = <&intc>;
456 interrupt-names = "mc";
463 rom: memory@1fc00000 {
464 compatible = "mtd-rom";
465 probe-type = "map_rom";
466 reg = <0x1fc00000 0x2000>;