xref: /linux/arch/mips/boot/dts/ingenic/jz4780.dtsi (revision 3bdab16c55f57a24245c97d707241dd9b48d1a91)
1// SPDX-License-Identifier: GPL-2.0
2#include <dt-bindings/clock/jz4780-cgu.h>
3#include <dt-bindings/dma/jz4780-dma.h>
4
5/ {
6	#address-cells = <1>;
7	#size-cells = <1>;
8	compatible = "ingenic,jz4780";
9
10	cpuintc: interrupt-controller {
11		#address-cells = <0>;
12		#interrupt-cells = <1>;
13		interrupt-controller;
14		compatible = "mti,cpu-interrupt-controller";
15	};
16
17	intc: interrupt-controller@10001000 {
18		compatible = "ingenic,jz4780-intc";
19		reg = <0x10001000 0x50>;
20
21		interrupt-controller;
22		#interrupt-cells = <1>;
23
24		interrupt-parent = <&cpuintc>;
25		interrupts = <2>;
26	};
27
28	ext: ext {
29		compatible = "fixed-clock";
30		#clock-cells = <0>;
31	};
32
33	rtc: rtc {
34		compatible = "fixed-clock";
35		#clock-cells = <0>;
36		clock-frequency = <32768>;
37	};
38
39	cgu: jz4780-cgu@10000000 {
40		compatible = "ingenic,jz4780-cgu";
41		reg = <0x10000000 0x100>;
42
43		clocks = <&ext>, <&rtc>;
44		clock-names = "ext", "rtc";
45
46		#clock-cells = <1>;
47	};
48
49	rtc_dev: rtc@10003000 {
50		compatible = "ingenic,jz4780-rtc";
51		reg = <0x10003000 0x4c>;
52
53		interrupt-parent = <&intc>;
54		interrupts = <32>;
55
56		clocks = <&cgu JZ4780_CLK_RTCLK>;
57		clock-names = "rtc";
58	};
59
60	pinctrl: pin-controller@10010000 {
61		compatible = "ingenic,jz4780-pinctrl";
62		reg = <0x10010000 0x600>;
63
64		#address-cells = <1>;
65		#size-cells = <0>;
66
67		gpa: gpio@0 {
68			compatible = "ingenic,jz4780-gpio";
69			reg = <0>;
70
71			gpio-controller;
72			gpio-ranges = <&pinctrl 0 0 32>;
73			#gpio-cells = <2>;
74
75			interrupt-controller;
76			#interrupt-cells = <2>;
77
78			interrupt-parent = <&intc>;
79			interrupts = <17>;
80		};
81
82		gpb: gpio@1 {
83			compatible = "ingenic,jz4780-gpio";
84			reg = <1>;
85
86			gpio-controller;
87			gpio-ranges = <&pinctrl 0 32 32>;
88			#gpio-cells = <2>;
89
90			interrupt-controller;
91			#interrupt-cells = <2>;
92
93			interrupt-parent = <&intc>;
94			interrupts = <16>;
95		};
96
97		gpc: gpio@2 {
98			compatible = "ingenic,jz4780-gpio";
99			reg = <2>;
100
101			gpio-controller;
102			gpio-ranges = <&pinctrl 0 64 32>;
103			#gpio-cells = <2>;
104
105			interrupt-controller;
106			#interrupt-cells = <2>;
107
108			interrupt-parent = <&intc>;
109			interrupts = <15>;
110		};
111
112		gpd: gpio@3 {
113			compatible = "ingenic,jz4780-gpio";
114			reg = <3>;
115
116			gpio-controller;
117			gpio-ranges = <&pinctrl 0 96 32>;
118			#gpio-cells = <2>;
119
120			interrupt-controller;
121			#interrupt-cells = <2>;
122
123			interrupt-parent = <&intc>;
124			interrupts = <14>;
125		};
126
127		gpe: gpio@4 {
128			compatible = "ingenic,jz4780-gpio";
129			reg = <4>;
130
131			gpio-controller;
132			gpio-ranges = <&pinctrl 0 128 32>;
133			#gpio-cells = <2>;
134
135			interrupt-controller;
136			#interrupt-cells = <2>;
137
138			interrupt-parent = <&intc>;
139			interrupts = <13>;
140		};
141
142		gpf: gpio@5 {
143			compatible = "ingenic,jz4780-gpio";
144			reg = <5>;
145
146			gpio-controller;
147			gpio-ranges = <&pinctrl 0 160 32>;
148			#gpio-cells = <2>;
149
150			interrupt-controller;
151			#interrupt-cells = <2>;
152
153			interrupt-parent = <&intc>;
154			interrupts = <12>;
155		};
156	};
157
158	spi_gpio {
159		compatible = "spi-gpio";
160		#address-cells = <1>;
161		#size-cells = <0>;
162		num-chipselects = <2>;
163
164		gpio-miso = <&gpe 14 0>;
165		gpio-sck = <&gpe 15 0>;
166		gpio-mosi = <&gpe 17 0>;
167		cs-gpios = <&gpe 16 0
168			    &gpe 18 0>;
169
170		spidev@0 {
171			compatible = "spidev";
172			reg = <0>;
173			spi-max-frequency = <1000000>;
174		};
175	};
176
177	uart0: serial@10030000 {
178		compatible = "ingenic,jz4780-uart";
179		reg = <0x10030000 0x100>;
180
181		interrupt-parent = <&intc>;
182		interrupts = <51>;
183
184		clocks = <&ext>, <&cgu JZ4780_CLK_UART0>;
185		clock-names = "baud", "module";
186
187		status = "disabled";
188	};
189
190	uart1: serial@10031000 {
191		compatible = "ingenic,jz4780-uart";
192		reg = <0x10031000 0x100>;
193
194		interrupt-parent = <&intc>;
195		interrupts = <50>;
196
197		clocks = <&ext>, <&cgu JZ4780_CLK_UART1>;
198		clock-names = "baud", "module";
199
200		status = "disabled";
201	};
202
203	uart2: serial@10032000 {
204		compatible = "ingenic,jz4780-uart";
205		reg = <0x10032000 0x100>;
206
207		interrupt-parent = <&intc>;
208		interrupts = <49>;
209
210		clocks = <&ext>, <&cgu JZ4780_CLK_UART2>;
211		clock-names = "baud", "module";
212
213		status = "disabled";
214	};
215
216	uart3: serial@10033000 {
217		compatible = "ingenic,jz4780-uart";
218		reg = <0x10033000 0x100>;
219
220		interrupt-parent = <&intc>;
221		interrupts = <48>;
222
223		clocks = <&ext>, <&cgu JZ4780_CLK_UART3>;
224		clock-names = "baud", "module";
225
226		status = "disabled";
227	};
228
229	uart4: serial@10034000 {
230		compatible = "ingenic,jz4780-uart";
231		reg = <0x10034000 0x100>;
232
233		interrupt-parent = <&intc>;
234		interrupts = <34>;
235
236		clocks = <&ext>, <&cgu JZ4780_CLK_UART4>;
237		clock-names = "baud", "module";
238
239		status = "disabled";
240	};
241
242	watchdog: watchdog@10002000 {
243		compatible = "ingenic,jz4780-watchdog";
244		reg = <0x10002000 0x10>;
245
246		clocks = <&cgu JZ4780_CLK_RTCLK>;
247		clock-names = "rtc";
248	};
249
250	nemc: nemc@13410000 {
251		compatible = "ingenic,jz4780-nemc";
252		reg = <0x13410000 0x10000>;
253		#address-cells = <2>;
254		#size-cells = <1>;
255		ranges = <1 0 0x1b000000 0x1000000
256			  2 0 0x1a000000 0x1000000
257			  3 0 0x19000000 0x1000000
258			  4 0 0x18000000 0x1000000
259			  5 0 0x17000000 0x1000000
260			  6 0 0x16000000 0x1000000>;
261
262		clocks = <&cgu JZ4780_CLK_NEMC>;
263
264		status = "disabled";
265	};
266
267	dma: dma@13420000 {
268		compatible = "ingenic,jz4780-dma";
269		reg = <0x13420000 0x400
270		       0x13421000 0x40>;
271		#dma-cells = <2>;
272
273		interrupt-parent = <&intc>;
274		interrupts = <10>;
275
276		clocks = <&cgu JZ4780_CLK_PDMA>;
277	};
278
279	mmc0: mmc@13450000 {
280		compatible = "ingenic,jz4780-mmc";
281		reg = <0x13450000 0x1000>;
282
283		interrupt-parent = <&intc>;
284		interrupts = <37>;
285
286		clocks = <&cgu JZ4780_CLK_MSC0>;
287		clock-names = "mmc";
288
289		cap-sd-highspeed;
290		cap-mmc-highspeed;
291		cap-sdio-irq;
292		dmas = <&dma JZ4780_DMA_MSC0_RX 0xffffffff>,
293		       <&dma JZ4780_DMA_MSC0_TX 0xffffffff>;
294		dma-names = "rx", "tx";
295
296		status = "disabled";
297	};
298
299	mmc1: mmc@13460000 {
300		compatible = "ingenic,jz4780-mmc";
301		reg = <0x13460000 0x1000>;
302
303		interrupt-parent = <&intc>;
304		interrupts = <36>;
305
306		clocks = <&cgu JZ4780_CLK_MSC1>;
307		clock-names = "mmc";
308
309		cap-sd-highspeed;
310		cap-mmc-highspeed;
311		cap-sdio-irq;
312		dmas = <&dma JZ4780_DMA_MSC1_RX 0xffffffff>,
313		       <&dma JZ4780_DMA_MSC1_TX 0xffffffff>;
314		dma-names = "rx", "tx";
315
316		status = "disabled";
317	};
318
319	bch: bch@134d0000 {
320		compatible = "ingenic,jz4780-bch";
321		reg = <0x134d0000 0x10000>;
322
323		clocks = <&cgu JZ4780_CLK_BCH>;
324
325		status = "disabled";
326	};
327};
328