xref: /freebsd/sys/contrib/device-tree/src/arm/samsung/exynos5420.dtsi (revision 7d0873ebb83b19ba1e8a89e679470d885efe12e3)
1f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0
2f126890aSEmmanuel Vadot/*
3f126890aSEmmanuel Vadot * Samsung Exynos5420 SoC device tree source
4f126890aSEmmanuel Vadot *
5f126890aSEmmanuel Vadot * Copyright (c) 2013 Samsung Electronics Co., Ltd.
6f126890aSEmmanuel Vadot *		http://www.samsung.com
7f126890aSEmmanuel Vadot *
8f126890aSEmmanuel Vadot * Samsung Exynos5420 SoC device nodes are listed in this file.
9f126890aSEmmanuel Vadot * Exynos5420 based board files can include this file and provide
10f126890aSEmmanuel Vadot * values for board specific bindings.
11f126890aSEmmanuel Vadot */
12f126890aSEmmanuel Vadot
13f126890aSEmmanuel Vadot#include "exynos54xx.dtsi"
14f126890aSEmmanuel Vadot#include <dt-bindings/clock/exynos5420.h>
15f126890aSEmmanuel Vadot#include <dt-bindings/clock/exynos-audss-clk.h>
16f126890aSEmmanuel Vadot#include <dt-bindings/interrupt-controller/arm-gic.h>
17f126890aSEmmanuel Vadot
18f126890aSEmmanuel Vadot/ {
19f126890aSEmmanuel Vadot	compatible = "samsung,exynos5420", "samsung,exynos5";
20f126890aSEmmanuel Vadot
21f126890aSEmmanuel Vadot	aliases {
22f126890aSEmmanuel Vadot		pinctrl0 = &pinctrl_0;
23f126890aSEmmanuel Vadot		pinctrl1 = &pinctrl_1;
24f126890aSEmmanuel Vadot		pinctrl2 = &pinctrl_2;
25f126890aSEmmanuel Vadot		pinctrl3 = &pinctrl_3;
26f126890aSEmmanuel Vadot		pinctrl4 = &pinctrl_4;
27f126890aSEmmanuel Vadot		i2c8 = &hsi2c_8;
28f126890aSEmmanuel Vadot		i2c9 = &hsi2c_9;
29f126890aSEmmanuel Vadot		i2c10 = &hsi2c_10;
30f126890aSEmmanuel Vadot		gsc0 = &gsc_0;
31f126890aSEmmanuel Vadot		gsc1 = &gsc_1;
32f126890aSEmmanuel Vadot		spi0 = &spi_0;
33f126890aSEmmanuel Vadot		spi1 = &spi_1;
34f126890aSEmmanuel Vadot		spi2 = &spi_2;
35f126890aSEmmanuel Vadot	};
36f126890aSEmmanuel Vadot
37f126890aSEmmanuel Vadot	bus_disp1: bus-disp1 {
38f126890aSEmmanuel Vadot		compatible = "samsung,exynos-bus";
39f126890aSEmmanuel Vadot		clocks = <&clock CLK_DOUT_ACLK400_DISP1>;
40f126890aSEmmanuel Vadot		clock-names = "bus";
41f126890aSEmmanuel Vadot		status = "disabled";
42f126890aSEmmanuel Vadot	};
43f126890aSEmmanuel Vadot
44f126890aSEmmanuel Vadot	bus_disp1_fimd: bus-disp1-fimd {
45f126890aSEmmanuel Vadot		compatible = "samsung,exynos-bus";
46f126890aSEmmanuel Vadot		clocks = <&clock CLK_DOUT_ACLK300_DISP1>;
47f126890aSEmmanuel Vadot		clock-names = "bus";
48f126890aSEmmanuel Vadot		status = "disabled";
49f126890aSEmmanuel Vadot	};
50f126890aSEmmanuel Vadot
51f126890aSEmmanuel Vadot	bus_fsys: bus-fsys {
52f126890aSEmmanuel Vadot		compatible = "samsung,exynos-bus";
53f126890aSEmmanuel Vadot		clocks = <&clock CLK_DOUT_ACLK200_FSYS>;
54f126890aSEmmanuel Vadot		clock-names = "bus";
55f126890aSEmmanuel Vadot		status = "disabled";
56f126890aSEmmanuel Vadot	};
57f126890aSEmmanuel Vadot
58f126890aSEmmanuel Vadot	bus_fsys2: bus-fsys2 {
59f126890aSEmmanuel Vadot		compatible = "samsung,exynos-bus";
60f126890aSEmmanuel Vadot		clocks = <&clock CLK_DOUT_ACLK200_FSYS2>;
61f126890aSEmmanuel Vadot		clock-names = "bus";
62f126890aSEmmanuel Vadot		status = "disabled";
63f126890aSEmmanuel Vadot	};
64f126890aSEmmanuel Vadot
65f126890aSEmmanuel Vadot	bus_fsys_apb: bus-fsys-apb {
66f126890aSEmmanuel Vadot		compatible = "samsung,exynos-bus";
67f126890aSEmmanuel Vadot		clocks = <&clock CLK_DOUT_PCLK200_FSYS>;
68f126890aSEmmanuel Vadot		clock-names = "bus";
69f126890aSEmmanuel Vadot		status = "disabled";
70f126890aSEmmanuel Vadot	};
71f126890aSEmmanuel Vadot
72f126890aSEmmanuel Vadot	bus_g2d: bus-g2d {
73f126890aSEmmanuel Vadot		compatible = "samsung,exynos-bus";
74f126890aSEmmanuel Vadot		clocks = <&clock CLK_DOUT_ACLK333_G2D>;
75f126890aSEmmanuel Vadot		clock-names = "bus";
76f126890aSEmmanuel Vadot		status = "disabled";
77f126890aSEmmanuel Vadot	};
78f126890aSEmmanuel Vadot
79f126890aSEmmanuel Vadot	bus_g2d_acp: bus-g2d-acp {
80f126890aSEmmanuel Vadot		compatible = "samsung,exynos-bus";
81f126890aSEmmanuel Vadot		clocks = <&clock CLK_DOUT_ACLK266_G2D>;
82f126890aSEmmanuel Vadot		clock-names = "bus";
83f126890aSEmmanuel Vadot		status = "disabled";
84f126890aSEmmanuel Vadot	};
85f126890aSEmmanuel Vadot	bus_gen: bus-gen {
86f126890aSEmmanuel Vadot		compatible = "samsung,exynos-bus";
87f126890aSEmmanuel Vadot		clocks = <&clock CLK_DOUT_ACLK266>;
88f126890aSEmmanuel Vadot		clock-names = "bus";
89f126890aSEmmanuel Vadot		status = "disabled";
90f126890aSEmmanuel Vadot	};
91f126890aSEmmanuel Vadot
92f126890aSEmmanuel Vadot	bus_gscl_scaler: bus-gscl-scaler {
93f126890aSEmmanuel Vadot		compatible = "samsung,exynos-bus";
94f126890aSEmmanuel Vadot		clocks = <&clock CLK_DOUT_ACLK300_GSCL>;
95f126890aSEmmanuel Vadot		clock-names = "bus";
96f126890aSEmmanuel Vadot		status = "disabled";
97f126890aSEmmanuel Vadot	};
98f126890aSEmmanuel Vadot
99f126890aSEmmanuel Vadot	bus_jpeg: bus-jpeg {
100f126890aSEmmanuel Vadot		compatible = "samsung,exynos-bus";
101f126890aSEmmanuel Vadot		clocks = <&clock CLK_DOUT_ACLK300_JPEG>;
102f126890aSEmmanuel Vadot		clock-names = "bus";
103f126890aSEmmanuel Vadot		status = "disabled";
104f126890aSEmmanuel Vadot	};
105f126890aSEmmanuel Vadot
106f126890aSEmmanuel Vadot	bus_jpeg_apb: bus-jpeg-apb {
107f126890aSEmmanuel Vadot		compatible = "samsung,exynos-bus";
108f126890aSEmmanuel Vadot		clocks = <&clock CLK_DOUT_ACLK166>;
109f126890aSEmmanuel Vadot		clock-names = "bus";
110f126890aSEmmanuel Vadot		status = "disabled";
111f126890aSEmmanuel Vadot	};
112f126890aSEmmanuel Vadot
113f126890aSEmmanuel Vadot	bus_mfc: bus-mfc {
114f126890aSEmmanuel Vadot		compatible = "samsung,exynos-bus";
115f126890aSEmmanuel Vadot		clocks = <&clock CLK_DOUT_ACLK333>;
116f126890aSEmmanuel Vadot		clock-names = "bus";
117f126890aSEmmanuel Vadot		status = "disabled";
118f126890aSEmmanuel Vadot	};
119f126890aSEmmanuel Vadot
120f126890aSEmmanuel Vadot	bus_mscl: bus-mscl {
121f126890aSEmmanuel Vadot		compatible = "samsung,exynos-bus";
122f126890aSEmmanuel Vadot		clocks = <&clock CLK_DOUT_ACLK400_MSCL>;
123f126890aSEmmanuel Vadot		clock-names = "bus";
124f126890aSEmmanuel Vadot		status = "disabled";
125f126890aSEmmanuel Vadot	};
126f126890aSEmmanuel Vadot
127f126890aSEmmanuel Vadot	bus_noc: bus-noc {
128f126890aSEmmanuel Vadot		compatible = "samsung,exynos-bus";
129f126890aSEmmanuel Vadot		clocks = <&clock CLK_DOUT_ACLK100_NOC>;
130f126890aSEmmanuel Vadot		clock-names = "bus";
131f126890aSEmmanuel Vadot		status = "disabled";
132f126890aSEmmanuel Vadot	};
133f126890aSEmmanuel Vadot
134f126890aSEmmanuel Vadot	bus_peri: bus-peri {
135f126890aSEmmanuel Vadot		compatible = "samsung,exynos-bus";
136f126890aSEmmanuel Vadot		clocks = <&clock CLK_DOUT_ACLK66>;
137f126890aSEmmanuel Vadot		clock-names = "bus";
138f126890aSEmmanuel Vadot		status = "disabled";
139f126890aSEmmanuel Vadot	};
140f126890aSEmmanuel Vadot
141f126890aSEmmanuel Vadot	bus_wcore: bus-wcore {
142f126890aSEmmanuel Vadot		compatible = "samsung,exynos-bus";
143f126890aSEmmanuel Vadot		clocks = <&clock CLK_DOUT_ACLK400_WCORE>;
144f126890aSEmmanuel Vadot		clock-names = "bus";
145f126890aSEmmanuel Vadot		status = "disabled";
146f126890aSEmmanuel Vadot	};
147f126890aSEmmanuel Vadot
148f126890aSEmmanuel Vadot	/*
149f126890aSEmmanuel Vadot	 * The 'cpus' node is not present here but instead it is provided
150f126890aSEmmanuel Vadot	 * by exynos5420-cpus.dtsi or exynos5422-cpus.dtsi.
151f126890aSEmmanuel Vadot	 */
152f126890aSEmmanuel Vadot
153f126890aSEmmanuel Vadot	cluster_a15_opp_table: opp-table-0 {
154f126890aSEmmanuel Vadot		compatible = "operating-points-v2";
155f126890aSEmmanuel Vadot		opp-shared;
156f126890aSEmmanuel Vadot
157f126890aSEmmanuel Vadot		opp-1800000000 {
158f126890aSEmmanuel Vadot			opp-hz = /bits/ 64 <1800000000>;
159f126890aSEmmanuel Vadot			opp-microvolt = <1250000 1250000 1500000>;
160f126890aSEmmanuel Vadot			clock-latency-ns = <140000>;
161f126890aSEmmanuel Vadot		};
162f126890aSEmmanuel Vadot		opp-1700000000 {
163f126890aSEmmanuel Vadot			opp-hz = /bits/ 64 <1700000000>;
164f126890aSEmmanuel Vadot			opp-microvolt = <1212500 1212500 1500000>;
165f126890aSEmmanuel Vadot			clock-latency-ns = <140000>;
166f126890aSEmmanuel Vadot		};
167f126890aSEmmanuel Vadot		opp-1600000000 {
168f126890aSEmmanuel Vadot			opp-hz = /bits/ 64 <1600000000>;
169f126890aSEmmanuel Vadot			opp-microvolt = <1175000 1175000 1500000>;
170f126890aSEmmanuel Vadot			clock-latency-ns = <140000>;
171f126890aSEmmanuel Vadot		};
172f126890aSEmmanuel Vadot		opp-1500000000 {
173f126890aSEmmanuel Vadot			opp-hz = /bits/ 64 <1500000000>;
174f126890aSEmmanuel Vadot			opp-microvolt = <1137500 1137500 1500000>;
175f126890aSEmmanuel Vadot			clock-latency-ns = <140000>;
176f126890aSEmmanuel Vadot		};
177f126890aSEmmanuel Vadot		opp-1400000000 {
178f126890aSEmmanuel Vadot			opp-hz = /bits/ 64 <1400000000>;
179f126890aSEmmanuel Vadot			opp-microvolt = <1112500 1112500 1500000>;
180f126890aSEmmanuel Vadot			clock-latency-ns = <140000>;
181f126890aSEmmanuel Vadot		};
182f126890aSEmmanuel Vadot		opp-1300000000 {
183f126890aSEmmanuel Vadot			opp-hz = /bits/ 64 <1300000000>;
184f126890aSEmmanuel Vadot			opp-microvolt = <1062500 1062500 1500000>;
185f126890aSEmmanuel Vadot			clock-latency-ns = <140000>;
186f126890aSEmmanuel Vadot		};
187f126890aSEmmanuel Vadot		opp-1200000000 {
188f126890aSEmmanuel Vadot			opp-hz = /bits/ 64 <1200000000>;
189f126890aSEmmanuel Vadot			opp-microvolt = <1037500 1037500 1500000>;
190f126890aSEmmanuel Vadot			clock-latency-ns = <140000>;
191f126890aSEmmanuel Vadot		};
192f126890aSEmmanuel Vadot		opp-1100000000 {
193f126890aSEmmanuel Vadot			opp-hz = /bits/ 64 <1100000000>;
194f126890aSEmmanuel Vadot			opp-microvolt = <1012500 1012500 1500000>;
195f126890aSEmmanuel Vadot			clock-latency-ns = <140000>;
196f126890aSEmmanuel Vadot		};
197f126890aSEmmanuel Vadot		opp-1000000000 {
198f126890aSEmmanuel Vadot			opp-hz = /bits/ 64 <1000000000>;
199f126890aSEmmanuel Vadot			opp-microvolt = < 987500 987500 1500000>;
200f126890aSEmmanuel Vadot			clock-latency-ns = <140000>;
201f126890aSEmmanuel Vadot		};
202f126890aSEmmanuel Vadot		opp-900000000 {
203f126890aSEmmanuel Vadot			opp-hz = /bits/ 64 <900000000>;
204f126890aSEmmanuel Vadot			opp-microvolt = < 962500 962500 1500000>;
205f126890aSEmmanuel Vadot			clock-latency-ns = <140000>;
206f126890aSEmmanuel Vadot		};
207f126890aSEmmanuel Vadot		opp-800000000 {
208f126890aSEmmanuel Vadot			opp-hz = /bits/ 64 <800000000>;
209f126890aSEmmanuel Vadot			opp-microvolt = < 937500 937500 1500000>;
210f126890aSEmmanuel Vadot			clock-latency-ns = <140000>;
211f126890aSEmmanuel Vadot		};
212f126890aSEmmanuel Vadot		opp-700000000 {
213f126890aSEmmanuel Vadot			opp-hz = /bits/ 64 <700000000>;
214f126890aSEmmanuel Vadot			opp-microvolt = < 912500 912500 1500000>;
215f126890aSEmmanuel Vadot			clock-latency-ns = <140000>;
216f126890aSEmmanuel Vadot		};
217f126890aSEmmanuel Vadot	};
218f126890aSEmmanuel Vadot
219f126890aSEmmanuel Vadot	cluster_a7_opp_table: opp-table-1 {
220f126890aSEmmanuel Vadot		compatible = "operating-points-v2";
221f126890aSEmmanuel Vadot		opp-shared;
222f126890aSEmmanuel Vadot
223f126890aSEmmanuel Vadot		opp-1300000000 {
224f126890aSEmmanuel Vadot			opp-hz = /bits/ 64 <1300000000>;
225f126890aSEmmanuel Vadot			opp-microvolt = <1275000>;
226f126890aSEmmanuel Vadot			clock-latency-ns = <140000>;
227f126890aSEmmanuel Vadot		};
228f126890aSEmmanuel Vadot		opp-1200000000 {
229f126890aSEmmanuel Vadot			opp-hz = /bits/ 64 <1200000000>;
230f126890aSEmmanuel Vadot			opp-microvolt = <1212500>;
231f126890aSEmmanuel Vadot			clock-latency-ns = <140000>;
232f126890aSEmmanuel Vadot		};
233f126890aSEmmanuel Vadot		opp-1100000000 {
234f126890aSEmmanuel Vadot			opp-hz = /bits/ 64 <1100000000>;
235f126890aSEmmanuel Vadot			opp-microvolt = <1162500>;
236f126890aSEmmanuel Vadot			clock-latency-ns = <140000>;
237f126890aSEmmanuel Vadot		};
238f126890aSEmmanuel Vadot		opp-1000000000 {
239f126890aSEmmanuel Vadot			opp-hz = /bits/ 64 <1000000000>;
240f126890aSEmmanuel Vadot			opp-microvolt = <1112500>;
241f126890aSEmmanuel Vadot			clock-latency-ns = <140000>;
242f126890aSEmmanuel Vadot		};
243f126890aSEmmanuel Vadot		opp-900000000 {
244f126890aSEmmanuel Vadot			opp-hz = /bits/ 64 <900000000>;
245f126890aSEmmanuel Vadot			opp-microvolt = <1062500>;
246f126890aSEmmanuel Vadot			clock-latency-ns = <140000>;
247f126890aSEmmanuel Vadot		};
248f126890aSEmmanuel Vadot		opp-800000000 {
249f126890aSEmmanuel Vadot			opp-hz = /bits/ 64 <800000000>;
250f126890aSEmmanuel Vadot			opp-microvolt = <1025000>;
251f126890aSEmmanuel Vadot			clock-latency-ns = <140000>;
252f126890aSEmmanuel Vadot		};
253f126890aSEmmanuel Vadot		opp-700000000 {
254f126890aSEmmanuel Vadot			opp-hz = /bits/ 64 <700000000>;
255f126890aSEmmanuel Vadot			opp-microvolt = <975000>;
256f126890aSEmmanuel Vadot			clock-latency-ns = <140000>;
257f126890aSEmmanuel Vadot		};
258f126890aSEmmanuel Vadot		opp-600000000 {
259f126890aSEmmanuel Vadot			opp-hz = /bits/ 64 <600000000>;
260f126890aSEmmanuel Vadot			opp-microvolt = <937500>;
261f126890aSEmmanuel Vadot			clock-latency-ns = <140000>;
262f126890aSEmmanuel Vadot		};
263f126890aSEmmanuel Vadot	};
264f126890aSEmmanuel Vadot
265f126890aSEmmanuel Vadot	soc: soc {
266f126890aSEmmanuel Vadot		cci: cci@10d20000 {
267f126890aSEmmanuel Vadot			compatible = "arm,cci-400";
268f126890aSEmmanuel Vadot			#address-cells = <1>;
269f126890aSEmmanuel Vadot			#size-cells = <1>;
270f126890aSEmmanuel Vadot			reg = <0x10d20000 0x1000>;
271f126890aSEmmanuel Vadot			ranges = <0x0 0x10d20000 0x6000>;
272f126890aSEmmanuel Vadot
273f126890aSEmmanuel Vadot			cci_control0: slave-if@4000 {
274f126890aSEmmanuel Vadot				compatible = "arm,cci-400-ctrl-if";
275f126890aSEmmanuel Vadot				interface-type = "ace";
276f126890aSEmmanuel Vadot				reg = <0x4000 0x1000>;
277f126890aSEmmanuel Vadot			};
278f126890aSEmmanuel Vadot			cci_control1: slave-if@5000 {
279f126890aSEmmanuel Vadot				compatible = "arm,cci-400-ctrl-if";
280f126890aSEmmanuel Vadot				interface-type = "ace";
281f126890aSEmmanuel Vadot				reg = <0x5000 0x1000>;
282f126890aSEmmanuel Vadot			};
283f126890aSEmmanuel Vadot		};
284f126890aSEmmanuel Vadot
285f126890aSEmmanuel Vadot		clock: clock-controller@10010000 {
286f126890aSEmmanuel Vadot			compatible = "samsung,exynos5420-clock", "syscon";
287f126890aSEmmanuel Vadot			reg = <0x10010000 0x30000>;
288f126890aSEmmanuel Vadot			#clock-cells = <1>;
289f126890aSEmmanuel Vadot		};
290f126890aSEmmanuel Vadot
291f126890aSEmmanuel Vadot		clock_audss: audss-clock-controller@3810000 {
292f126890aSEmmanuel Vadot			compatible = "samsung,exynos5420-audss-clock";
293f126890aSEmmanuel Vadot			reg = <0x03810000 0x0c>;
294f126890aSEmmanuel Vadot			#clock-cells = <1>;
295f126890aSEmmanuel Vadot			clocks = <&clock CLK_FIN_PLL>, <&clock CLK_MAU_EPLL>,
296f126890aSEmmanuel Vadot				 <&clock CLK_SCLK_MAUDIO0>, <&clock CLK_SCLK_MAUPCM0>;
297f126890aSEmmanuel Vadot			clock-names = "pll_ref", "pll_in", "sclk_audio", "sclk_pcm_in";
298f126890aSEmmanuel Vadot			power-domains = <&mau_pd>;
299f126890aSEmmanuel Vadot		};
300f126890aSEmmanuel Vadot
301f126890aSEmmanuel Vadot		mfc: codec@11000000 {
302f126890aSEmmanuel Vadot			compatible = "samsung,mfc-v7";
303f126890aSEmmanuel Vadot			reg = <0x11000000 0x10000>;
304f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
305f126890aSEmmanuel Vadot			clocks = <&clock CLK_MFC>;
306f126890aSEmmanuel Vadot			clock-names = "mfc";
307f126890aSEmmanuel Vadot			power-domains = <&mfc_pd>;
308f126890aSEmmanuel Vadot			iommus = <&sysmmu_mfc_l>, <&sysmmu_mfc_r>;
309f126890aSEmmanuel Vadot			iommu-names = "left", "right";
310f126890aSEmmanuel Vadot		};
311f126890aSEmmanuel Vadot
312f126890aSEmmanuel Vadot		mmc_0: mmc@12200000 {
313f126890aSEmmanuel Vadot			compatible = "samsung,exynos5420-dw-mshc-smu";
314f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
315f126890aSEmmanuel Vadot			#address-cells = <1>;
316f126890aSEmmanuel Vadot			#size-cells = <0>;
317f126890aSEmmanuel Vadot			reg = <0x12200000 0x2000>;
318f126890aSEmmanuel Vadot			clocks = <&clock CLK_MMC0>, <&clock CLK_SCLK_MMC0>;
319f126890aSEmmanuel Vadot			clock-names = "biu", "ciu";
320f126890aSEmmanuel Vadot			fifo-depth = <0x40>;
321f126890aSEmmanuel Vadot			status = "disabled";
322f126890aSEmmanuel Vadot		};
323f126890aSEmmanuel Vadot
324f126890aSEmmanuel Vadot		mmc_1: mmc@12210000 {
325f126890aSEmmanuel Vadot			compatible = "samsung,exynos5420-dw-mshc-smu";
326f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
327f126890aSEmmanuel Vadot			#address-cells = <1>;
328f126890aSEmmanuel Vadot			#size-cells = <0>;
329f126890aSEmmanuel Vadot			reg = <0x12210000 0x2000>;
330f126890aSEmmanuel Vadot			clocks = <&clock CLK_MMC1>, <&clock CLK_SCLK_MMC1>;
331f126890aSEmmanuel Vadot			clock-names = "biu", "ciu";
332f126890aSEmmanuel Vadot			fifo-depth = <0x40>;
333f126890aSEmmanuel Vadot			status = "disabled";
334f126890aSEmmanuel Vadot		};
335f126890aSEmmanuel Vadot
336f126890aSEmmanuel Vadot		mmc_2: mmc@12220000 {
337f126890aSEmmanuel Vadot			compatible = "samsung,exynos5420-dw-mshc";
338f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
339f126890aSEmmanuel Vadot			#address-cells = <1>;
340f126890aSEmmanuel Vadot			#size-cells = <0>;
341f126890aSEmmanuel Vadot			reg = <0x12220000 0x1000>;
342f126890aSEmmanuel Vadot			clocks = <&clock CLK_MMC2>, <&clock CLK_SCLK_MMC2>;
343f126890aSEmmanuel Vadot			clock-names = "biu", "ciu";
344f126890aSEmmanuel Vadot			fifo-depth = <0x40>;
345f126890aSEmmanuel Vadot			status = "disabled";
346f126890aSEmmanuel Vadot		};
347f126890aSEmmanuel Vadot
348f126890aSEmmanuel Vadot		dmc: memory-controller@10c20000 {
349f126890aSEmmanuel Vadot			compatible = "samsung,exynos5422-dmc";
350f126890aSEmmanuel Vadot			reg = <0x10c20000 0x10000>, <0x10c30000 0x10000>;
351f126890aSEmmanuel Vadot			clocks = <&clock CLK_FOUT_SPLL>,
352f126890aSEmmanuel Vadot				 <&clock CLK_MOUT_SCLK_SPLL>,
353f126890aSEmmanuel Vadot				 <&clock CLK_FF_DOUT_SPLL2>,
354f126890aSEmmanuel Vadot				 <&clock CLK_FOUT_BPLL>,
355f126890aSEmmanuel Vadot				 <&clock CLK_MOUT_BPLL>,
356f126890aSEmmanuel Vadot				 <&clock CLK_SCLK_BPLL>,
357f126890aSEmmanuel Vadot				 <&clock CLK_MOUT_MX_MSPLL_CCORE>,
358f126890aSEmmanuel Vadot				 <&clock CLK_MOUT_MCLK_CDREX>;
359f126890aSEmmanuel Vadot			clock-names = "fout_spll",
360f126890aSEmmanuel Vadot				      "mout_sclk_spll",
361f126890aSEmmanuel Vadot				      "ff_dout_spll2",
362f126890aSEmmanuel Vadot				      "fout_bpll",
363f126890aSEmmanuel Vadot				      "mout_bpll",
364f126890aSEmmanuel Vadot				      "sclk_bpll",
365f126890aSEmmanuel Vadot				      "mout_mx_mspll_ccore",
366f126890aSEmmanuel Vadot				      "mout_mclk_cdrex";
367f126890aSEmmanuel Vadot			samsung,syscon-clk = <&clock>;
368f126890aSEmmanuel Vadot			status = "disabled";
369f126890aSEmmanuel Vadot		};
370f126890aSEmmanuel Vadot
371f126890aSEmmanuel Vadot		nocp_mem0_0: nocp@10ca1000 {
372f126890aSEmmanuel Vadot			compatible = "samsung,exynos5420-nocp";
373f126890aSEmmanuel Vadot			reg = <0x10ca1000 0x200>;
374f126890aSEmmanuel Vadot			status = "disabled";
375f126890aSEmmanuel Vadot		};
376f126890aSEmmanuel Vadot
377f126890aSEmmanuel Vadot		nocp_mem0_1: nocp@10ca1400 {
378f126890aSEmmanuel Vadot			compatible = "samsung,exynos5420-nocp";
379f126890aSEmmanuel Vadot			reg = <0x10ca1400 0x200>;
380f126890aSEmmanuel Vadot			status = "disabled";
381f126890aSEmmanuel Vadot		};
382f126890aSEmmanuel Vadot
383f126890aSEmmanuel Vadot		nocp_mem1_0: nocp@10ca1800 {
384f126890aSEmmanuel Vadot			compatible = "samsung,exynos5420-nocp";
385f126890aSEmmanuel Vadot			reg = <0x10ca1800 0x200>;
386f126890aSEmmanuel Vadot			status = "disabled";
387f126890aSEmmanuel Vadot		};
388f126890aSEmmanuel Vadot
389f126890aSEmmanuel Vadot		nocp_mem1_1: nocp@10ca1c00 {
390f126890aSEmmanuel Vadot			compatible = "samsung,exynos5420-nocp";
391f126890aSEmmanuel Vadot			reg = <0x10ca1c00 0x200>;
392f126890aSEmmanuel Vadot			status = "disabled";
393f126890aSEmmanuel Vadot		};
394f126890aSEmmanuel Vadot
395f126890aSEmmanuel Vadot		nocp_g3d_0: nocp@11a51000 {
396f126890aSEmmanuel Vadot			compatible = "samsung,exynos5420-nocp";
397f126890aSEmmanuel Vadot			reg = <0x11a51000 0x200>;
398f126890aSEmmanuel Vadot			status = "disabled";
399f126890aSEmmanuel Vadot		};
400f126890aSEmmanuel Vadot
401f126890aSEmmanuel Vadot		nocp_g3d_1: nocp@11a51400 {
402f126890aSEmmanuel Vadot			compatible = "samsung,exynos5420-nocp";
403f126890aSEmmanuel Vadot			reg = <0x11a51400 0x200>;
404f126890aSEmmanuel Vadot			status = "disabled";
405f126890aSEmmanuel Vadot		};
406f126890aSEmmanuel Vadot
407f126890aSEmmanuel Vadot		ppmu_dmc0_0: ppmu@10d00000 {
408f126890aSEmmanuel Vadot			compatible = "samsung,exynos-ppmu";
409f126890aSEmmanuel Vadot			reg = <0x10d00000 0x2000>;
410f126890aSEmmanuel Vadot			clocks = <&clock CLK_PCLK_PPMU_DREX0_0>;
411f126890aSEmmanuel Vadot			clock-names = "ppmu";
412f126890aSEmmanuel Vadot			events {
413f126890aSEmmanuel Vadot				ppmu_event3_dmc0_0: ppmu-event3-dmc0-0 {
414f126890aSEmmanuel Vadot					event-name = "ppmu-event3-dmc0-0";
415f126890aSEmmanuel Vadot				};
416f126890aSEmmanuel Vadot			};
417f126890aSEmmanuel Vadot		};
418f126890aSEmmanuel Vadot
419f126890aSEmmanuel Vadot		ppmu_dmc0_1: ppmu@10d10000 {
420f126890aSEmmanuel Vadot			compatible = "samsung,exynos-ppmu";
421f126890aSEmmanuel Vadot			reg = <0x10d10000 0x2000>;
422f126890aSEmmanuel Vadot			clocks = <&clock CLK_PCLK_PPMU_DREX0_1>;
423f126890aSEmmanuel Vadot			clock-names = "ppmu";
424f126890aSEmmanuel Vadot			events {
425f126890aSEmmanuel Vadot				ppmu_event3_dmc0_1: ppmu-event3-dmc0-1 {
426f126890aSEmmanuel Vadot					event-name = "ppmu-event3-dmc0-1";
427f126890aSEmmanuel Vadot				};
428f126890aSEmmanuel Vadot			};
429f126890aSEmmanuel Vadot		};
430f126890aSEmmanuel Vadot
431f126890aSEmmanuel Vadot		ppmu_dmc1_0: ppmu@10d60000 {
432f126890aSEmmanuel Vadot			compatible = "samsung,exynos-ppmu";
433f126890aSEmmanuel Vadot			reg = <0x10d60000 0x2000>;
434f126890aSEmmanuel Vadot			clocks = <&clock CLK_PCLK_PPMU_DREX1_0>;
435f126890aSEmmanuel Vadot			clock-names = "ppmu";
436f126890aSEmmanuel Vadot			events {
437f126890aSEmmanuel Vadot				ppmu_event3_dmc1_0: ppmu-event3-dmc1-0 {
438f126890aSEmmanuel Vadot					event-name = "ppmu-event3-dmc1-0";
439f126890aSEmmanuel Vadot				};
440f126890aSEmmanuel Vadot			};
441f126890aSEmmanuel Vadot		};
442f126890aSEmmanuel Vadot
443f126890aSEmmanuel Vadot		ppmu_dmc1_1: ppmu@10d70000 {
444f126890aSEmmanuel Vadot			compatible = "samsung,exynos-ppmu";
445f126890aSEmmanuel Vadot			reg = <0x10d70000 0x2000>;
446f126890aSEmmanuel Vadot			clocks = <&clock CLK_PCLK_PPMU_DREX1_1>;
447f126890aSEmmanuel Vadot			clock-names = "ppmu";
448f126890aSEmmanuel Vadot			events {
449f126890aSEmmanuel Vadot				ppmu_event3_dmc1_1: ppmu-event3-dmc1-1 {
450f126890aSEmmanuel Vadot					event-name = "ppmu-event3-dmc1-1";
451f126890aSEmmanuel Vadot				};
452f126890aSEmmanuel Vadot			};
453f126890aSEmmanuel Vadot		};
454f126890aSEmmanuel Vadot
455f126890aSEmmanuel Vadot		gsc_pd: power-domain@10044000 {
456f126890aSEmmanuel Vadot			compatible = "samsung,exynos4210-pd";
457f126890aSEmmanuel Vadot			reg = <0x10044000 0x20>;
458f126890aSEmmanuel Vadot			#power-domain-cells = <0>;
459f126890aSEmmanuel Vadot			label = "GSC";
460f126890aSEmmanuel Vadot		};
461f126890aSEmmanuel Vadot
462f126890aSEmmanuel Vadot		isp_pd: power-domain@10044020 {
463f126890aSEmmanuel Vadot			compatible = "samsung,exynos4210-pd";
464f126890aSEmmanuel Vadot			reg = <0x10044020 0x20>;
465f126890aSEmmanuel Vadot			#power-domain-cells = <0>;
466f126890aSEmmanuel Vadot			label = "ISP";
467f126890aSEmmanuel Vadot		};
468f126890aSEmmanuel Vadot
469f126890aSEmmanuel Vadot		mfc_pd: power-domain@10044060 {
470f126890aSEmmanuel Vadot			compatible = "samsung,exynos4210-pd";
471f126890aSEmmanuel Vadot			reg = <0x10044060 0x20>;
472f126890aSEmmanuel Vadot			#power-domain-cells = <0>;
473f126890aSEmmanuel Vadot			label = "MFC";
474f126890aSEmmanuel Vadot		};
475f126890aSEmmanuel Vadot
476f126890aSEmmanuel Vadot		g3d_pd: power-domain@10044080 {
477f126890aSEmmanuel Vadot			compatible = "samsung,exynos4210-pd";
478f126890aSEmmanuel Vadot			reg = <0x10044080 0x20>;
479f126890aSEmmanuel Vadot			#power-domain-cells = <0>;
480f126890aSEmmanuel Vadot			label = "G3D";
481f126890aSEmmanuel Vadot		};
482f126890aSEmmanuel Vadot
483f126890aSEmmanuel Vadot		disp_pd: power-domain@100440c0 {
484f126890aSEmmanuel Vadot			compatible = "samsung,exynos4210-pd";
485f126890aSEmmanuel Vadot			reg = <0x100440c0 0x20>;
486f126890aSEmmanuel Vadot			#power-domain-cells = <0>;
487f126890aSEmmanuel Vadot			label = "DISP";
488f126890aSEmmanuel Vadot		};
489f126890aSEmmanuel Vadot
490f126890aSEmmanuel Vadot		mau_pd: power-domain@100440e0 {
491f126890aSEmmanuel Vadot			compatible = "samsung,exynos4210-pd";
492f126890aSEmmanuel Vadot			reg = <0x100440e0 0x20>;
493f126890aSEmmanuel Vadot			#power-domain-cells = <0>;
494f126890aSEmmanuel Vadot			label = "MAU";
495f126890aSEmmanuel Vadot		};
496f126890aSEmmanuel Vadot
497f126890aSEmmanuel Vadot		msc_pd: power-domain@10044120 {
498f126890aSEmmanuel Vadot			compatible = "samsung,exynos4210-pd";
499f126890aSEmmanuel Vadot			reg = <0x10044120 0x20>;
500f126890aSEmmanuel Vadot			#power-domain-cells = <0>;
501f126890aSEmmanuel Vadot			label = "MSC";
502f126890aSEmmanuel Vadot		};
503f126890aSEmmanuel Vadot
504f126890aSEmmanuel Vadot		pinctrl_0: pinctrl@13400000 {
505f126890aSEmmanuel Vadot			compatible = "samsung,exynos5420-pinctrl";
506f126890aSEmmanuel Vadot			reg = <0x13400000 0x1000>;
507f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
508f126890aSEmmanuel Vadot
509f126890aSEmmanuel Vadot			wakeup-interrupt-controller {
510f126890aSEmmanuel Vadot				compatible = "samsung,exynos4210-wakeup-eint";
511f126890aSEmmanuel Vadot				interrupt-parent = <&gic>;
512f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
513f126890aSEmmanuel Vadot			};
514f126890aSEmmanuel Vadot		};
515f126890aSEmmanuel Vadot
516f126890aSEmmanuel Vadot		pinctrl_1: pinctrl@13410000 {
517f126890aSEmmanuel Vadot			compatible = "samsung,exynos5420-pinctrl";
518f126890aSEmmanuel Vadot			reg = <0x13410000 0x1000>;
519f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>;
520f126890aSEmmanuel Vadot		};
521f126890aSEmmanuel Vadot
522f126890aSEmmanuel Vadot		pinctrl_2: pinctrl@14000000 {
523f126890aSEmmanuel Vadot			compatible = "samsung,exynos5420-pinctrl";
524f126890aSEmmanuel Vadot			reg = <0x14000000 0x1000>;
525f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
526f126890aSEmmanuel Vadot		};
527f126890aSEmmanuel Vadot
528f126890aSEmmanuel Vadot		pinctrl_3: pinctrl@14010000 {
529f126890aSEmmanuel Vadot			compatible = "samsung,exynos5420-pinctrl";
530f126890aSEmmanuel Vadot			reg = <0x14010000 0x1000>;
531f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 50 IRQ_TYPE_LEVEL_HIGH>;
532f126890aSEmmanuel Vadot		};
533f126890aSEmmanuel Vadot
534f126890aSEmmanuel Vadot		pinctrl_4: pinctrl@3860000 {
535f126890aSEmmanuel Vadot			compatible = "samsung,exynos5420-pinctrl";
536f126890aSEmmanuel Vadot			reg = <0x03860000 0x1000>;
537f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 47 IRQ_TYPE_LEVEL_HIGH>;
538f126890aSEmmanuel Vadot			power-domains = <&mau_pd>;
539f126890aSEmmanuel Vadot		};
540f126890aSEmmanuel Vadot
541f126890aSEmmanuel Vadot		adma: dma-controller@3880000 {
542f126890aSEmmanuel Vadot			compatible = "arm,pl330", "arm,primecell";
543f126890aSEmmanuel Vadot			reg = <0x03880000 0x1000>;
544f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>;
545f126890aSEmmanuel Vadot			clocks = <&clock_audss EXYNOS_ADMA>;
546f126890aSEmmanuel Vadot			clock-names = "apb_pclk";
547f126890aSEmmanuel Vadot			#dma-cells = <1>;
548f126890aSEmmanuel Vadot			power-domains = <&mau_pd>;
549f126890aSEmmanuel Vadot		};
550f126890aSEmmanuel Vadot
551f126890aSEmmanuel Vadot		pdma0: dma-controller@121a0000 {
552f126890aSEmmanuel Vadot			compatible = "arm,pl330", "arm,primecell";
553f126890aSEmmanuel Vadot			reg = <0x121a0000 0x1000>;
554f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
555f126890aSEmmanuel Vadot			clocks = <&clock CLK_PDMA0>;
556f126890aSEmmanuel Vadot			clock-names = "apb_pclk";
557f126890aSEmmanuel Vadot			#dma-cells = <1>;
558f126890aSEmmanuel Vadot		};
559f126890aSEmmanuel Vadot
560f126890aSEmmanuel Vadot		pdma1: dma-controller@121b0000 {
561f126890aSEmmanuel Vadot			compatible = "arm,pl330", "arm,primecell";
562f126890aSEmmanuel Vadot			reg = <0x121b0000 0x1000>;
563f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
564f126890aSEmmanuel Vadot			clocks = <&clock CLK_PDMA1>;
565f126890aSEmmanuel Vadot			clock-names = "apb_pclk";
566f126890aSEmmanuel Vadot			#dma-cells = <1>;
567f126890aSEmmanuel Vadot		};
568f126890aSEmmanuel Vadot
569f126890aSEmmanuel Vadot		mdma0: dma-controller@10800000 {
570f126890aSEmmanuel Vadot			compatible = "arm,pl330", "arm,primecell";
571f126890aSEmmanuel Vadot			reg = <0x10800000 0x1000>;
572f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>;
573f126890aSEmmanuel Vadot			clocks = <&clock CLK_MDMA0>;
574f126890aSEmmanuel Vadot			clock-names = "apb_pclk";
575f126890aSEmmanuel Vadot			#dma-cells = <1>;
576f126890aSEmmanuel Vadot		};
577f126890aSEmmanuel Vadot
578f126890aSEmmanuel Vadot		mdma1: dma-controller@11c10000 {
579f126890aSEmmanuel Vadot			compatible = "arm,pl330", "arm,primecell";
580f126890aSEmmanuel Vadot			reg = <0x11c10000 0x1000>;
581f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 124 IRQ_TYPE_LEVEL_HIGH>;
582f126890aSEmmanuel Vadot			clocks = <&clock CLK_MDMA1>;
583f126890aSEmmanuel Vadot			clock-names = "apb_pclk";
584f126890aSEmmanuel Vadot			#dma-cells = <1>;
585f126890aSEmmanuel Vadot			/*
586f126890aSEmmanuel Vadot			 * MDMA1 can support both secure and non-secure
587f126890aSEmmanuel Vadot			 * AXI transactions. When this is enabled in
588f126890aSEmmanuel Vadot			 * the kernel for boards that run in secure
589f126890aSEmmanuel Vadot			 * mode, we are getting imprecise external
590f126890aSEmmanuel Vadot			 * aborts causing the kernel to oops.
591f126890aSEmmanuel Vadot			 */
592f126890aSEmmanuel Vadot			status = "disabled";
593f126890aSEmmanuel Vadot		};
594f126890aSEmmanuel Vadot
595f126890aSEmmanuel Vadot		i2s0: i2s@3830000 {
596f126890aSEmmanuel Vadot			compatible = "samsung,exynos5420-i2s";
597f126890aSEmmanuel Vadot			reg = <0x03830000 0x100>;
598f126890aSEmmanuel Vadot			dmas = <&adma 0>,
599f126890aSEmmanuel Vadot				<&adma 2>,
600f126890aSEmmanuel Vadot				<&adma 1>;
601f126890aSEmmanuel Vadot			dma-names = "tx", "rx", "tx-sec";
602f126890aSEmmanuel Vadot			clocks = <&clock_audss EXYNOS_I2S_BUS>,
603f126890aSEmmanuel Vadot				<&clock_audss EXYNOS_I2S_BUS>,
604f126890aSEmmanuel Vadot				<&clock_audss EXYNOS_SCLK_I2S>;
605f126890aSEmmanuel Vadot			clock-names = "iis", "i2s_opclk0", "i2s_opclk1";
606f126890aSEmmanuel Vadot			#clock-cells = <1>;
607f126890aSEmmanuel Vadot			clock-output-names = "i2s_cdclk0";
608f126890aSEmmanuel Vadot			#sound-dai-cells = <1>;
609f126890aSEmmanuel Vadot			samsung,idma-addr = <0x03000000>;
610f126890aSEmmanuel Vadot			pinctrl-names = "default";
611f126890aSEmmanuel Vadot			pinctrl-0 = <&i2s0_bus>;
612f126890aSEmmanuel Vadot			power-domains = <&mau_pd>;
613f126890aSEmmanuel Vadot			status = "disabled";
614f126890aSEmmanuel Vadot		};
615f126890aSEmmanuel Vadot
616f126890aSEmmanuel Vadot		i2s1: i2s@12d60000 {
617f126890aSEmmanuel Vadot			compatible = "samsung,exynos5420-i2s";
618f126890aSEmmanuel Vadot			reg = <0x12d60000 0x100>;
619f126890aSEmmanuel Vadot			dmas = <&pdma1 12>,
620f126890aSEmmanuel Vadot				<&pdma1 11>;
621f126890aSEmmanuel Vadot			dma-names = "tx", "rx";
622f126890aSEmmanuel Vadot			clocks = <&clock CLK_I2S1>, <&clock CLK_SCLK_I2S1>;
623f126890aSEmmanuel Vadot			clock-names = "iis", "i2s_opclk0";
624f126890aSEmmanuel Vadot			#clock-cells = <1>;
625f126890aSEmmanuel Vadot			clock-output-names = "i2s_cdclk1";
626f126890aSEmmanuel Vadot			#sound-dai-cells = <1>;
627f126890aSEmmanuel Vadot			pinctrl-names = "default";
628f126890aSEmmanuel Vadot			pinctrl-0 = <&i2s1_bus>;
629f126890aSEmmanuel Vadot			status = "disabled";
630f126890aSEmmanuel Vadot		};
631f126890aSEmmanuel Vadot
632f126890aSEmmanuel Vadot		i2s2: i2s@12d70000 {
633f126890aSEmmanuel Vadot			compatible = "samsung,exynos5420-i2s";
634f126890aSEmmanuel Vadot			reg = <0x12d70000 0x100>;
635f126890aSEmmanuel Vadot			dmas = <&pdma0 12>,
636f126890aSEmmanuel Vadot				<&pdma0 11>;
637f126890aSEmmanuel Vadot			dma-names = "tx", "rx";
638f126890aSEmmanuel Vadot			clocks = <&clock CLK_I2S2>, <&clock CLK_SCLK_I2S2>;
639f126890aSEmmanuel Vadot			clock-names = "iis", "i2s_opclk0";
640f126890aSEmmanuel Vadot			#clock-cells = <1>;
641f126890aSEmmanuel Vadot			clock-output-names = "i2s_cdclk2";
642f126890aSEmmanuel Vadot			#sound-dai-cells = <1>;
643f126890aSEmmanuel Vadot			pinctrl-names = "default";
644f126890aSEmmanuel Vadot			pinctrl-0 = <&i2s2_bus>;
645f126890aSEmmanuel Vadot			status = "disabled";
646f126890aSEmmanuel Vadot		};
647f126890aSEmmanuel Vadot
648f126890aSEmmanuel Vadot		spi_0: spi@12d20000 {
649f126890aSEmmanuel Vadot			compatible = "samsung,exynos4210-spi";
650f126890aSEmmanuel Vadot			reg = <0x12d20000 0x100>;
651f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>;
652f126890aSEmmanuel Vadot			dmas = <&pdma0 5
653f126890aSEmmanuel Vadot				&pdma0 4>;
654f126890aSEmmanuel Vadot			dma-names = "tx", "rx";
655f126890aSEmmanuel Vadot			#address-cells = <1>;
656f126890aSEmmanuel Vadot			#size-cells = <0>;
657f126890aSEmmanuel Vadot			pinctrl-names = "default";
658f126890aSEmmanuel Vadot			pinctrl-0 = <&spi0_bus>;
659f126890aSEmmanuel Vadot			clocks = <&clock CLK_SPI0>, <&clock CLK_SCLK_SPI0>;
660f126890aSEmmanuel Vadot			clock-names = "spi", "spi_busclk0";
661*7d0873ebSEmmanuel Vadot			fifo-depth = <256>;
662f126890aSEmmanuel Vadot			status = "disabled";
663f126890aSEmmanuel Vadot		};
664f126890aSEmmanuel Vadot
665f126890aSEmmanuel Vadot		spi_1: spi@12d30000 {
666f126890aSEmmanuel Vadot			compatible = "samsung,exynos4210-spi";
667f126890aSEmmanuel Vadot			reg = <0x12d30000 0x100>;
668f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>;
669f126890aSEmmanuel Vadot			dmas = <&pdma1 5
670f126890aSEmmanuel Vadot				&pdma1 4>;
671f126890aSEmmanuel Vadot			dma-names = "tx", "rx";
672f126890aSEmmanuel Vadot			#address-cells = <1>;
673f126890aSEmmanuel Vadot			#size-cells = <0>;
674f126890aSEmmanuel Vadot			pinctrl-names = "default";
675f126890aSEmmanuel Vadot			pinctrl-0 = <&spi1_bus>;
676f126890aSEmmanuel Vadot			clocks = <&clock CLK_SPI1>, <&clock CLK_SCLK_SPI1>;
677f126890aSEmmanuel Vadot			clock-names = "spi", "spi_busclk0";
678*7d0873ebSEmmanuel Vadot			fifo-depth = <64>;
679f126890aSEmmanuel Vadot			status = "disabled";
680f126890aSEmmanuel Vadot		};
681f126890aSEmmanuel Vadot
682f126890aSEmmanuel Vadot		spi_2: spi@12d40000 {
683f126890aSEmmanuel Vadot			compatible = "samsung,exynos4210-spi";
684f126890aSEmmanuel Vadot			reg = <0x12d40000 0x100>;
685f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>;
686f126890aSEmmanuel Vadot			dmas = <&pdma0 7
687f126890aSEmmanuel Vadot				&pdma0 6>;
688f126890aSEmmanuel Vadot			dma-names = "tx", "rx";
689f126890aSEmmanuel Vadot			#address-cells = <1>;
690f126890aSEmmanuel Vadot			#size-cells = <0>;
691f126890aSEmmanuel Vadot			pinctrl-names = "default";
692f126890aSEmmanuel Vadot			pinctrl-0 = <&spi2_bus>;
693f126890aSEmmanuel Vadot			clocks = <&clock CLK_SPI2>, <&clock CLK_SCLK_SPI2>;
694f126890aSEmmanuel Vadot			clock-names = "spi", "spi_busclk0";
695*7d0873ebSEmmanuel Vadot			fifo-depth = <64>;
696f126890aSEmmanuel Vadot			status = "disabled";
697f126890aSEmmanuel Vadot		};
698f126890aSEmmanuel Vadot
699f126890aSEmmanuel Vadot		dsi: dsi@14500000 {
700f126890aSEmmanuel Vadot			compatible = "samsung,exynos5410-mipi-dsi";
701f126890aSEmmanuel Vadot			reg = <0x14500000 0x10000>;
702f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
703f126890aSEmmanuel Vadot			phys = <&mipi_phy 1>;
704f126890aSEmmanuel Vadot			phy-names = "dsim";
705f126890aSEmmanuel Vadot			clocks = <&clock CLK_DSIM1>, <&clock CLK_SCLK_MIPI1>;
706f126890aSEmmanuel Vadot			clock-names = "bus_clk", "pll_clk";
707f126890aSEmmanuel Vadot			#address-cells = <1>;
708f126890aSEmmanuel Vadot			#size-cells = <0>;
709f126890aSEmmanuel Vadot			status = "disabled";
710f126890aSEmmanuel Vadot		};
711f126890aSEmmanuel Vadot
712f126890aSEmmanuel Vadot		hsi2c_8: i2c@12e00000 {
713f126890aSEmmanuel Vadot			compatible = "samsung,exynos5250-hsi2c";
714f126890aSEmmanuel Vadot			reg = <0x12e00000 0x1000>;
715f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
716f126890aSEmmanuel Vadot			#address-cells = <1>;
717f126890aSEmmanuel Vadot			#size-cells = <0>;
718f126890aSEmmanuel Vadot			pinctrl-names = "default";
719f126890aSEmmanuel Vadot			pinctrl-0 = <&i2c8_hs_bus>;
720f126890aSEmmanuel Vadot			clocks = <&clock CLK_USI4>;
721f126890aSEmmanuel Vadot			clock-names = "hsi2c";
722f126890aSEmmanuel Vadot			status = "disabled";
723f126890aSEmmanuel Vadot		};
724f126890aSEmmanuel Vadot
725f126890aSEmmanuel Vadot		hsi2c_9: i2c@12e10000 {
726f126890aSEmmanuel Vadot			compatible = "samsung,exynos5250-hsi2c";
727f126890aSEmmanuel Vadot			reg = <0x12e10000 0x1000>;
728f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>;
729f126890aSEmmanuel Vadot			#address-cells = <1>;
730f126890aSEmmanuel Vadot			#size-cells = <0>;
731f126890aSEmmanuel Vadot			pinctrl-names = "default";
732f126890aSEmmanuel Vadot			pinctrl-0 = <&i2c9_hs_bus>;
733f126890aSEmmanuel Vadot			clocks = <&clock CLK_USI5>;
734f126890aSEmmanuel Vadot			clock-names = "hsi2c";
735f126890aSEmmanuel Vadot			status = "disabled";
736f126890aSEmmanuel Vadot		};
737f126890aSEmmanuel Vadot
738f126890aSEmmanuel Vadot		hsi2c_10: i2c@12e20000 {
739f126890aSEmmanuel Vadot			compatible = "samsung,exynos5250-hsi2c";
740f126890aSEmmanuel Vadot			reg = <0x12e20000 0x1000>;
741f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 203 IRQ_TYPE_LEVEL_HIGH>;
742f126890aSEmmanuel Vadot			#address-cells = <1>;
743f126890aSEmmanuel Vadot			#size-cells = <0>;
744f126890aSEmmanuel Vadot			pinctrl-names = "default";
745f126890aSEmmanuel Vadot			pinctrl-0 = <&i2c10_hs_bus>;
746f126890aSEmmanuel Vadot			clocks = <&clock CLK_USI6>;
747f126890aSEmmanuel Vadot			clock-names = "hsi2c";
748f126890aSEmmanuel Vadot			status = "disabled";
749f126890aSEmmanuel Vadot		};
750f126890aSEmmanuel Vadot
751f126890aSEmmanuel Vadot		hdmi: hdmi@14530000 {
752f126890aSEmmanuel Vadot			compatible = "samsung,exynos5420-hdmi";
753f126890aSEmmanuel Vadot			reg = <0x14530000 0x70000>;
754f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 95 IRQ_TYPE_LEVEL_HIGH>;
755f126890aSEmmanuel Vadot			clocks = <&clock CLK_HDMI>, <&clock CLK_SCLK_HDMI>,
756f126890aSEmmanuel Vadot				 <&clock CLK_DOUT_PIXEL>, <&clock CLK_SCLK_HDMIPHY>,
757f126890aSEmmanuel Vadot				 <&clock CLK_MOUT_HDMI>;
758f126890aSEmmanuel Vadot			clock-names = "hdmi", "sclk_hdmi", "sclk_pixel",
759f126890aSEmmanuel Vadot				"sclk_hdmiphy", "mout_hdmi";
760f126890aSEmmanuel Vadot			phy = <&hdmiphy>;
761f126890aSEmmanuel Vadot			samsung,syscon-phandle = <&pmu_system_controller>;
762f126890aSEmmanuel Vadot			status = "disabled";
763f126890aSEmmanuel Vadot			power-domains = <&disp_pd>;
764f126890aSEmmanuel Vadot			#sound-dai-cells = <0>;
765f126890aSEmmanuel Vadot		};
766f126890aSEmmanuel Vadot
767f126890aSEmmanuel Vadot		hdmiphy: hdmi-phy@145d0000 {
768f126890aSEmmanuel Vadot			reg = <0x145d0000 0x20>;
769f126890aSEmmanuel Vadot		};
770f126890aSEmmanuel Vadot
771f126890aSEmmanuel Vadot		hdmicec: cec@101b0000 {
772f126890aSEmmanuel Vadot			compatible = "samsung,s5p-cec";
773f126890aSEmmanuel Vadot			reg = <0x101b0000 0x200>;
774f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>;
775f126890aSEmmanuel Vadot			clocks = <&clock CLK_HDMI_CEC>;
776f126890aSEmmanuel Vadot			clock-names = "hdmicec";
777f126890aSEmmanuel Vadot			samsung,syscon-phandle = <&pmu_system_controller>;
778f126890aSEmmanuel Vadot			hdmi-phandle = <&hdmi>;
779f126890aSEmmanuel Vadot			pinctrl-names = "default";
780f126890aSEmmanuel Vadot			pinctrl-0 = <&hdmi_cec>;
781f126890aSEmmanuel Vadot			status = "disabled";
782f126890aSEmmanuel Vadot		};
783f126890aSEmmanuel Vadot
784f126890aSEmmanuel Vadot		mixer: mixer@14450000 {
785f126890aSEmmanuel Vadot			compatible = "samsung,exynos5420-mixer";
786f126890aSEmmanuel Vadot			reg = <0x14450000 0x10000>;
787f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>;
788f126890aSEmmanuel Vadot			clocks = <&clock CLK_MIXER>, <&clock CLK_HDMI>,
789f126890aSEmmanuel Vadot				 <&clock CLK_SCLK_HDMI>;
790f126890aSEmmanuel Vadot			clock-names = "mixer", "hdmi", "sclk_hdmi";
791f126890aSEmmanuel Vadot			power-domains = <&disp_pd>;
792f126890aSEmmanuel Vadot			iommus = <&sysmmu_tv>;
793f126890aSEmmanuel Vadot			status = "disabled";
794f126890aSEmmanuel Vadot		};
795f126890aSEmmanuel Vadot
796f126890aSEmmanuel Vadot		rotator: rotator@11c00000 {
797f126890aSEmmanuel Vadot			compatible = "samsung,exynos5250-rotator";
798f126890aSEmmanuel Vadot			reg = <0x11c00000 0x64>;
799f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
800f126890aSEmmanuel Vadot			clocks = <&clock CLK_ROTATOR>;
801f126890aSEmmanuel Vadot			clock-names = "rotator";
802f126890aSEmmanuel Vadot			iommus = <&sysmmu_rotator>;
803f126890aSEmmanuel Vadot		};
804f126890aSEmmanuel Vadot
805f126890aSEmmanuel Vadot		gsc_0: video-scaler@13e00000 {
806f126890aSEmmanuel Vadot			compatible = "samsung,exynos5420-gsc", "samsung,exynos5-gsc";
807f126890aSEmmanuel Vadot			reg = <0x13e00000 0x1000>;
808f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
809f126890aSEmmanuel Vadot			clocks = <&clock CLK_GSCL0>;
810f126890aSEmmanuel Vadot			clock-names = "gscl";
811f126890aSEmmanuel Vadot			power-domains = <&gsc_pd>;
812f126890aSEmmanuel Vadot			iommus = <&sysmmu_gscl0>;
813f126890aSEmmanuel Vadot		};
814f126890aSEmmanuel Vadot
815f126890aSEmmanuel Vadot		gsc_1: video-scaler@13e10000 {
816f126890aSEmmanuel Vadot			compatible = "samsung,exynos5420-gsc", "samsung,exynos5-gsc";
817f126890aSEmmanuel Vadot			reg = <0x13e10000 0x1000>;
818f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
819f126890aSEmmanuel Vadot			clocks = <&clock CLK_GSCL1>;
820f126890aSEmmanuel Vadot			clock-names = "gscl";
821f126890aSEmmanuel Vadot			power-domains = <&gsc_pd>;
822f126890aSEmmanuel Vadot			iommus = <&sysmmu_gscl1>;
823f126890aSEmmanuel Vadot		};
824f126890aSEmmanuel Vadot
825f126890aSEmmanuel Vadot		gpu: gpu@11800000 {
826f126890aSEmmanuel Vadot			compatible = "samsung,exynos5420-mali", "arm,mali-t628";
827f126890aSEmmanuel Vadot			reg = <0x11800000 0x5000>;
828f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 219 IRQ_TYPE_LEVEL_HIGH>,
829f126890aSEmmanuel Vadot				     <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>,
830f126890aSEmmanuel Vadot				     <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>;
831f126890aSEmmanuel Vadot			interrupt-names = "job", "mmu", "gpu";
832f126890aSEmmanuel Vadot
833f126890aSEmmanuel Vadot			clocks = <&clock CLK_G3D>;
834f126890aSEmmanuel Vadot			clock-names = "core";
835f126890aSEmmanuel Vadot			power-domains = <&g3d_pd>;
836f126890aSEmmanuel Vadot			operating-points-v2 = <&gpu_opp_table>;
837f126890aSEmmanuel Vadot
838f126890aSEmmanuel Vadot			status = "disabled";
839f126890aSEmmanuel Vadot			#cooling-cells = <2>;
840f126890aSEmmanuel Vadot
841f126890aSEmmanuel Vadot			gpu_opp_table: opp-table {
842f126890aSEmmanuel Vadot				compatible = "operating-points-v2";
843f126890aSEmmanuel Vadot
844f126890aSEmmanuel Vadot				opp-177000000 {
845f126890aSEmmanuel Vadot					opp-hz = /bits/ 64 <177000000>;
846f126890aSEmmanuel Vadot					opp-microvolt = <812500>;
847f126890aSEmmanuel Vadot				};
848f126890aSEmmanuel Vadot				opp-266000000 {
849f126890aSEmmanuel Vadot					opp-hz = /bits/ 64 <266000000>;
850f126890aSEmmanuel Vadot					opp-microvolt = <862500>;
851f126890aSEmmanuel Vadot				};
852f126890aSEmmanuel Vadot				opp-350000000 {
853f126890aSEmmanuel Vadot					opp-hz = /bits/ 64 <350000000>;
854f126890aSEmmanuel Vadot					opp-microvolt = <912500>;
855f126890aSEmmanuel Vadot				};
856f126890aSEmmanuel Vadot				opp-420000000 {
857f126890aSEmmanuel Vadot					opp-hz = /bits/ 64 <420000000>;
858f126890aSEmmanuel Vadot					opp-microvolt = <962500>;
859f126890aSEmmanuel Vadot				};
860f126890aSEmmanuel Vadot				opp-480000000 {
861f126890aSEmmanuel Vadot					opp-hz = /bits/ 64 <480000000>;
862f126890aSEmmanuel Vadot					opp-microvolt = <1000000>;
863f126890aSEmmanuel Vadot				};
864f126890aSEmmanuel Vadot				opp-543000000 {
865f126890aSEmmanuel Vadot					opp-hz = /bits/ 64 <543000000>;
866f126890aSEmmanuel Vadot					opp-microvolt = <1037500>;
867f126890aSEmmanuel Vadot				};
868f126890aSEmmanuel Vadot				opp-600000000 {
869f126890aSEmmanuel Vadot					opp-hz = /bits/ 64 <600000000>;
870f126890aSEmmanuel Vadot					opp-microvolt = <1150000>;
871f126890aSEmmanuel Vadot				};
872f126890aSEmmanuel Vadot			};
873f126890aSEmmanuel Vadot		};
874f126890aSEmmanuel Vadot
875f126890aSEmmanuel Vadot		scaler_0: scaler@12800000 {
876f126890aSEmmanuel Vadot			compatible = "samsung,exynos5420-scaler";
877f126890aSEmmanuel Vadot			reg = <0x12800000 0x1294>;
878f126890aSEmmanuel Vadot			interrupts = <0 220 IRQ_TYPE_LEVEL_HIGH>;
879f126890aSEmmanuel Vadot			clocks = <&clock CLK_MSCL0>;
880f126890aSEmmanuel Vadot			clock-names = "mscl";
881f126890aSEmmanuel Vadot			power-domains = <&msc_pd>;
882f126890aSEmmanuel Vadot			iommus = <&sysmmu_scaler0r>, <&sysmmu_scaler0w>;
883f126890aSEmmanuel Vadot		};
884f126890aSEmmanuel Vadot
885f126890aSEmmanuel Vadot		scaler_1: scaler@12810000 {
886f126890aSEmmanuel Vadot			compatible = "samsung,exynos5420-scaler";
887f126890aSEmmanuel Vadot			reg = <0x12810000 0x1294>;
888f126890aSEmmanuel Vadot			interrupts = <0 221 IRQ_TYPE_LEVEL_HIGH>;
889f126890aSEmmanuel Vadot			clocks = <&clock CLK_MSCL1>;
890f126890aSEmmanuel Vadot			clock-names = "mscl";
891f126890aSEmmanuel Vadot			power-domains = <&msc_pd>;
892f126890aSEmmanuel Vadot			iommus = <&sysmmu_scaler1r>, <&sysmmu_scaler1w>;
893f126890aSEmmanuel Vadot		};
894f126890aSEmmanuel Vadot
895f126890aSEmmanuel Vadot		scaler_2: scaler@12820000 {
896f126890aSEmmanuel Vadot			compatible = "samsung,exynos5420-scaler";
897f126890aSEmmanuel Vadot			reg = <0x12820000 0x1294>;
898f126890aSEmmanuel Vadot			interrupts = <0 222 IRQ_TYPE_LEVEL_HIGH>;
899f126890aSEmmanuel Vadot			clocks = <&clock CLK_MSCL2>;
900f126890aSEmmanuel Vadot			clock-names = "mscl";
901f126890aSEmmanuel Vadot			power-domains = <&msc_pd>;
902f126890aSEmmanuel Vadot			iommus = <&sysmmu_scaler2r>, <&sysmmu_scaler2w>;
903f126890aSEmmanuel Vadot		};
904f126890aSEmmanuel Vadot
905f126890aSEmmanuel Vadot		jpeg_0: jpeg@11f50000 {
906f126890aSEmmanuel Vadot			compatible = "samsung,exynos5420-jpeg";
907f126890aSEmmanuel Vadot			reg = <0x11f50000 0x1000>;
908f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
909f126890aSEmmanuel Vadot			clock-names = "jpeg";
910f126890aSEmmanuel Vadot			clocks = <&clock CLK_JPEG>;
911f126890aSEmmanuel Vadot			iommus = <&sysmmu_jpeg0>;
912f126890aSEmmanuel Vadot		};
913f126890aSEmmanuel Vadot
914f126890aSEmmanuel Vadot		jpeg_1: jpeg@11f60000 {
915f126890aSEmmanuel Vadot			compatible = "samsung,exynos5420-jpeg";
916f126890aSEmmanuel Vadot			reg = <0x11f60000 0x1000>;
917f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 168 IRQ_TYPE_LEVEL_HIGH>;
918f126890aSEmmanuel Vadot			clock-names = "jpeg";
919f126890aSEmmanuel Vadot			clocks = <&clock CLK_JPEG2>;
920f126890aSEmmanuel Vadot			iommus = <&sysmmu_jpeg1>;
921f126890aSEmmanuel Vadot		};
922f126890aSEmmanuel Vadot
923f126890aSEmmanuel Vadot		pmu_system_controller: system-controller@10040000 {
924f126890aSEmmanuel Vadot			compatible = "samsung,exynos5420-pmu", "simple-mfd", "syscon";
925f126890aSEmmanuel Vadot			reg = <0x10040000 0x5000>;
926f126890aSEmmanuel Vadot			clock-names = "clkout16";
927f126890aSEmmanuel Vadot			clocks = <&clock CLK_FIN_PLL>;
928f126890aSEmmanuel Vadot			#clock-cells = <1>;
929f126890aSEmmanuel Vadot			interrupt-controller;
930f126890aSEmmanuel Vadot			#interrupt-cells = <3>;
931f126890aSEmmanuel Vadot			interrupt-parent = <&gic>;
932f126890aSEmmanuel Vadot
933f126890aSEmmanuel Vadot			dp_phy: dp-phy {
934f126890aSEmmanuel Vadot				compatible = "samsung,exynos5420-dp-video-phy";
935f126890aSEmmanuel Vadot				#phy-cells = <0>;
936f126890aSEmmanuel Vadot			};
937f126890aSEmmanuel Vadot
938f126890aSEmmanuel Vadot			mipi_phy: mipi-phy {
939f126890aSEmmanuel Vadot				compatible = "samsung,exynos5420-mipi-video-phy";
940f126890aSEmmanuel Vadot				#phy-cells = <1>;
941f126890aSEmmanuel Vadot			};
942f126890aSEmmanuel Vadot		};
943f126890aSEmmanuel Vadot
944f126890aSEmmanuel Vadot		tmu_cpu0: tmu@10060000 {
945f126890aSEmmanuel Vadot			compatible = "samsung,exynos5420-tmu";
946f126890aSEmmanuel Vadot			reg = <0x10060000 0x100>;
947f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
948f126890aSEmmanuel Vadot			clocks = <&clock CLK_TMU>;
949f126890aSEmmanuel Vadot			clock-names = "tmu_apbif";
950f126890aSEmmanuel Vadot			#thermal-sensor-cells = <0>;
951f126890aSEmmanuel Vadot		};
952f126890aSEmmanuel Vadot
953f126890aSEmmanuel Vadot		tmu_cpu1: tmu@10064000 {
954f126890aSEmmanuel Vadot			compatible = "samsung,exynos5420-tmu";
955f126890aSEmmanuel Vadot			reg = <0x10064000 0x100>;
956f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 183 IRQ_TYPE_LEVEL_HIGH>;
957f126890aSEmmanuel Vadot			clocks = <&clock CLK_TMU>;
958f126890aSEmmanuel Vadot			clock-names = "tmu_apbif";
959f126890aSEmmanuel Vadot			#thermal-sensor-cells = <0>;
960f126890aSEmmanuel Vadot		};
961f126890aSEmmanuel Vadot
962f126890aSEmmanuel Vadot		tmu_cpu2: tmu@10068000 {
963f126890aSEmmanuel Vadot			compatible = "samsung,exynos5420-tmu-ext-triminfo";
964f126890aSEmmanuel Vadot			reg = <0x10068000 0x100>, <0x1006c000 0x4>;
965f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 184 IRQ_TYPE_LEVEL_HIGH>;
966f126890aSEmmanuel Vadot			clocks = <&clock CLK_TMU>, <&clock CLK_TMU>;
967f126890aSEmmanuel Vadot			clock-names = "tmu_apbif", "tmu_triminfo_apbif";
968f126890aSEmmanuel Vadot			#thermal-sensor-cells = <0>;
969f126890aSEmmanuel Vadot		};
970f126890aSEmmanuel Vadot
971f126890aSEmmanuel Vadot		tmu_cpu3: tmu@1006c000 {
972f126890aSEmmanuel Vadot			compatible = "samsung,exynos5420-tmu-ext-triminfo";
973f126890aSEmmanuel Vadot			reg = <0x1006c000 0x100>, <0x100a0000 0x4>;
974f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 185 IRQ_TYPE_LEVEL_HIGH>;
975f126890aSEmmanuel Vadot			clocks = <&clock CLK_TMU>, <&clock CLK_TMU_GPU>;
976f126890aSEmmanuel Vadot			clock-names = "tmu_apbif", "tmu_triminfo_apbif";
977f126890aSEmmanuel Vadot			#thermal-sensor-cells = <0>;
978f126890aSEmmanuel Vadot		};
979f126890aSEmmanuel Vadot
980f126890aSEmmanuel Vadot		tmu_gpu: tmu@100a0000 {
981f126890aSEmmanuel Vadot			compatible = "samsung,exynos5420-tmu-ext-triminfo";
982f126890aSEmmanuel Vadot			reg = <0x100a0000 0x100>, <0x10068000 0x4>;
983f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 215 IRQ_TYPE_LEVEL_HIGH>;
984f126890aSEmmanuel Vadot			clocks = <&clock CLK_TMU_GPU>, <&clock CLK_TMU>;
985f126890aSEmmanuel Vadot			clock-names = "tmu_apbif", "tmu_triminfo_apbif";
986f126890aSEmmanuel Vadot			#thermal-sensor-cells = <0>;
987f126890aSEmmanuel Vadot		};
988f126890aSEmmanuel Vadot
989f126890aSEmmanuel Vadot		sysmmu_g2dr: sysmmu@10a60000 {
990f126890aSEmmanuel Vadot			compatible = "samsung,exynos-sysmmu";
991f126890aSEmmanuel Vadot			reg = <0x10a60000 0x1000>;
992f126890aSEmmanuel Vadot			interrupt-parent = <&combiner>;
993f126890aSEmmanuel Vadot			interrupts = <24 5>;
994f126890aSEmmanuel Vadot			clock-names = "sysmmu", "master";
995f126890aSEmmanuel Vadot			clocks = <&clock CLK_SMMU_G2D>, <&clock CLK_G2D>;
996f126890aSEmmanuel Vadot			#iommu-cells = <0>;
997f126890aSEmmanuel Vadot		};
998f126890aSEmmanuel Vadot
999f126890aSEmmanuel Vadot		sysmmu_g2dw: sysmmu@10a70000 {
1000f126890aSEmmanuel Vadot			compatible = "samsung,exynos-sysmmu";
1001f126890aSEmmanuel Vadot			reg = <0x10a70000 0x1000>;
1002f126890aSEmmanuel Vadot			interrupt-parent = <&combiner>;
1003f126890aSEmmanuel Vadot			interrupts = <22 2>;
1004f126890aSEmmanuel Vadot			clock-names = "sysmmu", "master";
1005f126890aSEmmanuel Vadot			clocks = <&clock CLK_SMMU_G2D>, <&clock CLK_G2D>;
1006f126890aSEmmanuel Vadot			#iommu-cells = <0>;
1007f126890aSEmmanuel Vadot		};
1008f126890aSEmmanuel Vadot
1009f126890aSEmmanuel Vadot		sysmmu_tv: sysmmu@14650000 {
1010f126890aSEmmanuel Vadot			compatible = "samsung,exynos-sysmmu";
1011f126890aSEmmanuel Vadot			reg = <0x14650000 0x1000>;
1012f126890aSEmmanuel Vadot			interrupt-parent = <&combiner>;
1013f126890aSEmmanuel Vadot			interrupts = <7 4>;
1014f126890aSEmmanuel Vadot			clock-names = "sysmmu", "master";
1015f126890aSEmmanuel Vadot			clocks = <&clock CLK_SMMU_MIXER>, <&clock CLK_MIXER>;
1016f126890aSEmmanuel Vadot			power-domains = <&disp_pd>;
1017f126890aSEmmanuel Vadot			#iommu-cells = <0>;
1018f126890aSEmmanuel Vadot		};
1019f126890aSEmmanuel Vadot
1020f126890aSEmmanuel Vadot		sysmmu_gscl0: sysmmu@13e80000 {
1021f126890aSEmmanuel Vadot			compatible = "samsung,exynos-sysmmu";
1022f126890aSEmmanuel Vadot			reg = <0x13e80000 0x1000>;
1023f126890aSEmmanuel Vadot			interrupt-parent = <&combiner>;
1024f126890aSEmmanuel Vadot			interrupts = <2 0>;
1025f126890aSEmmanuel Vadot			clock-names = "sysmmu", "master";
1026f126890aSEmmanuel Vadot			clocks = <&clock CLK_SMMU_GSCL0>, <&clock CLK_GSCL0>;
1027f126890aSEmmanuel Vadot			power-domains = <&gsc_pd>;
1028f126890aSEmmanuel Vadot			#iommu-cells = <0>;
1029f126890aSEmmanuel Vadot		};
1030f126890aSEmmanuel Vadot
1031f126890aSEmmanuel Vadot		sysmmu_gscl1: sysmmu@13e90000 {
1032f126890aSEmmanuel Vadot			compatible = "samsung,exynos-sysmmu";
1033f126890aSEmmanuel Vadot			reg = <0x13e90000 0x1000>;
1034f126890aSEmmanuel Vadot			interrupt-parent = <&combiner>;
1035f126890aSEmmanuel Vadot			interrupts = <2 2>;
1036f126890aSEmmanuel Vadot			clock-names = "sysmmu", "master";
1037f126890aSEmmanuel Vadot			clocks = <&clock CLK_SMMU_GSCL1>, <&clock CLK_GSCL1>;
1038f126890aSEmmanuel Vadot			power-domains = <&gsc_pd>;
1039f126890aSEmmanuel Vadot			#iommu-cells = <0>;
1040f126890aSEmmanuel Vadot		};
1041f126890aSEmmanuel Vadot
1042f126890aSEmmanuel Vadot		sysmmu_scaler0r: sysmmu@12880000 {
1043f126890aSEmmanuel Vadot			compatible = "samsung,exynos-sysmmu";
1044f126890aSEmmanuel Vadot			reg = <0x12880000 0x1000>;
1045f126890aSEmmanuel Vadot			interrupt-parent = <&combiner>;
1046f126890aSEmmanuel Vadot			interrupts = <22 4>;
1047f126890aSEmmanuel Vadot			clock-names = "sysmmu", "master";
1048f126890aSEmmanuel Vadot			clocks = <&clock CLK_SMMU_MSCL0>, <&clock CLK_MSCL0>;
1049f126890aSEmmanuel Vadot			power-domains = <&msc_pd>;
1050f126890aSEmmanuel Vadot			#iommu-cells = <0>;
1051f126890aSEmmanuel Vadot		};
1052f126890aSEmmanuel Vadot
1053f126890aSEmmanuel Vadot		sysmmu_scaler1r: sysmmu@12890000 {
1054f126890aSEmmanuel Vadot			compatible = "samsung,exynos-sysmmu";
1055f126890aSEmmanuel Vadot			reg = <0x12890000 0x1000>;
1056f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 186 IRQ_TYPE_LEVEL_HIGH>;
1057f126890aSEmmanuel Vadot			clock-names = "sysmmu", "master";
1058f126890aSEmmanuel Vadot			clocks = <&clock CLK_SMMU_MSCL1>, <&clock CLK_MSCL1>;
1059f126890aSEmmanuel Vadot			power-domains = <&msc_pd>;
1060f126890aSEmmanuel Vadot			#iommu-cells = <0>;
1061f126890aSEmmanuel Vadot		};
1062f126890aSEmmanuel Vadot
1063f126890aSEmmanuel Vadot		sysmmu_scaler2r: sysmmu@128a0000 {
1064f126890aSEmmanuel Vadot			compatible = "samsung,exynos-sysmmu";
1065f126890aSEmmanuel Vadot			reg = <0x128a0000 0x1000>;
1066f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 188 IRQ_TYPE_LEVEL_HIGH>;
1067f126890aSEmmanuel Vadot			clock-names = "sysmmu", "master";
1068f126890aSEmmanuel Vadot			clocks = <&clock CLK_SMMU_MSCL2>, <&clock CLK_MSCL2>;
1069f126890aSEmmanuel Vadot			power-domains = <&msc_pd>;
1070f126890aSEmmanuel Vadot			#iommu-cells = <0>;
1071f126890aSEmmanuel Vadot		};
1072f126890aSEmmanuel Vadot
1073f126890aSEmmanuel Vadot		sysmmu_scaler0w: sysmmu@128c0000 {
1074f126890aSEmmanuel Vadot			compatible = "samsung,exynos-sysmmu";
1075f126890aSEmmanuel Vadot			reg = <0x128c0000 0x1000>;
1076f126890aSEmmanuel Vadot			interrupt-parent = <&combiner>;
1077f126890aSEmmanuel Vadot			interrupts = <27 2>;
1078f126890aSEmmanuel Vadot			clock-names = "sysmmu", "master";
1079f126890aSEmmanuel Vadot			clocks = <&clock CLK_SMMU_MSCL0>, <&clock CLK_MSCL0>;
1080f126890aSEmmanuel Vadot			power-domains = <&msc_pd>;
1081f126890aSEmmanuel Vadot			#iommu-cells = <0>;
1082f126890aSEmmanuel Vadot		};
1083f126890aSEmmanuel Vadot
1084f126890aSEmmanuel Vadot		sysmmu_scaler1w: sysmmu@128d0000 {
1085f126890aSEmmanuel Vadot			compatible = "samsung,exynos-sysmmu";
1086f126890aSEmmanuel Vadot			reg = <0x128d0000 0x1000>;
1087f126890aSEmmanuel Vadot			interrupt-parent = <&combiner>;
1088f126890aSEmmanuel Vadot			interrupts = <22 6>;
1089f126890aSEmmanuel Vadot			clock-names = "sysmmu", "master";
1090f126890aSEmmanuel Vadot			clocks = <&clock CLK_SMMU_MSCL1>, <&clock CLK_MSCL1>;
1091f126890aSEmmanuel Vadot			power-domains = <&msc_pd>;
1092f126890aSEmmanuel Vadot			#iommu-cells = <0>;
1093f126890aSEmmanuel Vadot		};
1094f126890aSEmmanuel Vadot
1095f126890aSEmmanuel Vadot		sysmmu_scaler2w: sysmmu@128e0000 {
1096f126890aSEmmanuel Vadot			compatible = "samsung,exynos-sysmmu";
1097f126890aSEmmanuel Vadot			reg = <0x128e0000 0x1000>;
1098f126890aSEmmanuel Vadot			interrupt-parent = <&combiner>;
1099f126890aSEmmanuel Vadot			interrupts = <19 6>;
1100f126890aSEmmanuel Vadot			clock-names = "sysmmu", "master";
1101f126890aSEmmanuel Vadot			clocks = <&clock CLK_SMMU_MSCL2>, <&clock CLK_MSCL2>;
1102f126890aSEmmanuel Vadot			power-domains = <&msc_pd>;
1103f126890aSEmmanuel Vadot			#iommu-cells = <0>;
1104f126890aSEmmanuel Vadot		};
1105f126890aSEmmanuel Vadot
1106f126890aSEmmanuel Vadot		sysmmu_rotator: sysmmu@11d40000 {
1107f126890aSEmmanuel Vadot			compatible = "samsung,exynos-sysmmu";
1108f126890aSEmmanuel Vadot			reg = <0x11d40000 0x1000>;
1109f126890aSEmmanuel Vadot			interrupt-parent = <&combiner>;
1110f126890aSEmmanuel Vadot			interrupts = <4 0>;
1111f126890aSEmmanuel Vadot			clock-names = "sysmmu", "master";
1112f126890aSEmmanuel Vadot			clocks = <&clock CLK_SMMU_ROTATOR>, <&clock CLK_ROTATOR>;
1113f126890aSEmmanuel Vadot			#iommu-cells = <0>;
1114f126890aSEmmanuel Vadot		};
1115f126890aSEmmanuel Vadot
1116f126890aSEmmanuel Vadot		sysmmu_jpeg0: sysmmu@11f10000 {
1117f126890aSEmmanuel Vadot			compatible = "samsung,exynos-sysmmu";
1118f126890aSEmmanuel Vadot			reg = <0x11f10000 0x1000>;
1119f126890aSEmmanuel Vadot			interrupt-parent = <&combiner>;
1120f126890aSEmmanuel Vadot			interrupts = <4 2>;
1121f126890aSEmmanuel Vadot			clock-names = "sysmmu", "master";
1122f126890aSEmmanuel Vadot			clocks = <&clock CLK_SMMU_JPEG>, <&clock CLK_JPEG>;
1123f126890aSEmmanuel Vadot			#iommu-cells = <0>;
1124f126890aSEmmanuel Vadot		};
1125f126890aSEmmanuel Vadot
1126f126890aSEmmanuel Vadot		sysmmu_jpeg1: sysmmu@11f20000 {
1127f126890aSEmmanuel Vadot			compatible = "samsung,exynos-sysmmu";
1128f126890aSEmmanuel Vadot			reg = <0x11f20000 0x1000>;
1129f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 169 IRQ_TYPE_LEVEL_HIGH>;
1130f126890aSEmmanuel Vadot			clock-names = "sysmmu", "master";
1131f126890aSEmmanuel Vadot			clocks = <&clock CLK_SMMU_JPEG2>, <&clock CLK_JPEG2>;
1132f126890aSEmmanuel Vadot			#iommu-cells = <0>;
1133f126890aSEmmanuel Vadot		};
1134f126890aSEmmanuel Vadot
1135f126890aSEmmanuel Vadot		sysmmu_mfc_l: sysmmu@11200000 {
1136f126890aSEmmanuel Vadot			compatible = "samsung,exynos-sysmmu";
1137f126890aSEmmanuel Vadot			reg = <0x11200000 0x1000>;
1138f126890aSEmmanuel Vadot			interrupt-parent = <&combiner>;
1139f126890aSEmmanuel Vadot			interrupts = <6 2>;
1140f126890aSEmmanuel Vadot			clock-names = "sysmmu", "master";
1141f126890aSEmmanuel Vadot			clocks = <&clock CLK_SMMU_MFCL>, <&clock CLK_MFC>;
1142f126890aSEmmanuel Vadot			power-domains = <&mfc_pd>;
1143f126890aSEmmanuel Vadot			#iommu-cells = <0>;
1144f126890aSEmmanuel Vadot		};
1145f126890aSEmmanuel Vadot
1146f126890aSEmmanuel Vadot		sysmmu_mfc_r: sysmmu@11210000 {
1147f126890aSEmmanuel Vadot			compatible = "samsung,exynos-sysmmu";
1148f126890aSEmmanuel Vadot			reg = <0x11210000 0x1000>;
1149f126890aSEmmanuel Vadot			interrupt-parent = <&combiner>;
1150f126890aSEmmanuel Vadot			interrupts = <8 5>;
1151f126890aSEmmanuel Vadot			clock-names = "sysmmu", "master";
1152f126890aSEmmanuel Vadot			clocks = <&clock CLK_SMMU_MFCR>, <&clock CLK_MFC>;
1153f126890aSEmmanuel Vadot			power-domains = <&mfc_pd>;
1154f126890aSEmmanuel Vadot			#iommu-cells = <0>;
1155f126890aSEmmanuel Vadot		};
1156f126890aSEmmanuel Vadot
1157f126890aSEmmanuel Vadot		sysmmu_fimd1_0: sysmmu@14640000 {
1158f126890aSEmmanuel Vadot			compatible = "samsung,exynos-sysmmu";
1159f126890aSEmmanuel Vadot			reg = <0x14640000 0x1000>;
1160f126890aSEmmanuel Vadot			interrupt-parent = <&combiner>;
1161f126890aSEmmanuel Vadot			interrupts = <3 2>;
1162f126890aSEmmanuel Vadot			clock-names = "sysmmu", "master";
1163f126890aSEmmanuel Vadot			clocks = <&clock CLK_SMMU_FIMD1M0>, <&clock CLK_FIMD1>;
1164f126890aSEmmanuel Vadot			power-domains = <&disp_pd>;
1165f126890aSEmmanuel Vadot			#iommu-cells = <0>;
1166f126890aSEmmanuel Vadot		};
1167f126890aSEmmanuel Vadot
1168f126890aSEmmanuel Vadot		sysmmu_fimd1_1: sysmmu@14680000 {
1169f126890aSEmmanuel Vadot			compatible = "samsung,exynos-sysmmu";
1170f126890aSEmmanuel Vadot			reg = <0x14680000 0x1000>;
1171f126890aSEmmanuel Vadot			interrupt-parent = <&combiner>;
1172f126890aSEmmanuel Vadot			interrupts = <3 0>;
1173f126890aSEmmanuel Vadot			clock-names = "sysmmu", "master";
1174f126890aSEmmanuel Vadot			clocks = <&clock CLK_SMMU_FIMD1M1>, <&clock CLK_FIMD1>;
1175f126890aSEmmanuel Vadot			power-domains = <&disp_pd>;
1176f126890aSEmmanuel Vadot			#iommu-cells = <0>;
1177f126890aSEmmanuel Vadot		};
1178f126890aSEmmanuel Vadot	};
1179f126890aSEmmanuel Vadot
1180f126890aSEmmanuel Vadot	thermal-zones {
1181f126890aSEmmanuel Vadot		cpu0_thermal: cpu0-thermal {
1182f126890aSEmmanuel Vadot			thermal-sensors = <&tmu_cpu0>;
1183f126890aSEmmanuel Vadot			#include "exynos5420-trip-points.dtsi"
1184f126890aSEmmanuel Vadot		};
1185f126890aSEmmanuel Vadot		cpu1_thermal: cpu1-thermal {
1186f126890aSEmmanuel Vadot			thermal-sensors = <&tmu_cpu1>;
1187f126890aSEmmanuel Vadot			#include "exynos5420-trip-points.dtsi"
1188f126890aSEmmanuel Vadot		};
1189f126890aSEmmanuel Vadot		cpu2_thermal: cpu2-thermal {
1190f126890aSEmmanuel Vadot			thermal-sensors = <&tmu_cpu2>;
1191f126890aSEmmanuel Vadot			#include "exynos5420-trip-points.dtsi"
1192f126890aSEmmanuel Vadot		};
1193f126890aSEmmanuel Vadot		cpu3_thermal: cpu3-thermal {
1194f126890aSEmmanuel Vadot			thermal-sensors = <&tmu_cpu3>;
1195f126890aSEmmanuel Vadot			#include "exynos5420-trip-points.dtsi"
1196f126890aSEmmanuel Vadot		};
1197f126890aSEmmanuel Vadot		gpu_thermal: gpu-thermal {
1198f126890aSEmmanuel Vadot			thermal-sensors = <&tmu_gpu>;
1199f126890aSEmmanuel Vadot			#include "exynos5420-trip-points.dtsi"
1200f126890aSEmmanuel Vadot		};
1201f126890aSEmmanuel Vadot	};
1202f126890aSEmmanuel Vadot};
1203f126890aSEmmanuel Vadot
1204f126890aSEmmanuel Vadot&adc {
1205f126890aSEmmanuel Vadot	clocks = <&clock CLK_TSADC>;
1206f126890aSEmmanuel Vadot	clock-names = "adc";
1207f126890aSEmmanuel Vadot	samsung,syscon-phandle = <&pmu_system_controller>;
1208f126890aSEmmanuel Vadot};
1209f126890aSEmmanuel Vadot
1210f126890aSEmmanuel Vadot&dp {
1211f126890aSEmmanuel Vadot	clocks = <&clock CLK_DP1>;
1212f126890aSEmmanuel Vadot	clock-names = "dp";
1213f126890aSEmmanuel Vadot	phys = <&dp_phy>;
1214f126890aSEmmanuel Vadot	phy-names = "dp";
1215f126890aSEmmanuel Vadot	power-domains = <&disp_pd>;
1216f126890aSEmmanuel Vadot};
1217f126890aSEmmanuel Vadot
1218f126890aSEmmanuel Vadot&fimd {
1219f126890aSEmmanuel Vadot	compatible = "samsung,exynos5420-fimd";
1220f126890aSEmmanuel Vadot	clocks = <&clock CLK_SCLK_FIMD1>, <&clock CLK_FIMD1>;
1221f126890aSEmmanuel Vadot	clock-names = "sclk_fimd", "fimd";
1222f126890aSEmmanuel Vadot	power-domains = <&disp_pd>;
1223f126890aSEmmanuel Vadot	iommus = <&sysmmu_fimd1_0>, <&sysmmu_fimd1_1>;
1224f126890aSEmmanuel Vadot	iommu-names = "m0", "m1";
1225f126890aSEmmanuel Vadot};
1226f126890aSEmmanuel Vadot
1227f126890aSEmmanuel Vadot&g2d {
1228f126890aSEmmanuel Vadot	iommus = <&sysmmu_g2dr>, <&sysmmu_g2dw>;
1229f126890aSEmmanuel Vadot	clocks = <&clock CLK_G2D>;
1230f126890aSEmmanuel Vadot	clock-names = "fimg2d";
1231f126890aSEmmanuel Vadot	status = "okay";
1232f126890aSEmmanuel Vadot};
1233f126890aSEmmanuel Vadot
1234f126890aSEmmanuel Vadot&i2c_0 {
1235f126890aSEmmanuel Vadot	clocks = <&clock CLK_I2C0>;
1236f126890aSEmmanuel Vadot	clock-names = "i2c";
1237f126890aSEmmanuel Vadot	pinctrl-names = "default";
1238f126890aSEmmanuel Vadot	pinctrl-0 = <&i2c0_bus>;
1239f126890aSEmmanuel Vadot};
1240f126890aSEmmanuel Vadot
1241f126890aSEmmanuel Vadot&i2c_1 {
1242f126890aSEmmanuel Vadot	clocks = <&clock CLK_I2C1>;
1243f126890aSEmmanuel Vadot	clock-names = "i2c";
1244f126890aSEmmanuel Vadot	pinctrl-names = "default";
1245f126890aSEmmanuel Vadot	pinctrl-0 = <&i2c1_bus>;
1246f126890aSEmmanuel Vadot};
1247f126890aSEmmanuel Vadot
1248f126890aSEmmanuel Vadot&i2c_2 {
1249f126890aSEmmanuel Vadot	clocks = <&clock CLK_I2C2>;
1250f126890aSEmmanuel Vadot	clock-names = "i2c";
1251f126890aSEmmanuel Vadot	pinctrl-names = "default";
1252f126890aSEmmanuel Vadot	pinctrl-0 = <&i2c2_bus>;
1253f126890aSEmmanuel Vadot};
1254f126890aSEmmanuel Vadot
1255f126890aSEmmanuel Vadot&i2c_3 {
1256f126890aSEmmanuel Vadot	clocks = <&clock CLK_I2C3>;
1257f126890aSEmmanuel Vadot	clock-names = "i2c";
1258f126890aSEmmanuel Vadot	pinctrl-names = "default";
1259f126890aSEmmanuel Vadot	pinctrl-0 = <&i2c3_bus>;
1260f126890aSEmmanuel Vadot};
1261f126890aSEmmanuel Vadot
1262f126890aSEmmanuel Vadot&hsi2c_4 {
1263f126890aSEmmanuel Vadot	clocks = <&clock CLK_USI0>;
1264f126890aSEmmanuel Vadot	clock-names = "hsi2c";
1265f126890aSEmmanuel Vadot	pinctrl-names = "default";
1266f126890aSEmmanuel Vadot	pinctrl-0 = <&i2c4_hs_bus>;
1267f126890aSEmmanuel Vadot};
1268f126890aSEmmanuel Vadot
1269f126890aSEmmanuel Vadot&hsi2c_5 {
1270f126890aSEmmanuel Vadot	clocks = <&clock CLK_USI1>;
1271f126890aSEmmanuel Vadot	clock-names = "hsi2c";
1272f126890aSEmmanuel Vadot	pinctrl-names = "default";
1273f126890aSEmmanuel Vadot	pinctrl-0 = <&i2c5_hs_bus>;
1274f126890aSEmmanuel Vadot};
1275f126890aSEmmanuel Vadot
1276f126890aSEmmanuel Vadot&hsi2c_6 {
1277f126890aSEmmanuel Vadot	clocks = <&clock CLK_USI2>;
1278f126890aSEmmanuel Vadot	clock-names = "hsi2c";
1279f126890aSEmmanuel Vadot	pinctrl-names = "default";
1280f126890aSEmmanuel Vadot	pinctrl-0 = <&i2c6_hs_bus>;
1281f126890aSEmmanuel Vadot};
1282f126890aSEmmanuel Vadot
1283f126890aSEmmanuel Vadot&hsi2c_7 {
1284f126890aSEmmanuel Vadot	clocks = <&clock CLK_USI3>;
1285f126890aSEmmanuel Vadot	clock-names = "hsi2c";
1286f126890aSEmmanuel Vadot	pinctrl-names = "default";
1287f126890aSEmmanuel Vadot	pinctrl-0 = <&i2c7_hs_bus>;
1288f126890aSEmmanuel Vadot};
1289f126890aSEmmanuel Vadot
1290f126890aSEmmanuel Vadot&mct {
1291f126890aSEmmanuel Vadot	clocks = <&clock CLK_FIN_PLL>, <&clock CLK_MCT>;
1292f126890aSEmmanuel Vadot	clock-names = "fin_pll", "mct";
1293f126890aSEmmanuel Vadot};
1294f126890aSEmmanuel Vadot
1295f126890aSEmmanuel Vadot&prng {
1296f126890aSEmmanuel Vadot	clocks = <&clock CLK_SSS>;
1297f126890aSEmmanuel Vadot	clock-names = "secss";
1298f126890aSEmmanuel Vadot};
1299f126890aSEmmanuel Vadot
1300f126890aSEmmanuel Vadot&pwm {
1301f126890aSEmmanuel Vadot	clocks = <&clock CLK_PWM>;
1302f126890aSEmmanuel Vadot	clock-names = "timers";
1303f126890aSEmmanuel Vadot};
1304f126890aSEmmanuel Vadot
1305f126890aSEmmanuel Vadot&rtc {
1306f126890aSEmmanuel Vadot	clocks = <&clock CLK_RTC>;
1307f126890aSEmmanuel Vadot	clock-names = "rtc";
1308f126890aSEmmanuel Vadot	interrupt-parent = <&pmu_system_controller>;
1309f126890aSEmmanuel Vadot	status = "disabled";
1310f126890aSEmmanuel Vadot};
1311f126890aSEmmanuel Vadot
1312f126890aSEmmanuel Vadot&serial_0 {
1313f126890aSEmmanuel Vadot	clocks = <&clock CLK_UART0>, <&clock CLK_SCLK_UART0>;
1314f126890aSEmmanuel Vadot	clock-names = "uart", "clk_uart_baud0";
1315f126890aSEmmanuel Vadot	dmas = <&pdma0 13>, <&pdma0 14>;
1316f126890aSEmmanuel Vadot	dma-names = "rx", "tx";
1317f126890aSEmmanuel Vadot};
1318f126890aSEmmanuel Vadot
1319f126890aSEmmanuel Vadot&serial_1 {
1320f126890aSEmmanuel Vadot	clocks = <&clock CLK_UART1>, <&clock CLK_SCLK_UART1>;
1321f126890aSEmmanuel Vadot	clock-names = "uart", "clk_uart_baud0";
1322f126890aSEmmanuel Vadot	dmas = <&pdma1 15>, <&pdma1 16>;
1323f126890aSEmmanuel Vadot	dma-names = "rx", "tx";
1324f126890aSEmmanuel Vadot};
1325f126890aSEmmanuel Vadot
1326f126890aSEmmanuel Vadot&serial_2 {
1327f126890aSEmmanuel Vadot	clocks = <&clock CLK_UART2>, <&clock CLK_SCLK_UART2>;
1328f126890aSEmmanuel Vadot	clock-names = "uart", "clk_uart_baud0";
1329f126890aSEmmanuel Vadot	dmas = <&pdma0 15>, <&pdma0 16>;
1330f126890aSEmmanuel Vadot	dma-names = "rx", "tx";
1331f126890aSEmmanuel Vadot};
1332f126890aSEmmanuel Vadot
1333f126890aSEmmanuel Vadot&serial_3 {
1334f126890aSEmmanuel Vadot	clocks = <&clock CLK_UART3>, <&clock CLK_SCLK_UART3>;
1335f126890aSEmmanuel Vadot	clock-names = "uart", "clk_uart_baud0";
1336f126890aSEmmanuel Vadot	dmas = <&pdma1 17>, <&pdma1 18>;
1337f126890aSEmmanuel Vadot	dma-names = "rx", "tx";
1338f126890aSEmmanuel Vadot};
1339f126890aSEmmanuel Vadot
1340f126890aSEmmanuel Vadot&sss {
1341f126890aSEmmanuel Vadot	clocks = <&clock CLK_SSS>;
1342f126890aSEmmanuel Vadot	clock-names = "secss";
1343f126890aSEmmanuel Vadot};
1344f126890aSEmmanuel Vadot
1345f126890aSEmmanuel Vadot&trng {
1346f126890aSEmmanuel Vadot	clocks = <&clock CLK_SSS>;
1347f126890aSEmmanuel Vadot	clock-names = "secss";
1348f126890aSEmmanuel Vadot};
1349f126890aSEmmanuel Vadot
1350f126890aSEmmanuel Vadot&usbdrd3_0 {
1351f126890aSEmmanuel Vadot	clocks = <&clock CLK_USBD300>;
1352f126890aSEmmanuel Vadot	clock-names = "usbdrd30";
1353f126890aSEmmanuel Vadot};
1354f126890aSEmmanuel Vadot
1355f126890aSEmmanuel Vadot&usbdrd_phy0 {
1356f126890aSEmmanuel Vadot	clocks = <&clock CLK_USBD300>, <&clock CLK_SCLK_USBPHY300>;
1357f126890aSEmmanuel Vadot	clock-names = "phy", "ref";
1358f126890aSEmmanuel Vadot	samsung,pmu-syscon = <&pmu_system_controller>;
1359f126890aSEmmanuel Vadot};
1360f126890aSEmmanuel Vadot
1361f126890aSEmmanuel Vadot&usbdrd3_1 {
1362f126890aSEmmanuel Vadot	clocks = <&clock CLK_USBD301>;
1363f126890aSEmmanuel Vadot	clock-names = "usbdrd30";
1364f126890aSEmmanuel Vadot};
1365f126890aSEmmanuel Vadot
1366f126890aSEmmanuel Vadot&usbdrd_dwc3_1 {
1367f126890aSEmmanuel Vadot	interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
1368f126890aSEmmanuel Vadot};
1369f126890aSEmmanuel Vadot
1370f126890aSEmmanuel Vadot&usbdrd_phy1 {
1371f126890aSEmmanuel Vadot	clocks = <&clock CLK_USBD301>, <&clock CLK_SCLK_USBPHY301>;
1372f126890aSEmmanuel Vadot	clock-names = "phy", "ref";
1373f126890aSEmmanuel Vadot	samsung,pmu-syscon = <&pmu_system_controller>;
1374f126890aSEmmanuel Vadot};
1375f126890aSEmmanuel Vadot
1376f126890aSEmmanuel Vadot&usbhost1 {
1377f126890aSEmmanuel Vadot	clocks = <&clock CLK_USBH20>;
1378f126890aSEmmanuel Vadot	clock-names = "usbhost";
1379f126890aSEmmanuel Vadot};
1380f126890aSEmmanuel Vadot
1381f126890aSEmmanuel Vadot&usbhost2 {
1382f126890aSEmmanuel Vadot	clocks = <&clock CLK_USBH20>;
1383f126890aSEmmanuel Vadot	clock-names = "usbhost";
1384f126890aSEmmanuel Vadot};
1385f126890aSEmmanuel Vadot
1386f126890aSEmmanuel Vadot&usb2_phy {
1387f126890aSEmmanuel Vadot	clocks = <&clock CLK_USBH20>, <&clock CLK_SCLK_USBPHY300>;
1388f126890aSEmmanuel Vadot	clock-names = "phy", "ref";
1389f126890aSEmmanuel Vadot	samsung,sysreg-phandle = <&sysreg_system_controller>;
1390f126890aSEmmanuel Vadot	samsung,pmureg-phandle = <&pmu_system_controller>;
1391f126890aSEmmanuel Vadot};
1392f126890aSEmmanuel Vadot
1393f126890aSEmmanuel Vadot&watchdog {
1394f126890aSEmmanuel Vadot	clocks = <&clock CLK_WDT>;
1395f126890aSEmmanuel Vadot	clock-names = "watchdog";
1396f126890aSEmmanuel Vadot	samsung,syscon-phandle = <&pmu_system_controller>;
1397f126890aSEmmanuel Vadot};
1398f126890aSEmmanuel Vadot
1399f126890aSEmmanuel Vadot#include "exynos5420-pinctrl.dtsi"
1400f126890aSEmmanuel Vadot#include "exynos-syscon-restart.dtsi"
1401