1/*
2 * dts file for Hisilicon Hi6220 SoC
3 *
4 * Copyright (C) 2015, Hisilicon Ltd.
5 */
6
7#include <dt-bindings/interrupt-controller/arm-gic.h>
8#include <dt-bindings/reset/hisi,hi6220-resets.h>
9#include <dt-bindings/clock/hi6220-clock.h>
10#include <dt-bindings/pinctrl/hisi.h>
11#include <dt-bindings/thermal/thermal.h>
12
13/ {
14	compatible = "hisilicon,hi6220";
15	interrupt-parent = <&gic>;
16	#address-cells = <2>;
17	#size-cells = <2>;
18
19	psci {
20		compatible = "arm,psci-0.2";
21		method = "smc";
22	};
23
24	cpus {
25		#address-cells = <2>;
26		#size-cells = <0>;
27
28		cpu-map {
29			cluster0 {
30				core0 {
31					cpu = <&cpu0>;
32				};
33				core1 {
34					cpu = <&cpu1>;
35				};
36				core2 {
37					cpu = <&cpu2>;
38				};
39				core3 {
40					cpu = <&cpu3>;
41				};
42			};
43			cluster1 {
44				core0 {
45					cpu = <&cpu4>;
46				};
47				core1 {
48					cpu = <&cpu5>;
49				};
50				core2 {
51					cpu = <&cpu6>;
52				};
53				core3 {
54					cpu = <&cpu7>;
55				};
56			};
57		};
58
59		idle-states {
60			entry-method = "psci";
61
62			CPU_SLEEP: cpu-sleep {
63				compatible = "arm,idle-state";
64				local-timer-stop;
65				arm,psci-suspend-param = <0x0010000>;
66				entry-latency-us = <700>;
67				exit-latency-us = <250>;
68				min-residency-us = <1000>;
69			};
70
71			CLUSTER_SLEEP: cluster-sleep {
72				compatible = "arm,idle-state";
73				local-timer-stop;
74				arm,psci-suspend-param = <0x1010000>;
75				entry-latency-us = <1000>;
76				exit-latency-us = <700>;
77				min-residency-us = <2700>;
78				wakeup-latency-us = <1500>;
79			};
80		};
81
82		cpu0: cpu@0 {
83			compatible = "arm,cortex-a53", "arm,armv8";
84			device_type = "cpu";
85			reg = <0x0 0x0>;
86			enable-method = "psci";
87			next-level-cache = <&CLUSTER0_L2>;
88			clocks = <&stub_clock 0>;
89			operating-points-v2 = <&cpu_opp_table>;
90			cooling-min-level = <4>;
91			cooling-max-level = <0>;
92			#cooling-cells = <2>; /* min followed by max */
93			cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>;
94			dynamic-power-coefficient = <311>;
95		};
96
97		cpu1: cpu@1 {
98			compatible = "arm,cortex-a53", "arm,armv8";
99			device_type = "cpu";
100			reg = <0x0 0x1>;
101			enable-method = "psci";
102			next-level-cache = <&CLUSTER0_L2>;
103			operating-points-v2 = <&cpu_opp_table>;
104			cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>;
105		};
106
107		cpu2: cpu@2 {
108			compatible = "arm,cortex-a53", "arm,armv8";
109			device_type = "cpu";
110			reg = <0x0 0x2>;
111			enable-method = "psci";
112			next-level-cache = <&CLUSTER0_L2>;
113			operating-points-v2 = <&cpu_opp_table>;
114			cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>;
115		};
116
117		cpu3: cpu@3 {
118			compatible = "arm,cortex-a53", "arm,armv8";
119			device_type = "cpu";
120			reg = <0x0 0x3>;
121			enable-method = "psci";
122			next-level-cache = <&CLUSTER0_L2>;
123			operating-points-v2 = <&cpu_opp_table>;
124			cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>;
125		};
126
127		cpu4: cpu@100 {
128			compatible = "arm,cortex-a53", "arm,armv8";
129			device_type = "cpu";
130			reg = <0x0 0x100>;
131			enable-method = "psci";
132			next-level-cache = <&CLUSTER1_L2>;
133			operating-points-v2 = <&cpu_opp_table>;
134			cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>;
135		};
136
137		cpu5: cpu@101 {
138			compatible = "arm,cortex-a53", "arm,armv8";
139			device_type = "cpu";
140			reg = <0x0 0x101>;
141			enable-method = "psci";
142			next-level-cache = <&CLUSTER1_L2>;
143			operating-points-v2 = <&cpu_opp_table>;
144			cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>;
145		};
146
147		cpu6: cpu@102 {
148			compatible = "arm,cortex-a53", "arm,armv8";
149			device_type = "cpu";
150			reg = <0x0 0x102>;
151			enable-method = "psci";
152			next-level-cache = <&CLUSTER1_L2>;
153			operating-points-v2 = <&cpu_opp_table>;
154			cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>;
155		};
156
157		cpu7: cpu@103 {
158			compatible = "arm,cortex-a53", "arm,armv8";
159			device_type = "cpu";
160			reg = <0x0 0x103>;
161			enable-method = "psci";
162			next-level-cache = <&CLUSTER1_L2>;
163			operating-points-v2 = <&cpu_opp_table>;
164			cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>;
165		};
166
167		CLUSTER0_L2: l2-cache0 {
168			compatible = "cache";
169		};
170
171		CLUSTER1_L2: l2-cache1 {
172			compatible = "cache";
173		};
174	};
175
176	cpu_opp_table: cpu_opp_table {
177		compatible = "operating-points-v2";
178		opp-shared;
179
180		opp00 {
181			opp-hz = /bits/ 64 <208000000>;
182			opp-microvolt = <1040000>;
183			clock-latency-ns = <500000>;
184		};
185		opp01 {
186			opp-hz = /bits/ 64 <432000000>;
187			opp-microvolt = <1040000>;
188			clock-latency-ns = <500000>;
189		};
190		opp02 {
191			opp-hz = /bits/ 64 <729000000>;
192			opp-microvolt = <1090000>;
193			clock-latency-ns = <500000>;
194		};
195		opp03 {
196			opp-hz = /bits/ 64 <960000000>;
197			opp-microvolt = <1180000>;
198			clock-latency-ns = <500000>;
199		};
200		opp04 {
201			opp-hz = /bits/ 64 <1200000000>;
202			opp-microvolt = <1330000>;
203			clock-latency-ns = <500000>;
204		};
205	};
206
207	gic: interrupt-controller@f6801000 {
208		compatible = "arm,gic-400";
209		reg = <0x0 0xf6801000 0 0x1000>, /* GICD */
210		      <0x0 0xf6802000 0 0x2000>, /* GICC */
211		      <0x0 0xf6804000 0 0x2000>, /* GICH */
212		      <0x0 0xf6806000 0 0x2000>; /* GICV */
213		#address-cells = <0>;
214		#interrupt-cells = <3>;
215		interrupt-controller;
216		interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_HIGH)>;
217	};
218
219	timer {
220		compatible = "arm,armv8-timer";
221		interrupt-parent = <&gic>;
222		interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>,
223			     <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>,
224			     <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>,
225			     <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>;
226	};
227
228	soc {
229		compatible = "simple-bus";
230		#address-cells = <2>;
231		#size-cells = <2>;
232		ranges;
233
234		sram: sram@fff80000 {
235			compatible = "hisilicon,hi6220-sramctrl", "syscon";
236			reg = <0x0 0xfff80000 0x0 0x12000>;
237		};
238
239		ao_ctrl: ao_ctrl@f7800000 {
240			compatible = "hisilicon,hi6220-aoctrl", "syscon";
241			reg = <0x0 0xf7800000 0x0 0x2000>;
242			#clock-cells = <1>;
243		};
244
245		sys_ctrl: sys_ctrl@f7030000 {
246			compatible = "hisilicon,hi6220-sysctrl", "syscon";
247			reg = <0x0 0xf7030000 0x0 0x2000>;
248			#clock-cells = <1>;
249			#reset-cells = <1>;
250		};
251
252		media_ctrl: media_ctrl@f4410000 {
253			compatible = "hisilicon,hi6220-mediactrl", "syscon";
254			reg = <0x0 0xf4410000 0x0 0x1000>;
255			#clock-cells = <1>;
256			#reset-cells = <1>;
257		};
258
259		pm_ctrl: pm_ctrl@f7032000 {
260			compatible = "hisilicon,hi6220-pmctrl", "syscon";
261			reg = <0x0 0xf7032000 0x0 0x1000>;
262			#clock-cells = <1>;
263		};
264
265		medianoc_ade: medianoc_ade@f4520000 {
266			compatible = "syscon";
267			reg = <0x0 0xf4520000 0x0 0x4000>;
268		};
269
270		stub_clock: stub_clock {
271			compatible = "hisilicon,hi6220-stub-clk";
272			hisilicon,hi6220-clk-sram = <&sram>;
273			#clock-cells = <1>;
274			mbox-names = "mbox-tx";
275			mboxes = <&mailbox 1 0 11>;
276		};
277
278		uart0: uart@f8015000 {	/* console */
279			compatible = "arm,pl011", "arm,primecell";
280			reg = <0x0 0xf8015000 0x0 0x1000>;
281			interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
282			clocks = <&ao_ctrl HI6220_UART0_PCLK>,
283				 <&ao_ctrl HI6220_UART0_PCLK>;
284			clock-names = "uartclk", "apb_pclk";
285		};
286
287		uart1: uart@f7111000 {
288			compatible = "arm,pl011", "arm,primecell";
289			reg = <0x0 0xf7111000 0x0 0x1000>;
290			interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
291			clocks = <&sys_ctrl HI6220_UART1_PCLK>,
292				 <&sys_ctrl HI6220_UART1_PCLK>;
293			clock-names = "uartclk", "apb_pclk";
294			pinctrl-names = "default";
295			pinctrl-0 = <&uart1_pmx_func &uart1_cfg_func1 &uart1_cfg_func2>;
296			status = "disabled";
297		};
298
299		uart2: uart@f7112000 {
300			compatible = "arm,pl011", "arm,primecell";
301			reg = <0x0 0xf7112000 0x0 0x1000>;
302			interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
303			clocks = <&sys_ctrl HI6220_UART2_PCLK>,
304				 <&sys_ctrl HI6220_UART2_PCLK>;
305			clock-names = "uartclk", "apb_pclk";
306			pinctrl-names = "default";
307			pinctrl-0 = <&uart2_pmx_func &uart2_cfg_func>;
308			status = "disabled";
309		};
310
311		uart3: uart@f7113000 {
312			compatible = "arm,pl011", "arm,primecell";
313			reg = <0x0 0xf7113000 0x0 0x1000>;
314			interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>;
315			clocks = <&sys_ctrl HI6220_UART3_PCLK>,
316				 <&sys_ctrl HI6220_UART3_PCLK>;
317			clock-names = "uartclk", "apb_pclk";
318			pinctrl-names = "default";
319			pinctrl-0 = <&uart3_pmx_func &uart3_cfg_func>;
320			status = "disabled";
321		};
322
323		uart4: uart@f7114000 {
324			compatible = "arm,pl011", "arm,primecell";
325			reg = <0x0 0xf7114000 0x0 0x1000>;
326			interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
327			clocks = <&sys_ctrl HI6220_UART4_PCLK>,
328				 <&sys_ctrl HI6220_UART4_PCLK>;
329			clock-names = "uartclk", "apb_pclk";
330			pinctrl-names = "default";
331			pinctrl-0 = <&uart4_pmx_func &uart4_cfg_func>;
332			status = "disabled";
333		};
334
335		dual_timer0: timer@f8008000 {
336			compatible = "arm,sp804", "arm,primecell";
337			reg = <0x0 0xf8008000 0x0 0x1000>;
338			interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>,
339				     <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
340			clocks = <&ao_ctrl HI6220_TIMER0_PCLK>,
341				 <&ao_ctrl HI6220_TIMER0_PCLK>,
342				 <&ao_ctrl HI6220_TIMER0_PCLK>;
343			clock-names = "timer1", "timer2", "apb_pclk";
344		};
345
346		rtc0: rtc@f8003000 {
347			compatible = "arm,pl031", "arm,primecell";
348			reg = <0x0 0xf8003000 0x0 0x1000>;
349			interrupts = <0 12 4>;
350			clocks = <&ao_ctrl HI6220_RTC0_PCLK>;
351			clock-names = "apb_pclk";
352		};
353
354		rtc1: rtc@f8004000 {
355			compatible = "arm,pl031", "arm,primecell";
356			reg = <0x0 0xf8004000 0x0 0x1000>;
357			interrupts = <0 8 4>;
358			clocks = <&ao_ctrl HI6220_RTC1_PCLK>;
359			clock-names = "apb_pclk";
360		};
361
362		pmx0: pinmux@f7010000 {
363			compatible = "pinctrl-single";
364			reg = <0x0 0xf7010000  0x0 0x27c>;
365			#address-cells = <1>;
366			#size-cells = <1>;
367			#pinctrl-cells = <1>;
368			#gpio-range-cells = <3>;
369			pinctrl-single,register-width = <32>;
370			pinctrl-single,function-mask = <7>;
371			pinctrl-single,gpio-range = <
372				&range  80  8 MUX_M0 /* gpio  3: [0..7] */
373				&range  88  8 MUX_M0 /* gpio  4: [0..7] */
374				&range  96  8 MUX_M0 /* gpio  5: [0..7] */
375				&range 104  8 MUX_M0 /* gpio  6: [0..7] */
376				&range 112  8 MUX_M0 /* gpio  7: [0..7] */
377				&range 120  2 MUX_M0 /* gpio  8: [0..1] */
378				&range   2  6 MUX_M1 /* gpio  8: [2..7] */
379				&range   8  8 MUX_M1 /* gpio  9: [0..7] */
380				&range   0  1 MUX_M1 /* gpio 10: [0]    */
381				&range  16  7 MUX_M1 /* gpio 10: [1..7] */
382				&range  23  3 MUX_M1 /* gpio 11: [0..2] */
383				&range  28  5 MUX_M1 /* gpio 11: [3..7] */
384				&range  33  3 MUX_M1 /* gpio 12: [0..2] */
385				&range  43  5 MUX_M1 /* gpio 12: [3..7] */
386				&range  48  8 MUX_M1 /* gpio 13: [0..7] */
387				&range  56  8 MUX_M1 /* gpio 14: [0..7] */
388				&range  74  6 MUX_M1 /* gpio 15: [0..5] */
389				&range 122  1 MUX_M1 /* gpio 15: [6]    */
390				&range 126  1 MUX_M1 /* gpio 15: [7]    */
391				&range 127  8 MUX_M1 /* gpio 16: [0..7] */
392				&range 135  8 MUX_M1 /* gpio 17: [0..7] */
393				&range 143  8 MUX_M1 /* gpio 18: [0..7] */
394				&range 151  8 MUX_M1 /* gpio 19: [0..7] */
395			>;
396			range: gpio-range {
397				#pinctrl-single,gpio-range-cells = <3>;
398			};
399		};
400
401		pmx1: pinmux@f7010800 {
402			compatible = "pinconf-single";
403			reg = <0x0 0xf7010800 0x0 0x28c>;
404			#address-cells = <1>;
405			#size-cells = <1>;
406			#pinctrl-cells = <1>;
407			pinctrl-single,register-width = <32>;
408		};
409
410		pmx2: pinmux@f8001800 {
411			compatible = "pinconf-single";
412			reg = <0x0 0xf8001800 0x0 0x78>;
413			#address-cells = <1>;
414			#size-cells = <1>;
415			#pinctrl-cells = <1>;
416			pinctrl-single,register-width = <32>;
417		};
418
419		gpio0: gpio@f8011000 {
420			compatible = "arm,pl061", "arm,primecell";
421			reg = <0x0 0xf8011000 0x0 0x1000>;
422			interrupts = <0 52 0x4>;
423			gpio-controller;
424			#gpio-cells = <2>;
425			interrupt-controller;
426			#interrupt-cells = <2>;
427			clocks = <&ao_ctrl 2>;
428			clock-names = "apb_pclk";
429		};
430
431		gpio1: gpio@f8012000 {
432			compatible = "arm,pl061", "arm,primecell";
433			reg = <0x0 0xf8012000 0x0 0x1000>;
434			interrupts = <0 53 0x4>;
435			gpio-controller;
436			#gpio-cells = <2>;
437			interrupt-controller;
438			#interrupt-cells = <2>;
439			clocks = <&ao_ctrl 2>;
440			clock-names = "apb_pclk";
441		};
442
443		gpio2: gpio@f8013000 {
444			compatible = "arm,pl061", "arm,primecell";
445			reg = <0x0 0xf8013000 0x0 0x1000>;
446			interrupts = <0 54 0x4>;
447			gpio-controller;
448			#gpio-cells = <2>;
449			interrupt-controller;
450			#interrupt-cells = <2>;
451			clocks = <&ao_ctrl 2>;
452			clock-names = "apb_pclk";
453		};
454
455		gpio3: gpio@f8014000 {
456			compatible = "arm,pl061", "arm,primecell";
457			reg = <0x0 0xf8014000 0x0 0x1000>;
458			interrupts = <0 55 0x4>;
459			gpio-controller;
460			#gpio-cells = <2>;
461			gpio-ranges = <&pmx0 0 80 8>;
462			interrupt-controller;
463			#interrupt-cells = <2>;
464			clocks = <&ao_ctrl 2>;
465			clock-names = "apb_pclk";
466		};
467
468		gpio4: gpio@f7020000 {
469			compatible = "arm,pl061", "arm,primecell";
470			reg = <0x0 0xf7020000 0x0 0x1000>;
471			interrupts = <0 56 0x4>;
472			gpio-controller;
473			#gpio-cells = <2>;
474			gpio-ranges = <&pmx0 0 88 8>;
475			interrupt-controller;
476			#interrupt-cells = <2>;
477			clocks = <&ao_ctrl 2>;
478			clock-names = "apb_pclk";
479		};
480
481		gpio5: gpio@f7021000 {
482			compatible = "arm,pl061", "arm,primecell";
483			reg = <0x0 0xf7021000 0x0 0x1000>;
484			interrupts = <0 57 0x4>;
485			gpio-controller;
486			#gpio-cells = <2>;
487			gpio-ranges = <&pmx0 0 96 8>;
488			interrupt-controller;
489			#interrupt-cells = <2>;
490			clocks = <&ao_ctrl 2>;
491			clock-names = "apb_pclk";
492		};
493
494		gpio6: gpio@f7022000 {
495			compatible = "arm,pl061", "arm,primecell";
496			reg = <0x0 0xf7022000 0x0 0x1000>;
497			interrupts = <0 58 0x4>;
498			gpio-controller;
499			#gpio-cells = <2>;
500			gpio-ranges = <&pmx0 0 104 8>;
501			interrupt-controller;
502			#interrupt-cells = <2>;
503			clocks = <&ao_ctrl 2>;
504			clock-names = "apb_pclk";
505		};
506
507		gpio7: gpio@f7023000 {
508			compatible = "arm,pl061", "arm,primecell";
509			reg = <0x0 0xf7023000 0x0 0x1000>;
510			interrupts = <0 59 0x4>;
511			gpio-controller;
512			#gpio-cells = <2>;
513			gpio-ranges = <&pmx0 0 112 8>;
514			interrupt-controller;
515			#interrupt-cells = <2>;
516			clocks = <&ao_ctrl 2>;
517			clock-names = "apb_pclk";
518		};
519
520		gpio8: gpio@f7024000 {
521			compatible = "arm,pl061", "arm,primecell";
522			reg = <0x0 0xf7024000 0x0 0x1000>;
523			interrupts = <0 60 0x4>;
524			gpio-controller;
525			#gpio-cells = <2>;
526			gpio-ranges = <&pmx0 0 120 2 &pmx0 2 2 6>;
527			interrupt-controller;
528			#interrupt-cells = <2>;
529			clocks = <&ao_ctrl 2>;
530			clock-names = "apb_pclk";
531		};
532
533		gpio9: gpio@f7025000 {
534			compatible = "arm,pl061", "arm,primecell";
535			reg = <0x0 0xf7025000 0x0 0x1000>;
536			interrupts = <0 61 0x4>;
537			gpio-controller;
538			#gpio-cells = <2>;
539			gpio-ranges = <&pmx0 0 8 8>;
540			interrupt-controller;
541			#interrupt-cells = <2>;
542			clocks = <&ao_ctrl 2>;
543			clock-names = "apb_pclk";
544		};
545
546		gpio10: gpio@f7026000 {
547			compatible = "arm,pl061", "arm,primecell";
548			reg = <0x0 0xf7026000 0x0 0x1000>;
549			interrupts = <0 62 0x4>;
550			gpio-controller;
551			#gpio-cells = <2>;
552			gpio-ranges = <&pmx0 0 0 1 &pmx0 1 16 7>;
553			interrupt-controller;
554			#interrupt-cells = <2>;
555			clocks = <&ao_ctrl 2>;
556			clock-names = "apb_pclk";
557		};
558
559		gpio11: gpio@f7027000 {
560			compatible = "arm,pl061", "arm,primecell";
561			reg = <0x0 0xf7027000 0x0 0x1000>;
562			interrupts = <0 63 0x4>;
563			gpio-controller;
564			#gpio-cells = <2>;
565			gpio-ranges = <&pmx0 0 23 3 &pmx0 3 28 5>;
566			interrupt-controller;
567			#interrupt-cells = <2>;
568			clocks = <&ao_ctrl 2>;
569			clock-names = "apb_pclk";
570		};
571
572		gpio12: gpio@f7028000 {
573			compatible = "arm,pl061", "arm,primecell";
574			reg = <0x0 0xf7028000 0x0 0x1000>;
575			interrupts = <0 64 0x4>;
576			gpio-controller;
577			#gpio-cells = <2>;
578			gpio-ranges = <&pmx0 0 33 3 &pmx0 3 43 5>;
579			interrupt-controller;
580			#interrupt-cells = <2>;
581			clocks = <&ao_ctrl 2>;
582			clock-names = "apb_pclk";
583		};
584
585		gpio13: gpio@f7029000 {
586			compatible = "arm,pl061", "arm,primecell";
587			reg = <0x0 0xf7029000 0x0 0x1000>;
588			interrupts = <0 65 0x4>;
589			gpio-controller;
590			#gpio-cells = <2>;
591			gpio-ranges = <&pmx0 0 48 8>;
592			interrupt-controller;
593			#interrupt-cells = <2>;
594			clocks = <&ao_ctrl 2>;
595			clock-names = "apb_pclk";
596		};
597
598		gpio14: gpio@f702a000 {
599			compatible = "arm,pl061", "arm,primecell";
600			reg = <0x0 0xf702a000 0x0 0x1000>;
601			interrupts = <0 66 0x4>;
602			gpio-controller;
603			#gpio-cells = <2>;
604			gpio-ranges = <&pmx0 0 56 8>;
605			interrupt-controller;
606			#interrupt-cells = <2>;
607			clocks = <&ao_ctrl 2>;
608			clock-names = "apb_pclk";
609		};
610
611		gpio15: gpio@f702b000 {
612			compatible = "arm,pl061", "arm,primecell";
613			reg = <0x0 0xf702b000 0x0 0x1000>;
614			interrupts = <0 67 0x4>;
615			gpio-controller;
616			#gpio-cells = <2>;
617			gpio-ranges = <
618				&pmx0 0 74 6
619				&pmx0 6 122 1
620				&pmx0 7 126 1
621			>;
622			interrupt-controller;
623			#interrupt-cells = <2>;
624			clocks = <&ao_ctrl 2>;
625			clock-names = "apb_pclk";
626		};
627
628		gpio16: gpio@f702c000 {
629			compatible = "arm,pl061", "arm,primecell";
630			reg = <0x0 0xf702c000 0x0 0x1000>;
631			interrupts = <0 68 0x4>;
632			gpio-controller;
633			#gpio-cells = <2>;
634			gpio-ranges = <&pmx0 0 127 8>;
635			interrupt-controller;
636			#interrupt-cells = <2>;
637			clocks = <&ao_ctrl 2>;
638			clock-names = "apb_pclk";
639		};
640
641		gpio17: gpio@f702d000 {
642			compatible = "arm,pl061", "arm,primecell";
643			reg = <0x0 0xf702d000 0x0 0x1000>;
644			interrupts = <0 69 0x4>;
645			gpio-controller;
646			#gpio-cells = <2>;
647			gpio-ranges = <&pmx0 0 135 8>;
648			interrupt-controller;
649			#interrupt-cells = <2>;
650			clocks = <&ao_ctrl 2>;
651			clock-names = "apb_pclk";
652		};
653
654		gpio18: gpio@f702e000 {
655			compatible = "arm,pl061", "arm,primecell";
656			reg = <0x0 0xf702e000 0x0 0x1000>;
657			interrupts = <0 70 0x4>;
658			gpio-controller;
659			#gpio-cells = <2>;
660			gpio-ranges = <&pmx0 0 143 8>;
661			interrupt-controller;
662			#interrupt-cells = <2>;
663			clocks = <&ao_ctrl 2>;
664			clock-names = "apb_pclk";
665		};
666
667		gpio19: gpio@f702f000 {
668			compatible = "arm,pl061", "arm,primecell";
669			reg = <0x0 0xf702f000 0x0 0x1000>;
670			interrupts = <0 71 0x4>;
671			gpio-controller;
672			#gpio-cells = <2>;
673			gpio-ranges = <&pmx0 0 151 8>;
674			interrupt-controller;
675			#interrupt-cells = <2>;
676			clocks = <&ao_ctrl 2>;
677			clock-names = "apb_pclk";
678		};
679
680		spi0: spi@f7106000 {
681			compatible = "arm,pl022", "arm,primecell";
682			reg = <0x0 0xf7106000 0x0 0x1000>;
683			interrupts = <0 50 4>;
684			bus-id = <0>;
685			enable-dma = <0>;
686			clocks = <&sys_ctrl HI6220_SPI_CLK>;
687			clock-names = "apb_pclk";
688			pinctrl-names = "default";
689			pinctrl-0 = <&spi0_pmx_func &spi0_cfg_func>;
690			num-cs = <1>;
691			cs-gpios = <&gpio6 2 0>;
692			status = "disabled";
693		};
694
695		i2c0: i2c@f7100000 {
696			compatible = "snps,designware-i2c";
697			reg = <0x0 0xf7100000 0x0 0x1000>;
698			interrupts = <0 44 4>;
699			clocks = <&sys_ctrl HI6220_I2C0_CLK>;
700			i2c-sda-hold-time-ns = <300>;
701			pinctrl-names = "default";
702			pinctrl-0 = <&i2c0_pmx_func &i2c0_cfg_func>;
703			status = "disabled";
704		};
705
706		i2c1: i2c@f7101000 {
707			compatible = "snps,designware-i2c";
708			reg = <0x0 0xf7101000 0x0 0x1000>;
709			clocks = <&sys_ctrl HI6220_I2C1_CLK>;
710			interrupts = <0 45 4>;
711			i2c-sda-hold-time-ns = <300>;
712			pinctrl-names = "default";
713			pinctrl-0 = <&i2c1_pmx_func &i2c1_cfg_func>;
714			status = "disabled";
715		};
716
717		i2c2: i2c@f7102000 {
718			compatible = "snps,designware-i2c";
719			reg = <0x0 0xf7102000 0x0 0x1000>;
720			clocks = <&sys_ctrl HI6220_I2C2_CLK>;
721			interrupts = <0 46 4>;
722			i2c-sda-hold-time-ns = <300>;
723			pinctrl-names = "default";
724			pinctrl-0 = <&i2c2_pmx_func &i2c2_cfg_func>;
725			status = "disabled";
726		};
727
728		fixed_5v_hub: regulator@0 {
729			compatible = "regulator-fixed";
730			regulator-name = "fixed_5v_hub";
731			regulator-min-microvolt = <5000000>;
732			regulator-max-microvolt = <5000000>;
733			regulator-boot-on;
734			gpio = <&gpio0 7 0>;
735			regulator-always-on;
736		};
737
738		usb_phy: usbphy {
739			compatible = "hisilicon,hi6220-usb-phy";
740			#phy-cells = <0>;
741			phy-supply = <&fixed_5v_hub>;
742			hisilicon,peripheral-syscon = <&sys_ctrl>;
743		};
744
745		usb: usb@f72c0000 {
746			compatible = "hisilicon,hi6220-usb";
747			reg = <0x0 0xf72c0000 0x0 0x40000>;
748			phys = <&usb_phy>;
749			phy-names = "usb2-phy";
750			clocks = <&sys_ctrl HI6220_USBOTG_HCLK>;
751			clock-names = "otg";
752			dr_mode = "otg";
753			g-use-dma;
754			g-rx-fifo-size = <512>;
755			g-np-tx-fifo-size = <128>;
756			g-tx-fifo-size = <128 128 128 128 128 128>;
757			interrupts = <0 77 0x4>;
758		};
759
760		mailbox: mailbox@f7510000 {
761			compatible = "hisilicon,hi6220-mbox";
762			reg = <0x0 0xf7510000 0x0 0x1000>, /* IPC_S */
763			      <0x0 0x06dff800 0x0 0x0800>; /* Mailbox buffer */
764			interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>;
765			#mbox-cells = <3>;
766		};
767
768		dwmmc_0: dwmmc0@f723d000 {
769			compatible = "hisilicon,hi6220-dw-mshc";
770			num-slots = <0x1>;
771			cap-mmc-highspeed;
772			non-removable;
773			reg = <0x0 0xf723d000 0x0 0x1000>;
774			interrupts = <0x0 0x48 0x4>;
775			clocks = <&sys_ctrl 2>, <&sys_ctrl 1>;
776			clock-names = "ciu", "biu";
777			resets = <&sys_ctrl PERIPH_RSTDIS0_MMC0>;
778			bus-width = <0x8>;
779			vmmc-supply = <&ldo19>;
780			pinctrl-names = "default";
781			pinctrl-0 = <&emmc_pmx_func &emmc_clk_cfg_func
782				     &emmc_cfg_func &emmc_rst_cfg_func>;
783		};
784
785		dwmmc_1: dwmmc1@f723e000 {
786			compatible = "hisilicon,hi6220-dw-mshc";
787			num-slots = <0x1>;
788			card-detect-delay = <200>;
789			hisilicon,peripheral-syscon = <&ao_ctrl>;
790			cap-sd-highspeed;
791			sd-uhs-sdr12;
792			sd-uhs-sdr25;
793			sd-uhs-sdr50;
794			reg = <0x0 0xf723e000 0x0 0x1000>;
795			interrupts = <0x0 0x49 0x4>;
796			#address-cells = <0x1>;
797			#size-cells = <0x0>;
798			clocks = <&sys_ctrl 4>, <&sys_ctrl 3>;
799			clock-names = "ciu", "biu";
800			resets = <&sys_ctrl PERIPH_RSTDIS0_MMC1>;
801			vqmmc-supply = <&ldo7>;
802			vmmc-supply = <&ldo10>;
803			bus-width = <0x4>;
804			disable-wp;
805			cd-gpios = <&gpio1 0 1>;
806			pinctrl-names = "default", "idle";
807			pinctrl-0 = <&sd_pmx_func &sd_clk_cfg_func &sd_cfg_func>;
808			pinctrl-1 = <&sd_pmx_idle &sd_clk_cfg_idle &sd_cfg_idle>;
809		};
810
811		dwmmc_2: dwmmc2@f723f000 {
812			compatible = "hisilicon,hi6220-dw-mshc";
813			num-slots = <0x1>;
814			reg = <0x0 0xf723f000 0x0 0x1000>;
815			interrupts = <0x0 0x4a 0x4>;
816			clocks = <&sys_ctrl HI6220_MMC2_CIUCLK>, <&sys_ctrl HI6220_MMC2_CLK>;
817			clock-names = "ciu", "biu";
818			resets = <&sys_ctrl PERIPH_RSTDIS0_MMC2>;
819			bus-width = <0x4>;
820			broken-cd;
821			pinctrl-names = "default", "idle";
822			pinctrl-0 = <&sdio_pmx_func &sdio_clk_cfg_func &sdio_cfg_func>;
823			pinctrl-1 = <&sdio_pmx_idle &sdio_clk_cfg_idle &sdio_cfg_idle>;
824		};
825
826		tsensor: tsensor@0,f7030700 {
827			compatible = "hisilicon,tsensor";
828			reg = <0x0 0xf7030700 0x0 0x1000>;
829			interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>;
830			clocks = <&sys_ctrl 22>;
831			clock-names = "thermal_clk";
832			#thermal-sensor-cells = <1>;
833		};
834
835		thermal-zones {
836
837			cls0: cls0 {
838				polling-delay = <1000>;
839				polling-delay-passive = <100>;
840				sustainable-power = <3326>;
841
842				/* sensor ID */
843				thermal-sensors = <&tsensor 2>;
844
845				trips {
846					threshold: trip-point@0 {
847						temperature = <65000>;
848						hysteresis = <0>;
849						type = "passive";
850					};
851
852					target: trip-point@1 {
853						temperature = <75000>;
854						hysteresis = <0>;
855						type = "passive";
856					};
857				};
858
859				cooling-maps {
860					map0 {
861						trip = <&target>;
862						cooling-device = <&cpu0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
863					};
864				};
865			};
866		};
867
868		ade: ade@f4100000 {
869			compatible = "hisilicon,hi6220-ade";
870			reg = <0x0 0xf4100000 0x0 0x7800>;
871			reg-names = "ade_base";
872			hisilicon,noc-syscon = <&medianoc_ade>;
873			resets = <&media_ctrl MEDIA_ADE>;
874			interrupts = <0 115 4>; /* ldi interrupt */
875
876			clocks = <&media_ctrl HI6220_ADE_CORE>,
877				 <&media_ctrl HI6220_CODEC_JPEG>,
878				 <&media_ctrl HI6220_ADE_PIX_SRC>;
879			/*clock name*/
880			clock-names  = "clk_ade_core",
881				       "clk_codec_jpeg",
882				       "clk_ade_pix";
883
884			assigned-clocks = <&media_ctrl HI6220_ADE_CORE>,
885				<&media_ctrl HI6220_CODEC_JPEG>;
886			assigned-clock-rates = <360000000>, <288000000>;
887			dma-coherent;
888			status = "disabled";
889
890			port {
891				ade_out: endpoint {
892					remote-endpoint = <&dsi_in>;
893				};
894			};
895		};
896
897		dsi: dsi@f4107800 {
898			compatible = "hisilicon,hi6220-dsi";
899			reg = <0x0 0xf4107800 0x0 0x100>;
900			clocks = <&media_ctrl  HI6220_DSI_PCLK>;
901			clock-names = "pclk";
902			status = "disabled";
903
904			ports {
905				#address-cells = <1>;
906				#size-cells = <0>;
907
908				/* 0 for input port */
909				port@0 {
910					reg = <0>;
911					dsi_in: endpoint {
912						remote-endpoint = <&ade_out>;
913					};
914				};
915			};
916		};
917	};
918};
919