1b2441318SGreg Kroah-Hartman// SPDX-License-Identifier: GPL-2.0
235ca8168SChen Feng/*
335ca8168SChen Feng * dts file for Hisilicon Hi3660 SoC
435ca8168SChen Feng *
535ca8168SChen Feng * Copyright (C) 2016, Hisilicon Ltd.
635ca8168SChen Feng */
735ca8168SChen Feng
835ca8168SChen Feng#include <dt-bindings/interrupt-controller/arm-gic.h>
9a4e36ae0SZhangfei Gao#include <dt-bindings/clock/hi3660-clock.h>
1035ca8168SChen Feng
1135ca8168SChen Feng/ {
1235ca8168SChen Feng	compatible = "hisilicon,hi3660";
1335ca8168SChen Feng	interrupt-parent = <&gic>;
1435ca8168SChen Feng	#address-cells = <2>;
1535ca8168SChen Feng	#size-cells = <2>;
1635ca8168SChen Feng
1735ca8168SChen Feng	psci {
1835ca8168SChen Feng		compatible = "arm,psci-0.2";
1935ca8168SChen Feng		method = "smc";
2035ca8168SChen Feng	};
2135ca8168SChen Feng
2235ca8168SChen Feng	cpus {
2335ca8168SChen Feng		#address-cells = <2>;
2435ca8168SChen Feng		#size-cells = <0>;
2535ca8168SChen Feng
2635ca8168SChen Feng		cpu-map {
2735ca8168SChen Feng			cluster0 {
2835ca8168SChen Feng				core0 {
2935ca8168SChen Feng					cpu = <&cpu0>;
3035ca8168SChen Feng				};
3135ca8168SChen Feng				core1 {
3235ca8168SChen Feng					cpu = <&cpu1>;
3335ca8168SChen Feng				};
3435ca8168SChen Feng				core2 {
3535ca8168SChen Feng					cpu = <&cpu2>;
3635ca8168SChen Feng				};
3735ca8168SChen Feng				core3 {
3835ca8168SChen Feng					cpu = <&cpu3>;
3935ca8168SChen Feng				};
4035ca8168SChen Feng			};
4135ca8168SChen Feng			cluster1 {
4235ca8168SChen Feng				core0 {
4335ca8168SChen Feng					cpu = <&cpu4>;
4435ca8168SChen Feng				};
4535ca8168SChen Feng				core1 {
4635ca8168SChen Feng					cpu = <&cpu5>;
4735ca8168SChen Feng				};
4835ca8168SChen Feng				core2 {
4935ca8168SChen Feng					cpu = <&cpu6>;
5035ca8168SChen Feng				};
5135ca8168SChen Feng				core3 {
5235ca8168SChen Feng					cpu = <&cpu7>;
5335ca8168SChen Feng				};
5435ca8168SChen Feng			};
5535ca8168SChen Feng		};
5635ca8168SChen Feng
5735ca8168SChen Feng		cpu0: cpu@0 {
5835ca8168SChen Feng			compatible = "arm,cortex-a53", "arm,armv8";
5935ca8168SChen Feng			device_type = "cpu";
6035ca8168SChen Feng			reg = <0x0 0x0>;
6135ca8168SChen Feng			enable-method = "psci";
62a6d08344SLeo Yan			next-level-cache = <&A53_L2>;
6330fec826SLeo Yan			cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP_0>;
649a9760deSValentin Schneider			capacity-dmips-mhz = <592>;
6535ca8168SChen Feng		};
6635ca8168SChen Feng
6735ca8168SChen Feng		cpu1: cpu@1 {
6835ca8168SChen Feng			compatible = "arm,cortex-a53", "arm,armv8";
6935ca8168SChen Feng			device_type = "cpu";
7035ca8168SChen Feng			reg = <0x0 0x1>;
7135ca8168SChen Feng			enable-method = "psci";
72a6d08344SLeo Yan			next-level-cache = <&A53_L2>;
7330fec826SLeo Yan			cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP_0>;
749a9760deSValentin Schneider			capacity-dmips-mhz = <592>;
7535ca8168SChen Feng		};
7635ca8168SChen Feng
7735ca8168SChen Feng		cpu2: cpu@2 {
7835ca8168SChen Feng			compatible = "arm,cortex-a53", "arm,armv8";
7935ca8168SChen Feng			device_type = "cpu";
8035ca8168SChen Feng			reg = <0x0 0x2>;
8135ca8168SChen Feng			enable-method = "psci";
82a6d08344SLeo Yan			next-level-cache = <&A53_L2>;
8330fec826SLeo Yan			cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP_0>;
849a9760deSValentin Schneider			capacity-dmips-mhz = <592>;
8535ca8168SChen Feng		};
8635ca8168SChen Feng
8735ca8168SChen Feng		cpu3: cpu@3 {
8835ca8168SChen Feng			compatible = "arm,cortex-a53", "arm,armv8";
8935ca8168SChen Feng			device_type = "cpu";
9035ca8168SChen Feng			reg = <0x0 0x3>;
9135ca8168SChen Feng			enable-method = "psci";
92a6d08344SLeo Yan			next-level-cache = <&A53_L2>;
9330fec826SLeo Yan			cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP_0>;
949a9760deSValentin Schneider			capacity-dmips-mhz = <592>;
9535ca8168SChen Feng		};
9635ca8168SChen Feng
9735ca8168SChen Feng		cpu4: cpu@100 {
9835ca8168SChen Feng			compatible = "arm,cortex-a73", "arm,armv8";
9935ca8168SChen Feng			device_type = "cpu";
10035ca8168SChen Feng			reg = <0x0 0x100>;
10135ca8168SChen Feng			enable-method = "psci";
102a6d08344SLeo Yan			next-level-cache = <&A73_L2>;
103928c4a5cSLeo Yan			cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP_1>;
1049a9760deSValentin Schneider			capacity-dmips-mhz = <1024>;
10535ca8168SChen Feng		};
10635ca8168SChen Feng
10735ca8168SChen Feng		cpu5: cpu@101 {
10835ca8168SChen Feng			compatible = "arm,cortex-a73", "arm,armv8";
10935ca8168SChen Feng			device_type = "cpu";
11035ca8168SChen Feng			reg = <0x0 0x101>;
11135ca8168SChen Feng			enable-method = "psci";
112a6d08344SLeo Yan			next-level-cache = <&A73_L2>;
113928c4a5cSLeo Yan			cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP_1>;
1149a9760deSValentin Schneider			capacity-dmips-mhz = <1024>;
11535ca8168SChen Feng		};
11635ca8168SChen Feng
11735ca8168SChen Feng		cpu6: cpu@102 {
11835ca8168SChen Feng			compatible = "arm,cortex-a73", "arm,armv8";
11935ca8168SChen Feng			device_type = "cpu";
12035ca8168SChen Feng			reg = <0x0 0x102>;
12135ca8168SChen Feng			enable-method = "psci";
122a6d08344SLeo Yan			next-level-cache = <&A73_L2>;
123928c4a5cSLeo Yan			cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP_1>;
1249a9760deSValentin Schneider			capacity-dmips-mhz = <1024>;
12535ca8168SChen Feng		};
12635ca8168SChen Feng
12735ca8168SChen Feng		cpu7: cpu@103 {
12835ca8168SChen Feng			compatible = "arm,cortex-a73", "arm,armv8";
12935ca8168SChen Feng			device_type = "cpu";
13035ca8168SChen Feng			reg = <0x0 0x103>;
13135ca8168SChen Feng			enable-method = "psci";
132a6d08344SLeo Yan			next-level-cache = <&A73_L2>;
133928c4a5cSLeo Yan			cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP_1>;
1349a9760deSValentin Schneider			capacity-dmips-mhz = <1024>;
13530fec826SLeo Yan		};
13630fec826SLeo Yan
13730fec826SLeo Yan		idle-states {
13830fec826SLeo Yan			entry-method = "psci";
13930fec826SLeo Yan
14030fec826SLeo Yan			CPU_SLEEP: cpu-sleep {
14130fec826SLeo Yan				compatible = "arm,idle-state";
14230fec826SLeo Yan				local-timer-stop;
14330fec826SLeo Yan				arm,psci-suspend-param = <0x0010000>;
14430fec826SLeo Yan				entry-latency-us = <40>;
14530fec826SLeo Yan				exit-latency-us = <70>;
14630fec826SLeo Yan				min-residency-us = <3000>;
14730fec826SLeo Yan			};
14830fec826SLeo Yan
14930fec826SLeo Yan			CLUSTER_SLEEP_0: cluster-sleep-0 {
15030fec826SLeo Yan				compatible = "arm,idle-state";
15130fec826SLeo Yan				local-timer-stop;
15230fec826SLeo Yan				arm,psci-suspend-param = <0x1010000>;
15330fec826SLeo Yan				entry-latency-us = <500>;
15430fec826SLeo Yan				exit-latency-us = <5000>;
15530fec826SLeo Yan				min-residency-us = <20000>;
15630fec826SLeo Yan			};
15730fec826SLeo Yan
15830fec826SLeo Yan			CLUSTER_SLEEP_1: cluster-sleep-1 {
15930fec826SLeo Yan				compatible = "arm,idle-state";
16030fec826SLeo Yan				local-timer-stop;
16130fec826SLeo Yan				arm,psci-suspend-param = <0x1010000>;
16230fec826SLeo Yan				entry-latency-us = <1000>;
16330fec826SLeo Yan				exit-latency-us = <5000>;
16430fec826SLeo Yan				min-residency-us = <20000>;
16530fec826SLeo Yan			};
16635ca8168SChen Feng		};
167a6d08344SLeo Yan
168a6d08344SLeo Yan		A53_L2: l2-cache0 {
169a6d08344SLeo Yan			compatible = "cache";
170a6d08344SLeo Yan		};
171a6d08344SLeo Yan
172a6d08344SLeo Yan		A73_L2: l2-cache1 {
173a6d08344SLeo Yan			compatible = "cache";
174a6d08344SLeo Yan		};
17535ca8168SChen Feng	};
17635ca8168SChen Feng
17735ca8168SChen Feng	gic: interrupt-controller@e82b0000 {
17835ca8168SChen Feng		compatible = "arm,gic-400";
17935ca8168SChen Feng		reg = <0x0 0xe82b1000 0 0x1000>, /* GICD */
18035ca8168SChen Feng		      <0x0 0xe82b2000 0 0x2000>, /* GICC */
18135ca8168SChen Feng		      <0x0 0xe82b4000 0 0x2000>, /* GICH */
18235ca8168SChen Feng		      <0x0 0xe82b6000 0 0x2000>; /* GICV */
18335ca8168SChen Feng		#address-cells = <0>;
18435ca8168SChen Feng		#interrupt-cells = <3>;
18535ca8168SChen Feng		interrupt-controller;
18635ca8168SChen Feng		interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(8) |
18735ca8168SChen Feng					 IRQ_TYPE_LEVEL_HIGH)>;
18835ca8168SChen Feng	};
18935ca8168SChen Feng
190e07642faSXu YiPing	a53-pmu {
191e07642faSXu YiPing		compatible = "arm,cortex-a53-pmu";
192f8054fb8SYiPing Xu		interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>,
193f8054fb8SYiPing Xu			     <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>,
194f8054fb8SYiPing Xu			     <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>,
195e07642faSXu YiPing			     <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>;
196f8054fb8SYiPing Xu		interrupt-affinity = <&cpu0>,
197f8054fb8SYiPing Xu				     <&cpu1>,
198f8054fb8SYiPing Xu				     <&cpu2>,
199e07642faSXu YiPing				     <&cpu3>;
200e07642faSXu YiPing	};
201e07642faSXu YiPing
202e07642faSXu YiPing	a73-pmu {
203e07642faSXu YiPing		compatible = "arm,cortex-a73-pmu";
204e07642faSXu YiPing		interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>,
205e07642faSXu YiPing			     <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>,
206e07642faSXu YiPing			     <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>,
207e07642faSXu YiPing			     <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>;
208e07642faSXu YiPing		interrupt-affinity = <&cpu4>,
209f8054fb8SYiPing Xu				     <&cpu5>,
210f8054fb8SYiPing Xu				     <&cpu6>,
211f8054fb8SYiPing Xu				     <&cpu7>;
212f8054fb8SYiPing Xu	};
213f8054fb8SYiPing Xu
21435ca8168SChen Feng	timer {
21535ca8168SChen Feng		compatible = "arm,armv8-timer";
21635ca8168SChen Feng		interrupt-parent = <&gic>;
21735ca8168SChen Feng		interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(8) |
21835ca8168SChen Feng					  IRQ_TYPE_LEVEL_LOW)>,
21935ca8168SChen Feng			     <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(8) |
22035ca8168SChen Feng					  IRQ_TYPE_LEVEL_LOW)>,
22135ca8168SChen Feng			     <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(8) |
22235ca8168SChen Feng					  IRQ_TYPE_LEVEL_LOW)>,
22335ca8168SChen Feng			     <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(8) |
22435ca8168SChen Feng					  IRQ_TYPE_LEVEL_LOW)>;
22535ca8168SChen Feng	};
22635ca8168SChen Feng
22735ca8168SChen Feng	soc {
22835ca8168SChen Feng		compatible = "simple-bus";
22935ca8168SChen Feng		#address-cells = <2>;
23035ca8168SChen Feng		#size-cells = <2>;
23135ca8168SChen Feng		ranges;
23235ca8168SChen Feng
233a4e36ae0SZhangfei Gao		crg_ctrl: crg_ctrl@fff35000 {
234a4e36ae0SZhangfei Gao			compatible = "hisilicon,hi3660-crgctrl", "syscon";
235a4e36ae0SZhangfei Gao			reg = <0x0 0xfff35000 0x0 0x1000>;
236a4e36ae0SZhangfei Gao			#clock-cells = <1>;
23735ca8168SChen Feng		};
23835ca8168SChen Feng
239a4e36ae0SZhangfei Gao		crg_rst: crg_rst_controller {
240a4e36ae0SZhangfei Gao			compatible = "hisilicon,hi3660-reset";
241a4e36ae0SZhangfei Gao			#reset-cells = <2>;
242a4e36ae0SZhangfei Gao			hisi,rst-syscon = <&crg_ctrl>;
243a4e36ae0SZhangfei Gao		};
244a4e36ae0SZhangfei Gao
245a4e36ae0SZhangfei Gao
246a4e36ae0SZhangfei Gao		pctrl: pctrl@e8a09000 {
247a4e36ae0SZhangfei Gao			compatible = "hisilicon,hi3660-pctrl", "syscon";
248a4e36ae0SZhangfei Gao			reg = <0x0 0xe8a09000 0x0 0x2000>;
249a4e36ae0SZhangfei Gao			#clock-cells = <1>;
250a4e36ae0SZhangfei Gao		};
251a4e36ae0SZhangfei Gao
252a4e36ae0SZhangfei Gao		pmuctrl: crg_ctrl@fff34000 {
253a4e36ae0SZhangfei Gao			compatible = "hisilicon,hi3660-pmuctrl", "syscon";
254a4e36ae0SZhangfei Gao			reg = <0x0 0xfff34000 0x0 0x1000>;
255a4e36ae0SZhangfei Gao			#clock-cells = <1>;
256a4e36ae0SZhangfei Gao		};
257a4e36ae0SZhangfei Gao
258a4e36ae0SZhangfei Gao		sctrl: sctrl@fff0a000 {
259a4e36ae0SZhangfei Gao			compatible = "hisilicon,hi3660-sctrl", "syscon";
260a4e36ae0SZhangfei Gao			reg = <0x0 0xfff0a000 0x0 0x1000>;
261a4e36ae0SZhangfei Gao			#clock-cells = <1>;
262a4e36ae0SZhangfei Gao		};
263a4e36ae0SZhangfei Gao
264a4e36ae0SZhangfei Gao		iomcu: iomcu@ffd7e000 {
265a4e36ae0SZhangfei Gao			compatible = "hisilicon,hi3660-iomcu", "syscon";
266a4e36ae0SZhangfei Gao			reg = <0x0 0xffd7e000 0x0 0x1000>;
267a4e36ae0SZhangfei Gao			#clock-cells = <1>;
268a4e36ae0SZhangfei Gao
269a4e36ae0SZhangfei Gao		};
270a4e36ae0SZhangfei Gao
271a4e36ae0SZhangfei Gao		iomcu_rst: reset {
272a4e36ae0SZhangfei Gao			compatible = "hisilicon,hi3660-reset";
273a4e36ae0SZhangfei Gao			hisi,rst-syscon = <&iomcu>;
274a4e36ae0SZhangfei Gao			#reset-cells = <2>;
275a4e36ae0SZhangfei Gao		};
276a4e36ae0SZhangfei Gao
27775196330SLeo Yan		dual_timer0: timer@fff14000 {
27875196330SLeo Yan			compatible = "arm,sp804", "arm,primecell";
27975196330SLeo Yan			reg = <0x0 0xfff14000 0x0 0x1000>;
28075196330SLeo Yan			interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>,
28175196330SLeo Yan				     <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>;
28275196330SLeo Yan			clocks = <&crg_ctrl HI3660_OSC32K>,
28375196330SLeo Yan				 <&crg_ctrl HI3660_OSC32K>,
28475196330SLeo Yan				 <&crg_ctrl HI3660_OSC32K>;
28575196330SLeo Yan			clock-names = "timer1", "timer2", "apb_pclk";
28675196330SLeo Yan		};
28775196330SLeo Yan
2885f8a3b77SZhangfei Gao		i2c0: i2c@ffd71000 {
2895f8a3b77SZhangfei Gao			compatible = "snps,designware-i2c";
2905f8a3b77SZhangfei Gao			reg = <0x0 0xffd71000 0x0 0x1000>;
2915f8a3b77SZhangfei Gao			interrupts = <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>;
2925f8a3b77SZhangfei Gao			#address-cells = <1>;
2935f8a3b77SZhangfei Gao			#size-cells = <0>;
2945f8a3b77SZhangfei Gao			clock-frequency = <400000>;
2955f8a3b77SZhangfei Gao			clocks = <&crg_ctrl HI3660_CLK_GATE_I2C0>;
2965f8a3b77SZhangfei Gao			resets = <&iomcu_rst 0x20 3>;
2975f8a3b77SZhangfei Gao			pinctrl-names = "default";
2985f8a3b77SZhangfei Gao			pinctrl-0 = <&i2c0_pmx_func &i2c0_cfg_func>;
2995f8a3b77SZhangfei Gao			status = "disabled";
3005f8a3b77SZhangfei Gao		};
3015f8a3b77SZhangfei Gao
3025f8a3b77SZhangfei Gao		i2c1: i2c@ffd72000 {
3035f8a3b77SZhangfei Gao			compatible = "snps,designware-i2c";
3045f8a3b77SZhangfei Gao			reg = <0x0 0xffd72000 0x0 0x1000>;
3055f8a3b77SZhangfei Gao			interrupts = <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>;
3065f8a3b77SZhangfei Gao			#address-cells = <1>;
3075f8a3b77SZhangfei Gao			#size-cells = <0>;
3085f8a3b77SZhangfei Gao			clock-frequency = <400000>;
3095f8a3b77SZhangfei Gao			clocks = <&crg_ctrl HI3660_CLK_GATE_I2C1>;
3105f8a3b77SZhangfei Gao			resets = <&iomcu_rst 0x20 4>;
3115f8a3b77SZhangfei Gao			pinctrl-names = "default";
3125f8a3b77SZhangfei Gao			pinctrl-0 = <&i2c1_pmx_func &i2c1_cfg_func>;
3135f8a3b77SZhangfei Gao			status = "disabled";
3145f8a3b77SZhangfei Gao		};
3155f8a3b77SZhangfei Gao
3165f8a3b77SZhangfei Gao		i2c3: i2c@fdf0c000 {
3175f8a3b77SZhangfei Gao			compatible = "snps,designware-i2c";
3185f8a3b77SZhangfei Gao			reg = <0x0 0xfdf0c000 0x0 0x1000>;
3195f8a3b77SZhangfei Gao			interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
3205f8a3b77SZhangfei Gao			#address-cells = <1>;
3215f8a3b77SZhangfei Gao			#size-cells = <0>;
3225f8a3b77SZhangfei Gao			clock-frequency = <400000>;
3235f8a3b77SZhangfei Gao			clocks = <&crg_ctrl HI3660_CLK_GATE_I2C3>;
3245f8a3b77SZhangfei Gao			resets = <&crg_rst 0x78 7>;
3255f8a3b77SZhangfei Gao			pinctrl-names = "default";
3265f8a3b77SZhangfei Gao			pinctrl-0 = <&i2c3_pmx_func &i2c3_cfg_func>;
3275f8a3b77SZhangfei Gao			status = "disabled";
3285f8a3b77SZhangfei Gao		};
3295f8a3b77SZhangfei Gao
3305f8a3b77SZhangfei Gao		i2c7: i2c@fdf0b000 {
3315f8a3b77SZhangfei Gao			compatible = "snps,designware-i2c";
3325f8a3b77SZhangfei Gao			reg = <0x0 0xfdf0b000 0x0 0x1000>;
3335f8a3b77SZhangfei Gao			interrupts = <GIC_SPI 314 IRQ_TYPE_LEVEL_HIGH>;
3345f8a3b77SZhangfei Gao			#address-cells = <1>;
3355f8a3b77SZhangfei Gao			#size-cells = <0>;
3365f8a3b77SZhangfei Gao			clock-frequency = <400000>;
3375f8a3b77SZhangfei Gao			clocks = <&crg_ctrl HI3660_CLK_GATE_I2C7>;
3385f8a3b77SZhangfei Gao			resets = <&crg_rst 0x60 14>;
3395f8a3b77SZhangfei Gao			pinctrl-names = "default";
3405f8a3b77SZhangfei Gao			pinctrl-0 = <&i2c7_pmx_func &i2c7_cfg_func>;
3415f8a3b77SZhangfei Gao			status = "disabled";
3425f8a3b77SZhangfei Gao		};
3435f8a3b77SZhangfei Gao
344254b07b2SChen Feng		uart0: serial@fdf02000 {
345254b07b2SChen Feng			compatible = "arm,pl011", "arm,primecell";
346254b07b2SChen Feng			reg = <0x0 0xfdf02000 0x0 0x1000>;
347254b07b2SChen Feng			interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>;
348254b07b2SChen Feng			clocks = <&crg_ctrl HI3660_CLK_MUX_UART0>,
349254b07b2SChen Feng				 <&crg_ctrl HI3660_PCLK>;
350254b07b2SChen Feng			clock-names = "uartclk", "apb_pclk";
351254b07b2SChen Feng			pinctrl-names = "default";
352254b07b2SChen Feng			pinctrl-0 = <&uart0_pmx_func &uart0_cfg_func>;
353254b07b2SChen Feng			status = "disabled";
354254b07b2SChen Feng		};
355254b07b2SChen Feng
356254b07b2SChen Feng		uart1: serial@fdf00000 {
357254b07b2SChen Feng			compatible = "arm,pl011", "arm,primecell";
358254b07b2SChen Feng			reg = <0x0 0xfdf00000 0x0 0x1000>;
359254b07b2SChen Feng			interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
360254b07b2SChen Feng			clocks = <&crg_ctrl HI3660_CLK_GATE_UART1>,
361254b07b2SChen Feng				 <&crg_ctrl HI3660_CLK_GATE_UART1>;
362254b07b2SChen Feng			clock-names = "uartclk", "apb_pclk";
363254b07b2SChen Feng			pinctrl-names = "default";
364254b07b2SChen Feng			pinctrl-0 = <&uart1_pmx_func &uart1_cfg_func>;
365254b07b2SChen Feng			status = "disabled";
366254b07b2SChen Feng		};
367254b07b2SChen Feng
368254b07b2SChen Feng		uart2: serial@fdf03000 {
369254b07b2SChen Feng			compatible = "arm,pl011", "arm,primecell";
370254b07b2SChen Feng			reg = <0x0 0xfdf03000 0x0 0x1000>;
371254b07b2SChen Feng			interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
372254b07b2SChen Feng			clocks = <&crg_ctrl HI3660_CLK_GATE_UART2>,
373254b07b2SChen Feng				 <&crg_ctrl HI3660_PCLK>;
374254b07b2SChen Feng			clock-names = "uartclk", "apb_pclk";
375254b07b2SChen Feng			pinctrl-names = "default";
376254b07b2SChen Feng			pinctrl-0 = <&uart2_pmx_func &uart2_cfg_func>;
377254b07b2SChen Feng			status = "disabled";
378254b07b2SChen Feng		};
379254b07b2SChen Feng
380254b07b2SChen Feng		uart3: serial@ffd74000 {
381254b07b2SChen Feng			compatible = "arm,pl011", "arm,primecell";
382254b07b2SChen Feng			reg = <0x0 0xffd74000 0x0 0x1000>;
383254b07b2SChen Feng			interrupts = <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>;
384254b07b2SChen Feng			clocks = <&crg_ctrl HI3660_FACTOR_UART3>,
385254b07b2SChen Feng				 <&crg_ctrl HI3660_PCLK>;
386254b07b2SChen Feng			clock-names = "uartclk", "apb_pclk";
387254b07b2SChen Feng			pinctrl-names = "default";
388254b07b2SChen Feng			pinctrl-0 = <&uart3_pmx_func &uart3_cfg_func>;
389254b07b2SChen Feng			status = "disabled";
390254b07b2SChen Feng		};
391254b07b2SChen Feng
392254b07b2SChen Feng		uart4: serial@fdf01000 {
393254b07b2SChen Feng			compatible = "arm,pl011", "arm,primecell";
394254b07b2SChen Feng			reg = <0x0 0xfdf01000 0x0 0x1000>;
395254b07b2SChen Feng			interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
396254b07b2SChen Feng			clocks = <&crg_ctrl HI3660_CLK_GATE_UART4>,
397254b07b2SChen Feng				 <&crg_ctrl HI3660_CLK_GATE_UART4>;
398254b07b2SChen Feng			clock-names = "uartclk", "apb_pclk";
399254b07b2SChen Feng			pinctrl-names = "default";
400254b07b2SChen Feng			pinctrl-0 = <&uart4_pmx_func &uart4_cfg_func>;
401254b07b2SChen Feng			status = "disabled";
402254b07b2SChen Feng		};
403254b07b2SChen Feng
404a4e36ae0SZhangfei Gao		uart5: serial@fdf05000 {
40535ca8168SChen Feng			compatible = "arm,pl011", "arm,primecell";
40635ca8168SChen Feng			reg = <0x0 0xfdf05000 0x0 0x1000>;
40735ca8168SChen Feng			interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>;
408a4e36ae0SZhangfei Gao			clocks = <&crg_ctrl HI3660_CLK_GATE_UART5>,
409a4e36ae0SZhangfei Gao				 <&crg_ctrl HI3660_CLK_GATE_UART5>;
41035ca8168SChen Feng			clock-names = "uartclk", "apb_pclk";
411254b07b2SChen Feng			pinctrl-names = "default";
412254b07b2SChen Feng			pinctrl-0 = <&uart5_pmx_func &uart5_cfg_func>;
413254b07b2SChen Feng			status = "disabled";
414254b07b2SChen Feng		};
415254b07b2SChen Feng
416254b07b2SChen Feng		uart6: serial@fff32000 {
417254b07b2SChen Feng			compatible = "arm,pl011", "arm,primecell";
418254b07b2SChen Feng			reg = <0x0 0xfff32000 0x0 0x1000>;
419254b07b2SChen Feng			interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>;
420254b07b2SChen Feng			clocks = <&crg_ctrl HI3660_CLK_UART6>,
421254b07b2SChen Feng				 <&crg_ctrl HI3660_PCLK>;
422254b07b2SChen Feng			clock-names = "uartclk", "apb_pclk";
423254b07b2SChen Feng			pinctrl-names = "default";
424254b07b2SChen Feng			pinctrl-0 = <&uart6_pmx_func &uart6_cfg_func>;
42535ca8168SChen Feng			status = "disabled";
42635ca8168SChen Feng		};
427d94eab86SWang Xiaoyin
4280b507e91SWang Ruyi		dma0: dma@fdf30000 {
4290b507e91SWang Ruyi			compatible = "hisilicon,k3-dma-1.0";
4300b507e91SWang Ruyi			reg = <0x0 0xfdf30000 0x0 0x1000>;
4310b507e91SWang Ruyi			#dma-cells = <1>;
4320b507e91SWang Ruyi			dma-channels = <16>;
4330b507e91SWang Ruyi			dma-requests = <32>;
4340b507e91SWang Ruyi			dma-min-chan = <1>;
4350b507e91SWang Ruyi			interrupts = <GIC_SPI 143 IRQ_TYPE_LEVEL_HIGH>;
4360b507e91SWang Ruyi			clocks = <&crg_ctrl HI3660_CLK_GATE_DMAC>;
4370b507e91SWang Ruyi			dma-no-cci;
4380b507e91SWang Ruyi			dma-type = "hi3660_dma";
4390b507e91SWang Ruyi		};
4400b507e91SWang Ruyi
4410a0698f6SChen Feng		rtc0: rtc@fff04000 {
4420a0698f6SChen Feng			compatible = "arm,pl031", "arm,primecell";
4430a0698f6SChen Feng			reg = <0x0 0Xfff04000 0x0 0x1000>;
4440a0698f6SChen Feng			interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
4450a0698f6SChen Feng			clocks = <&crg_ctrl HI3660_PCLK>;
4460a0698f6SChen Feng			clock-names = "apb_pclk";
4470a0698f6SChen Feng		};
4480a0698f6SChen Feng
449d94eab86SWang Xiaoyin		gpio0: gpio@e8a0b000 {
450d94eab86SWang Xiaoyin			compatible = "arm,pl061", "arm,primecell";
451d94eab86SWang Xiaoyin			reg = <0 0xe8a0b000 0 0x1000>;
452d94eab86SWang Xiaoyin			interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
453d94eab86SWang Xiaoyin			gpio-controller;
454d94eab86SWang Xiaoyin			#gpio-cells = <2>;
455d94eab86SWang Xiaoyin			gpio-ranges = <&pmx0 1 0 7>;
456d94eab86SWang Xiaoyin			interrupt-controller;
457d94eab86SWang Xiaoyin			#interrupt-cells = <2>;
458d94eab86SWang Xiaoyin			clocks = <&crg_ctrl HI3660_PCLK_GPIO0>;
459d94eab86SWang Xiaoyin			clock-names = "apb_pclk";
460d94eab86SWang Xiaoyin		};
461d94eab86SWang Xiaoyin
462d94eab86SWang Xiaoyin		gpio1: gpio@e8a0c000 {
463d94eab86SWang Xiaoyin			compatible = "arm,pl061", "arm,primecell";
464d94eab86SWang Xiaoyin			reg = <0 0xe8a0c000 0 0x1000>;
465d94eab86SWang Xiaoyin			interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
466d94eab86SWang Xiaoyin			gpio-controller;
467d94eab86SWang Xiaoyin			#gpio-cells = <2>;
468d94eab86SWang Xiaoyin			gpio-ranges = <&pmx0 1 7 7>;
469d94eab86SWang Xiaoyin			interrupt-controller;
470d94eab86SWang Xiaoyin			#interrupt-cells = <2>;
471d94eab86SWang Xiaoyin			clocks = <&crg_ctrl HI3660_PCLK_GPIO1>;
472d94eab86SWang Xiaoyin			clock-names = "apb_pclk";
473d94eab86SWang Xiaoyin		};
474d94eab86SWang Xiaoyin
475d94eab86SWang Xiaoyin		gpio2: gpio@e8a0d000 {
476d94eab86SWang Xiaoyin			compatible = "arm,pl061", "arm,primecell";
477d94eab86SWang Xiaoyin			reg = <0 0xe8a0d000 0 0x1000>;
478d94eab86SWang Xiaoyin			interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
479d94eab86SWang Xiaoyin			gpio-controller;
480d94eab86SWang Xiaoyin			#gpio-cells = <2>;
481d94eab86SWang Xiaoyin			gpio-ranges = <&pmx0 0 14 8>;
482d94eab86SWang Xiaoyin			interrupt-controller;
483d94eab86SWang Xiaoyin			#interrupt-cells = <2>;
484d94eab86SWang Xiaoyin			clocks = <&crg_ctrl HI3660_PCLK_GPIO2>;
485d94eab86SWang Xiaoyin			clock-names = "apb_pclk";
486d94eab86SWang Xiaoyin		};
487d94eab86SWang Xiaoyin
488d94eab86SWang Xiaoyin		gpio3: gpio@e8a0e000 {
489d94eab86SWang Xiaoyin			compatible = "arm,pl061", "arm,primecell";
490d94eab86SWang Xiaoyin			reg = <0 0xe8a0e000 0 0x1000>;
491d94eab86SWang Xiaoyin			interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
492d94eab86SWang Xiaoyin			gpio-controller;
493d94eab86SWang Xiaoyin			#gpio-cells = <2>;
494d94eab86SWang Xiaoyin			gpio-ranges = <&pmx0 0 22 8>;
495d94eab86SWang Xiaoyin			interrupt-controller;
496d94eab86SWang Xiaoyin			#interrupt-cells = <2>;
497d94eab86SWang Xiaoyin			clocks = <&crg_ctrl HI3660_PCLK_GPIO3>;
498d94eab86SWang Xiaoyin			clock-names = "apb_pclk";
499d94eab86SWang Xiaoyin		};
500d94eab86SWang Xiaoyin
501d94eab86SWang Xiaoyin		gpio4: gpio@e8a0f000 {
502d94eab86SWang Xiaoyin			compatible = "arm,pl061", "arm,primecell";
503d94eab86SWang Xiaoyin			reg = <0 0xe8a0f000 0 0x1000>;
504d94eab86SWang Xiaoyin			interrupts = <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>;
505d94eab86SWang Xiaoyin			gpio-controller;
506d94eab86SWang Xiaoyin			#gpio-cells = <2>;
507d94eab86SWang Xiaoyin			gpio-ranges = <&pmx0 0 30 8>;
508d94eab86SWang Xiaoyin			interrupt-controller;
509d94eab86SWang Xiaoyin			#interrupt-cells = <2>;
510d94eab86SWang Xiaoyin			clocks = <&crg_ctrl HI3660_PCLK_GPIO4>;
511d94eab86SWang Xiaoyin			clock-names = "apb_pclk";
512d94eab86SWang Xiaoyin		};
513d94eab86SWang Xiaoyin
514d94eab86SWang Xiaoyin		gpio5: gpio@e8a10000 {
515d94eab86SWang Xiaoyin			compatible = "arm,pl061", "arm,primecell";
516d94eab86SWang Xiaoyin			reg = <0 0xe8a10000 0 0x1000>;
517d94eab86SWang Xiaoyin			interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
518d94eab86SWang Xiaoyin			gpio-controller;
519d94eab86SWang Xiaoyin			#gpio-cells = <2>;
520d94eab86SWang Xiaoyin			gpio-ranges = <&pmx0 0 38 8>;
521d94eab86SWang Xiaoyin			interrupt-controller;
522d94eab86SWang Xiaoyin			#interrupt-cells = <2>;
523d94eab86SWang Xiaoyin			clocks = <&crg_ctrl HI3660_PCLK_GPIO5>;
524d94eab86SWang Xiaoyin			clock-names = "apb_pclk";
525d94eab86SWang Xiaoyin		};
526d94eab86SWang Xiaoyin
527d94eab86SWang Xiaoyin		gpio6: gpio@e8a11000 {
528d94eab86SWang Xiaoyin			compatible = "arm,pl061", "arm,primecell";
529d94eab86SWang Xiaoyin			reg = <0 0xe8a11000 0 0x1000>;
530d94eab86SWang Xiaoyin			interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>;
531d94eab86SWang Xiaoyin			gpio-controller;
532d94eab86SWang Xiaoyin			#gpio-cells = <2>;
533d94eab86SWang Xiaoyin			gpio-ranges = <&pmx0 0 46 8>;
534d94eab86SWang Xiaoyin			interrupt-controller;
535d94eab86SWang Xiaoyin			#interrupt-cells = <2>;
536d94eab86SWang Xiaoyin			clocks = <&crg_ctrl HI3660_PCLK_GPIO6>;
537d94eab86SWang Xiaoyin			clock-names = "apb_pclk";
538d94eab86SWang Xiaoyin		};
539d94eab86SWang Xiaoyin
540d94eab86SWang Xiaoyin		gpio7: gpio@e8a12000 {
541d94eab86SWang Xiaoyin			compatible = "arm,pl061", "arm,primecell";
542d94eab86SWang Xiaoyin			reg = <0 0xe8a12000 0 0x1000>;
543d94eab86SWang Xiaoyin			interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
544d94eab86SWang Xiaoyin			gpio-controller;
545d94eab86SWang Xiaoyin			#gpio-cells = <2>;
546d94eab86SWang Xiaoyin			gpio-ranges = <&pmx0 0 54 8>;
547d94eab86SWang Xiaoyin			interrupt-controller;
548d94eab86SWang Xiaoyin			#interrupt-cells = <2>;
549d94eab86SWang Xiaoyin			clocks = <&crg_ctrl HI3660_PCLK_GPIO7>;
550d94eab86SWang Xiaoyin			clock-names = "apb_pclk";
551d94eab86SWang Xiaoyin		};
552d94eab86SWang Xiaoyin
553d94eab86SWang Xiaoyin		gpio8: gpio@e8a13000 {
554d94eab86SWang Xiaoyin			compatible = "arm,pl061", "arm,primecell";
555d94eab86SWang Xiaoyin			reg = <0 0xe8a13000 0 0x1000>;
556d94eab86SWang Xiaoyin			interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>;
557d94eab86SWang Xiaoyin			gpio-controller;
558d94eab86SWang Xiaoyin			#gpio-cells = <2>;
559d94eab86SWang Xiaoyin			gpio-ranges = <&pmx0 0 62 8>;
560d94eab86SWang Xiaoyin			interrupt-controller;
561d94eab86SWang Xiaoyin			#interrupt-cells = <2>;
562d94eab86SWang Xiaoyin			clocks = <&crg_ctrl HI3660_PCLK_GPIO8>;
563d94eab86SWang Xiaoyin			clock-names = "apb_pclk";
564d94eab86SWang Xiaoyin		};
565d94eab86SWang Xiaoyin
566d94eab86SWang Xiaoyin		gpio9: gpio@e8a14000 {
567d94eab86SWang Xiaoyin			compatible = "arm,pl061", "arm,primecell";
568d94eab86SWang Xiaoyin			reg = <0 0xe8a14000 0 0x1000>;
569d94eab86SWang Xiaoyin			interrupts = <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>;
570d94eab86SWang Xiaoyin			gpio-controller;
571d94eab86SWang Xiaoyin			#gpio-cells = <2>;
572d94eab86SWang Xiaoyin			gpio-ranges = <&pmx0 0 70 8>;
573d94eab86SWang Xiaoyin			interrupt-controller;
574d94eab86SWang Xiaoyin			#interrupt-cells = <2>;
575d94eab86SWang Xiaoyin			clocks = <&crg_ctrl HI3660_PCLK_GPIO9>;
576d94eab86SWang Xiaoyin			clock-names = "apb_pclk";
577d94eab86SWang Xiaoyin		};
578d94eab86SWang Xiaoyin
579d94eab86SWang Xiaoyin		gpio10: gpio@e8a15000 {
580d94eab86SWang Xiaoyin			compatible = "arm,pl061", "arm,primecell";
581d94eab86SWang Xiaoyin			reg = <0 0xe8a15000 0 0x1000>;
582d94eab86SWang Xiaoyin			interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>;
583d94eab86SWang Xiaoyin			gpio-controller;
584d94eab86SWang Xiaoyin			#gpio-cells = <2>;
585d94eab86SWang Xiaoyin			gpio-ranges = <&pmx0 0 78 8>;
586d94eab86SWang Xiaoyin			interrupt-controller;
587d94eab86SWang Xiaoyin			#interrupt-cells = <2>;
588d94eab86SWang Xiaoyin			clocks = <&crg_ctrl HI3660_PCLK_GPIO10>;
589d94eab86SWang Xiaoyin			clock-names = "apb_pclk";
590d94eab86SWang Xiaoyin		};
591d94eab86SWang Xiaoyin
592d94eab86SWang Xiaoyin		gpio11: gpio@e8a16000 {
593d94eab86SWang Xiaoyin			compatible = "arm,pl061", "arm,primecell";
594d94eab86SWang Xiaoyin			reg = <0 0xe8a16000 0 0x1000>;
595d94eab86SWang Xiaoyin			interrupts = <GIC_SPI 95 IRQ_TYPE_LEVEL_HIGH>;
596d94eab86SWang Xiaoyin			gpio-controller;
597d94eab86SWang Xiaoyin			#gpio-cells = <2>;
598d94eab86SWang Xiaoyin			gpio-ranges = <&pmx0 0 86 8>;
599d94eab86SWang Xiaoyin			interrupt-controller;
600d94eab86SWang Xiaoyin			#interrupt-cells = <2>;
601d94eab86SWang Xiaoyin			clocks = <&crg_ctrl HI3660_PCLK_GPIO11>;
602d94eab86SWang Xiaoyin			clock-names = "apb_pclk";
603d94eab86SWang Xiaoyin		};
604d94eab86SWang Xiaoyin
605d94eab86SWang Xiaoyin		gpio12: gpio@e8a17000 {
606d94eab86SWang Xiaoyin			compatible = "arm,pl061", "arm,primecell";
607d94eab86SWang Xiaoyin			reg = <0 0xe8a17000 0 0x1000>;
608d94eab86SWang Xiaoyin			interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
609d94eab86SWang Xiaoyin			gpio-controller;
610d94eab86SWang Xiaoyin			#gpio-cells = <2>;
611d94eab86SWang Xiaoyin			gpio-ranges = <&pmx0 0 94 3 &pmx0 7 101 1>;
612d94eab86SWang Xiaoyin			interrupt-controller;
613d94eab86SWang Xiaoyin			#interrupt-cells = <2>;
614d94eab86SWang Xiaoyin			clocks = <&crg_ctrl HI3660_PCLK_GPIO12>;
615d94eab86SWang Xiaoyin			clock-names = "apb_pclk";
616d94eab86SWang Xiaoyin		};
617d94eab86SWang Xiaoyin
618d94eab86SWang Xiaoyin		gpio13: gpio@e8a18000 {
619d94eab86SWang Xiaoyin			compatible = "arm,pl061", "arm,primecell";
620d94eab86SWang Xiaoyin			reg = <0 0xe8a18000 0 0x1000>;
621d94eab86SWang Xiaoyin			interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>;
622d94eab86SWang Xiaoyin			gpio-controller;
623d94eab86SWang Xiaoyin			#gpio-cells = <2>;
624d94eab86SWang Xiaoyin			gpio-ranges = <&pmx0 0 102 8>;
625d94eab86SWang Xiaoyin			interrupt-controller;
626d94eab86SWang Xiaoyin			#interrupt-cells = <2>;
627d94eab86SWang Xiaoyin			clocks = <&crg_ctrl HI3660_PCLK_GPIO13>;
628d94eab86SWang Xiaoyin			clock-names = "apb_pclk";
629d94eab86SWang Xiaoyin		};
630d94eab86SWang Xiaoyin
631d94eab86SWang Xiaoyin		gpio14: gpio@e8a19000 {
632d94eab86SWang Xiaoyin			compatible = "arm,pl061", "arm,primecell";
633d94eab86SWang Xiaoyin			reg = <0 0xe8a19000 0 0x1000>;
634d94eab86SWang Xiaoyin			interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>;
635d94eab86SWang Xiaoyin			gpio-controller;
636d94eab86SWang Xiaoyin			#gpio-cells = <2>;
637d94eab86SWang Xiaoyin			gpio-ranges = <&pmx0 0 110 8>;
638d94eab86SWang Xiaoyin			interrupt-controller;
639d94eab86SWang Xiaoyin			#interrupt-cells = <2>;
640d94eab86SWang Xiaoyin			clocks = <&crg_ctrl HI3660_PCLK_GPIO14>;
641d94eab86SWang Xiaoyin			clock-names = "apb_pclk";
642d94eab86SWang Xiaoyin		};
643d94eab86SWang Xiaoyin
644d94eab86SWang Xiaoyin		gpio15: gpio@e8a1a000 {
645d94eab86SWang Xiaoyin			compatible = "arm,pl061", "arm,primecell";
646d94eab86SWang Xiaoyin			reg = <0 0xe8a1a000 0 0x1000>;
647d94eab86SWang Xiaoyin			interrupts = <GIC_SPI 99 IRQ_TYPE_LEVEL_HIGH>;
648d94eab86SWang Xiaoyin			gpio-controller;
649d94eab86SWang Xiaoyin			#gpio-cells = <2>;
650d94eab86SWang Xiaoyin			gpio-ranges = <&pmx0 0 118 6>;
651d94eab86SWang Xiaoyin			interrupt-controller;
652d94eab86SWang Xiaoyin			#interrupt-cells = <2>;
653d94eab86SWang Xiaoyin			clocks = <&crg_ctrl HI3660_PCLK_GPIO15>;
654d94eab86SWang Xiaoyin			clock-names = "apb_pclk";
655d94eab86SWang Xiaoyin		};
656d94eab86SWang Xiaoyin
657d94eab86SWang Xiaoyin		gpio16: gpio@e8a1b000 {
658d94eab86SWang Xiaoyin			compatible = "arm,pl061", "arm,primecell";
659d94eab86SWang Xiaoyin			reg = <0 0xe8a1b000 0 0x1000>;
660d94eab86SWang Xiaoyin			interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>;
661d94eab86SWang Xiaoyin			gpio-controller;
662d94eab86SWang Xiaoyin			#gpio-cells = <2>;
663d94eab86SWang Xiaoyin			interrupt-controller;
664d94eab86SWang Xiaoyin			#interrupt-cells = <2>;
665d94eab86SWang Xiaoyin			clocks = <&crg_ctrl HI3660_PCLK_GPIO16>;
666d94eab86SWang Xiaoyin			clock-names = "apb_pclk";
667d94eab86SWang Xiaoyin		};
668d94eab86SWang Xiaoyin
669d94eab86SWang Xiaoyin		gpio17: gpio@e8a1c000 {
670d94eab86SWang Xiaoyin			compatible = "arm,pl061", "arm,primecell";
671d94eab86SWang Xiaoyin			reg = <0 0xe8a1c000 0 0x1000>;
672d94eab86SWang Xiaoyin			interrupts = <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>;
673d94eab86SWang Xiaoyin			gpio-controller;
674d94eab86SWang Xiaoyin			#gpio-cells = <2>;
675d94eab86SWang Xiaoyin			interrupt-controller;
676d94eab86SWang Xiaoyin			#interrupt-cells = <2>;
677d94eab86SWang Xiaoyin			clocks = <&crg_ctrl HI3660_PCLK_GPIO17>;
678d94eab86SWang Xiaoyin			clock-names = "apb_pclk";
679d94eab86SWang Xiaoyin		};
680d94eab86SWang Xiaoyin
681d94eab86SWang Xiaoyin		gpio18: gpio@ff3b4000 {
682d94eab86SWang Xiaoyin			compatible = "arm,pl061", "arm,primecell";
683d94eab86SWang Xiaoyin			reg = <0 0xff3b4000 0 0x1000>;
684d94eab86SWang Xiaoyin			interrupts = <GIC_SPI 102 IRQ_TYPE_LEVEL_HIGH>;
685d94eab86SWang Xiaoyin			gpio-controller;
686d94eab86SWang Xiaoyin			#gpio-cells = <2>;
687d94eab86SWang Xiaoyin			gpio-ranges = <&pmx2 0 0 8>;
688d94eab86SWang Xiaoyin			interrupt-controller;
689d94eab86SWang Xiaoyin			#interrupt-cells = <2>;
690d94eab86SWang Xiaoyin			clocks = <&crg_ctrl HI3660_PCLK_GPIO18>;
691d94eab86SWang Xiaoyin			clock-names = "apb_pclk";
692d94eab86SWang Xiaoyin		};
693d94eab86SWang Xiaoyin
694d94eab86SWang Xiaoyin		gpio19: gpio@ff3b5000 {
695d94eab86SWang Xiaoyin			compatible = "arm,pl061", "arm,primecell";
696d94eab86SWang Xiaoyin			reg = <0 0xff3b5000 0 0x1000>;
697d94eab86SWang Xiaoyin			interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
698d94eab86SWang Xiaoyin			gpio-controller;
699d94eab86SWang Xiaoyin			#gpio-cells = <2>;
700d94eab86SWang Xiaoyin			gpio-ranges = <&pmx2 0 8 4>;
701d94eab86SWang Xiaoyin			interrupt-controller;
702d94eab86SWang Xiaoyin			#interrupt-cells = <2>;
703d94eab86SWang Xiaoyin			clocks = <&crg_ctrl HI3660_PCLK_GPIO19>;
704d94eab86SWang Xiaoyin			clock-names = "apb_pclk";
705d94eab86SWang Xiaoyin		};
706d94eab86SWang Xiaoyin
707d94eab86SWang Xiaoyin		gpio20: gpio@e8a1f000 {
708d94eab86SWang Xiaoyin			compatible = "arm,pl061", "arm,primecell";
709d94eab86SWang Xiaoyin			reg = <0 0xe8a1f000 0 0x1000>;
710d94eab86SWang Xiaoyin			interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>;
711d94eab86SWang Xiaoyin			gpio-controller;
712d94eab86SWang Xiaoyin			#gpio-cells = <2>;
713d94eab86SWang Xiaoyin			gpio-ranges = <&pmx1 0 0 6>;
714d94eab86SWang Xiaoyin			interrupt-controller;
715d94eab86SWang Xiaoyin			#interrupt-cells = <2>;
716d94eab86SWang Xiaoyin			clocks = <&crg_ctrl HI3660_PCLK_GPIO20>;
717d94eab86SWang Xiaoyin			clock-names = "apb_pclk";
718d94eab86SWang Xiaoyin		};
719d94eab86SWang Xiaoyin
720d94eab86SWang Xiaoyin		gpio21: gpio@e8a20000 {
721d94eab86SWang Xiaoyin			compatible = "arm,pl061", "arm,primecell";
722d94eab86SWang Xiaoyin			reg = <0 0xe8a20000 0 0x1000>;
723d94eab86SWang Xiaoyin			interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>;
724d94eab86SWang Xiaoyin			gpio-controller;
725d94eab86SWang Xiaoyin			#gpio-cells = <2>;
726d94eab86SWang Xiaoyin			interrupt-controller;
727d94eab86SWang Xiaoyin			#interrupt-cells = <2>;
728d94eab86SWang Xiaoyin			gpio-ranges = <&pmx3 0 0 6>;
729d94eab86SWang Xiaoyin			clocks = <&crg_ctrl HI3660_PCLK_GPIO21>;
730d94eab86SWang Xiaoyin			clock-names = "apb_pclk";
731d94eab86SWang Xiaoyin		};
732d94eab86SWang Xiaoyin
733d94eab86SWang Xiaoyin		gpio22: gpio@fff0b000 {
734d94eab86SWang Xiaoyin			compatible = "arm,pl061", "arm,primecell";
735d94eab86SWang Xiaoyin			reg = <0 0xfff0b000 0 0x1000>;
736d94eab86SWang Xiaoyin			interrupts = <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>;
737d94eab86SWang Xiaoyin			gpio-controller;
738d94eab86SWang Xiaoyin			#gpio-cells = <2>;
739d94eab86SWang Xiaoyin			/* GPIO176 */
740d94eab86SWang Xiaoyin			gpio-ranges = <&pmx4 2 0 6>;
741d94eab86SWang Xiaoyin			interrupt-controller;
742d94eab86SWang Xiaoyin			#interrupt-cells = <2>;
743d94eab86SWang Xiaoyin			clocks = <&sctrl HI3660_PCLK_AO_GPIO0>;
744d94eab86SWang Xiaoyin			clock-names = "apb_pclk";
745d94eab86SWang Xiaoyin		};
746d94eab86SWang Xiaoyin
747d94eab86SWang Xiaoyin		gpio23: gpio@fff0c000 {
748d94eab86SWang Xiaoyin			compatible = "arm,pl061", "arm,primecell";
749d94eab86SWang Xiaoyin			reg = <0 0xfff0c000 0 0x1000>;
750d94eab86SWang Xiaoyin			interrupts = <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>;
751d94eab86SWang Xiaoyin			gpio-controller;
752d94eab86SWang Xiaoyin			#gpio-cells = <2>;
753d94eab86SWang Xiaoyin			/* GPIO184 */
754d94eab86SWang Xiaoyin			gpio-ranges = <&pmx4 0 6 7>;
755d94eab86SWang Xiaoyin			interrupt-controller;
756d94eab86SWang Xiaoyin			#interrupt-cells = <2>;
757d94eab86SWang Xiaoyin			clocks = <&sctrl HI3660_PCLK_AO_GPIO1>;
758d94eab86SWang Xiaoyin			clock-names = "apb_pclk";
759d94eab86SWang Xiaoyin		};
760d94eab86SWang Xiaoyin
761d94eab86SWang Xiaoyin		gpio24: gpio@fff0d000 {
762d94eab86SWang Xiaoyin			compatible = "arm,pl061", "arm,primecell";
763d94eab86SWang Xiaoyin			reg = <0 0xfff0d000 0 0x1000>;
764d94eab86SWang Xiaoyin			interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
765d94eab86SWang Xiaoyin			gpio-controller;
766d94eab86SWang Xiaoyin			#gpio-cells = <2>;
767d94eab86SWang Xiaoyin			/* GPIO192 */
768d94eab86SWang Xiaoyin			gpio-ranges = <&pmx4 0 13 8>;
769d94eab86SWang Xiaoyin			interrupt-controller;
770d94eab86SWang Xiaoyin			#interrupt-cells = <2>;
771d94eab86SWang Xiaoyin			clocks = <&sctrl HI3660_PCLK_AO_GPIO2>;
772d94eab86SWang Xiaoyin			clock-names = "apb_pclk";
773d94eab86SWang Xiaoyin		};
774d94eab86SWang Xiaoyin
775d94eab86SWang Xiaoyin		gpio25: gpio@fff0e000 {
776d94eab86SWang Xiaoyin			compatible = "arm,pl061", "arm,primecell";
777d94eab86SWang Xiaoyin			reg = <0 0xfff0e000 0 0x1000>;
778d94eab86SWang Xiaoyin			interrupts = <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>;
779d94eab86SWang Xiaoyin			gpio-controller;
780d94eab86SWang Xiaoyin			#gpio-cells = <2>;
781d94eab86SWang Xiaoyin			/* GPIO200 */
782d94eab86SWang Xiaoyin			gpio-ranges = <&pmx4 0 21 4 &pmx4 5 25 3>;
783d94eab86SWang Xiaoyin			interrupt-controller;
784d94eab86SWang Xiaoyin			#interrupt-cells = <2>;
785d94eab86SWang Xiaoyin			clocks = <&sctrl HI3660_PCLK_AO_GPIO3>;
786d94eab86SWang Xiaoyin			clock-names = "apb_pclk";
787d94eab86SWang Xiaoyin		};
788d94eab86SWang Xiaoyin
789d94eab86SWang Xiaoyin		gpio26: gpio@fff0f000 {
790d94eab86SWang Xiaoyin			compatible = "arm,pl061", "arm,primecell";
791d94eab86SWang Xiaoyin			reg = <0 0xfff0f000 0 0x1000>;
792d94eab86SWang Xiaoyin			interrupts = <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>;
793d94eab86SWang Xiaoyin			gpio-controller;
794d94eab86SWang Xiaoyin			#gpio-cells = <2>;
795d94eab86SWang Xiaoyin			/* GPIO208 */
796d94eab86SWang Xiaoyin			gpio-ranges = <&pmx4 0 28 8>;
797d94eab86SWang Xiaoyin			interrupt-controller;
798d94eab86SWang Xiaoyin			#interrupt-cells = <2>;
799d94eab86SWang Xiaoyin			clocks = <&sctrl HI3660_PCLK_AO_GPIO4>;
800d94eab86SWang Xiaoyin			clock-names = "apb_pclk";
801d94eab86SWang Xiaoyin		};
802d94eab86SWang Xiaoyin
803d94eab86SWang Xiaoyin		gpio27: gpio@fff10000 {
804d94eab86SWang Xiaoyin			compatible = "arm,pl061", "arm,primecell";
805d94eab86SWang Xiaoyin			reg = <0 0xfff10000 0 0x1000>;
806d94eab86SWang Xiaoyin			interrupts = <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>;
807d94eab86SWang Xiaoyin			gpio-controller;
808d94eab86SWang Xiaoyin			#gpio-cells = <2>;
809d94eab86SWang Xiaoyin			/* GPIO216 */
810d94eab86SWang Xiaoyin			gpio-ranges = <&pmx4 0 36 6>;
811d94eab86SWang Xiaoyin			interrupt-controller;
812d94eab86SWang Xiaoyin			#interrupt-cells = <2>;
813d94eab86SWang Xiaoyin			clocks = <&sctrl HI3660_PCLK_AO_GPIO5>;
814d94eab86SWang Xiaoyin			clock-names = "apb_pclk";
815d94eab86SWang Xiaoyin		};
816d94eab86SWang Xiaoyin
817d94eab86SWang Xiaoyin		gpio28: gpio@fff1d000 {
818d94eab86SWang Xiaoyin			compatible = "arm,pl061", "arm,primecell";
819d94eab86SWang Xiaoyin			reg = <0 0xfff1d000 0 0x1000>;
820d94eab86SWang Xiaoyin			interrupts = <GIC_SPI 141 IRQ_TYPE_LEVEL_HIGH>;
821d94eab86SWang Xiaoyin			gpio-controller;
822d94eab86SWang Xiaoyin			#gpio-cells = <2>;
823d94eab86SWang Xiaoyin			interrupt-controller;
824d94eab86SWang Xiaoyin			#interrupt-cells = <2>;
825d94eab86SWang Xiaoyin			clocks = <&sctrl HI3660_PCLK_AO_GPIO6>;
826d94eab86SWang Xiaoyin			clock-names = "apb_pclk";
827d94eab86SWang Xiaoyin		};
82838810497SWang Xiaoyin
82938810497SWang Xiaoyin		spi2: spi@ffd68000 {
83038810497SWang Xiaoyin			compatible = "arm,pl022", "arm,primecell";
83138810497SWang Xiaoyin			reg = <0x0 0xffd68000 0x0 0x1000>;
83238810497SWang Xiaoyin			#address-cells = <1>;
83338810497SWang Xiaoyin			#size-cells = <0>;
83438810497SWang Xiaoyin			interrupts = <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>;
83538810497SWang Xiaoyin			clocks = <&crg_ctrl HI3660_CLK_GATE_SPI2>;
83638810497SWang Xiaoyin			clock-names = "apb_pclk";
83738810497SWang Xiaoyin			pinctrl-names = "default";
83838810497SWang Xiaoyin			pinctrl-0 = <&spi2_pmx_func>;
83938810497SWang Xiaoyin			num-cs = <1>;
84038810497SWang Xiaoyin			cs-gpios = <&gpio27 2 0>;
84138810497SWang Xiaoyin			status = "disabled";
84238810497SWang Xiaoyin		};
84338810497SWang Xiaoyin
84438810497SWang Xiaoyin		spi3: spi@ff3b3000 {
84538810497SWang Xiaoyin			compatible = "arm,pl022", "arm,primecell";
84638810497SWang Xiaoyin			reg = <0x0 0xff3b3000 0x0 0x1000>;
84738810497SWang Xiaoyin			#address-cells = <1>;
84838810497SWang Xiaoyin			#size-cells = <0>;
84938810497SWang Xiaoyin			interrupts = <GIC_SPI 312 IRQ_TYPE_LEVEL_HIGH>;
85038810497SWang Xiaoyin			clocks = <&crg_ctrl HI3660_CLK_GATE_SPI3>;
85138810497SWang Xiaoyin			clock-names = "apb_pclk";
85238810497SWang Xiaoyin			pinctrl-names = "default";
85338810497SWang Xiaoyin			pinctrl-0 = <&spi3_pmx_func>;
85438810497SWang Xiaoyin			num-cs = <1>;
85538810497SWang Xiaoyin			cs-gpios = <&gpio18 5 0>;
85638810497SWang Xiaoyin			status = "disabled";
85738810497SWang Xiaoyin		};
85896909778SXiaowei Song
85996909778SXiaowei Song		pcie@f4000000 {
86096909778SXiaowei Song			compatible = "hisilicon,kirin960-pcie";
86196909778SXiaowei Song			reg = <0x0 0xf4000000 0x0 0x1000>,
86296909778SXiaowei Song			      <0x0 0xff3fe000 0x0 0x1000>,
86396909778SXiaowei Song			      <0x0 0xf3f20000 0x0 0x40000>,
86496909778SXiaowei Song			      <0x0 0xf5000000 0x0 0x2000>;
86596909778SXiaowei Song			reg-names = "dbi", "apb", "phy", "config";
86696909778SXiaowei Song			bus-range = <0x0  0x1>;
86796909778SXiaowei Song			#address-cells = <3>;
86896909778SXiaowei Song			#size-cells = <2>;
86996909778SXiaowei Song			device_type = "pci";
87096909778SXiaowei Song			ranges = <0x02000000 0x0 0x00000000
87196909778SXiaowei Song				  0x0 0xf6000000
87296909778SXiaowei Song				  0x0 0x02000000>;
87396909778SXiaowei Song			num-lanes = <1>;
87496909778SXiaowei Song			#interrupt-cells = <1>;
87596909778SXiaowei Song			interrupt-map-mask = <0xf800 0 0 7>;
87696909778SXiaowei Song			interrupt-map = <0x0 0 0 1
87796909778SXiaowei Song					 &gic GIC_SPI 282 IRQ_TYPE_LEVEL_HIGH>,
87896909778SXiaowei Song					<0x0 0 0 2
87996909778SXiaowei Song					 &gic GIC_SPI 283 IRQ_TYPE_LEVEL_HIGH>,
88096909778SXiaowei Song					<0x0 0 0 3
88196909778SXiaowei Song					 &gic GIC_SPI 284 IRQ_TYPE_LEVEL_HIGH>,
88296909778SXiaowei Song					<0x0 0 0 4
88396909778SXiaowei Song					 &gic GIC_SPI 285 IRQ_TYPE_LEVEL_HIGH>;
88496909778SXiaowei Song			clocks = <&crg_ctrl HI3660_PCIEPHY_REF>,
88596909778SXiaowei Song				 <&crg_ctrl HI3660_CLK_GATE_PCIEAUX>,
88696909778SXiaowei Song				 <&crg_ctrl HI3660_PCLK_GATE_PCIE_PHY>,
88796909778SXiaowei Song				 <&crg_ctrl HI3660_PCLK_GATE_PCIE_SYS>,
88896909778SXiaowei Song				 <&crg_ctrl HI3660_ACLK_GATE_PCIE>;
88996909778SXiaowei Song			clock-names = "pcie_phy_ref", "pcie_aux",
89096909778SXiaowei Song				      "pcie_apb_phy", "pcie_apb_sys",
89196909778SXiaowei Song				      "pcie_aclk";
89296909778SXiaowei Song			reset-gpios = <&gpio11 1 0 >;
89396909778SXiaowei Song		};
894804d7d7aSLi Wei
895804d7d7aSLi Wei		/* SD */
896804d7d7aSLi Wei		dwmmc1: dwmmc1@ff37f000 {
897804d7d7aSLi Wei			#address-cells = <1>;
898804d7d7aSLi Wei			#size-cells = <0>;
899804d7d7aSLi Wei			cd-inverted;
900804d7d7aSLi Wei			compatible = "hisilicon,hi3660-dw-mshc";
901804d7d7aSLi Wei			num-slots = <1>;
902804d7d7aSLi Wei			bus-width = <0x4>;
903804d7d7aSLi Wei			disable-wp;
904804d7d7aSLi Wei			cap-sd-highspeed;
905804d7d7aSLi Wei			supports-highspeed;
906804d7d7aSLi Wei			card-detect-delay = <200>;
907804d7d7aSLi Wei			reg = <0x0 0xff37f000 0x0 0x1000>;
908804d7d7aSLi Wei			interrupts = <GIC_SPI 139 IRQ_TYPE_LEVEL_HIGH>;
909804d7d7aSLi Wei			clocks = <&crg_ctrl HI3660_CLK_GATE_SD>,
910804d7d7aSLi Wei				<&crg_ctrl HI3660_HCLK_GATE_SD>;
911804d7d7aSLi Wei			clock-names = "ciu", "biu";
912804d7d7aSLi Wei			clock-frequency = <3200000>;
913804d7d7aSLi Wei			resets = <&crg_rst 0x94 18>;
914996707d7SGuodong Xu			reset-names = "reset";
915804d7d7aSLi Wei			cd-gpios = <&gpio25 3 0>;
916804d7d7aSLi Wei			hisilicon,peripheral-syscon = <&sctrl>;
917804d7d7aSLi Wei			pinctrl-names = "default";
918804d7d7aSLi Wei			pinctrl-0 = <&sd_pmx_func
919804d7d7aSLi Wei				     &sd_clk_cfg_func
920804d7d7aSLi Wei				     &sd_cfg_func>;
921804d7d7aSLi Wei			sd-uhs-sdr12;
922804d7d7aSLi Wei			sd-uhs-sdr25;
923804d7d7aSLi Wei			sd-uhs-sdr50;
924804d7d7aSLi Wei			sd-uhs-sdr104;
925804d7d7aSLi Wei			status = "disabled";
926804d7d7aSLi Wei
927804d7d7aSLi Wei			slot@0 {
928804d7d7aSLi Wei				reg = <0x0>;
929804d7d7aSLi Wei				bus-width = <4>;
930804d7d7aSLi Wei				disable-wp;
931804d7d7aSLi Wei			};
932804d7d7aSLi Wei		};
933804d7d7aSLi Wei
934804d7d7aSLi Wei		/* SDIO */
935804d7d7aSLi Wei		dwmmc2: dwmmc2@ff3ff000 {
936804d7d7aSLi Wei			compatible = "hisilicon,hi3660-dw-mshc";
937804d7d7aSLi Wei			reg = <0x0 0xff3ff000 0x0 0x1000>;
938804d7d7aSLi Wei			interrupts = <GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>;
939804d7d7aSLi Wei			num-slots = <1>;
940804d7d7aSLi Wei			clocks = <&crg_ctrl HI3660_CLK_GATE_SDIO0>,
941804d7d7aSLi Wei				 <&crg_ctrl HI3660_HCLK_GATE_SDIO0>;
942804d7d7aSLi Wei			clock-names = "ciu", "biu";
943804d7d7aSLi Wei			resets = <&crg_rst 0x94 20>;
944996707d7SGuodong Xu			reset-names = "reset";
945804d7d7aSLi Wei			card-detect-delay = <200>;
946804d7d7aSLi Wei			supports-highspeed;
947804d7d7aSLi Wei			keep-power-in-suspend;
948804d7d7aSLi Wei			pinctrl-names = "default";
949804d7d7aSLi Wei			pinctrl-0 = <&sdio_pmx_func
950804d7d7aSLi Wei				     &sdio_clk_cfg_func
951804d7d7aSLi Wei				     &sdio_cfg_func>;
952804d7d7aSLi Wei			status = "disabled";
953804d7d7aSLi Wei		};
954487f00d4SLeo Yan
955487f00d4SLeo Yan		watchdog0: watchdog@e8a06000 {
956487f00d4SLeo Yan			compatible = "arm,sp805-wdt", "arm,primecell";
957487f00d4SLeo Yan			reg = <0x0 0xe8a06000 0x0 0x1000>;
958487f00d4SLeo Yan			interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>;
959487f00d4SLeo Yan			clocks = <&crg_ctrl HI3660_OSC32K>;
960487f00d4SLeo Yan			clock-names = "apb_pclk";
961487f00d4SLeo Yan		};
962487f00d4SLeo Yan
963487f00d4SLeo Yan		watchdog1: watchdog@e8a07000 {
964487f00d4SLeo Yan			compatible = "arm,sp805-wdt", "arm,primecell";
965487f00d4SLeo Yan			reg = <0x0 0xe8a07000 0x0 0x1000>;
966487f00d4SLeo Yan			interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
967487f00d4SLeo Yan			clocks = <&crg_ctrl HI3660_OSC32K>;
968487f00d4SLeo Yan			clock-names = "apb_pclk";
969487f00d4SLeo Yan		};
970a7ab4cb4SKevin Wangtao
971a7ab4cb4SKevin Wangtao		tsensor: tsensor@fff30000 {
972a7ab4cb4SKevin Wangtao			compatible = "hisilicon,hi3660-tsensor";
973a7ab4cb4SKevin Wangtao			reg = <0x0 0xfff30000 0x0 0x1000>;
974a7ab4cb4SKevin Wangtao			interrupts = <GIC_SPI 145 IRQ_TYPE_LEVEL_HIGH>;
975a7ab4cb4SKevin Wangtao			#thermal-sensor-cells = <1>;
976a7ab4cb4SKevin Wangtao		};
97735ca8168SChen Feng	};
97835ca8168SChen Feng};
979