xref: /openbmc/linux/arch/arm64/boot/dts/exynos/exynos7.dtsi (revision 01c72cad790cb6cd3ccbe4c1402b6cb6c6bbffd0)
145fef752SKrzysztof Kozlowski// SPDX-License-Identifier: GPL-2.0
2b9024cbcSNaveen Krishna Ch/*
3b0e55fefSKrzysztof Kozlowski * Samsung Exynos7 SoC device tree source
4b9024cbcSNaveen Krishna Ch *
5b9024cbcSNaveen Krishna Ch * Copyright (c) 2014 Samsung Electronics Co., Ltd.
6b9024cbcSNaveen Krishna Ch *		http://www.samsung.com
7b9024cbcSNaveen Krishna Ch */
8b9024cbcSNaveen Krishna Ch
9b9024cbcSNaveen Krishna Ch#include <dt-bindings/clock/exynos7-clk.h>
1036d1c9cdSKrzysztof Kozlowski#include <dt-bindings/interrupt-controller/arm-gic.h>
11b9024cbcSNaveen Krishna Ch
12b9024cbcSNaveen Krishna Ch/ {
13b9024cbcSNaveen Krishna Ch	compatible = "samsung,exynos7";
14b9024cbcSNaveen Krishna Ch	interrupt-parent = <&gic>;
15bed90316SMarek Szyprowski	#address-cells = <2>;
16bed90316SMarek Szyprowski	#size-cells = <2>;
17b9024cbcSNaveen Krishna Ch
18f17a618bSNaveen Krishna Ch	aliases {
19f17a618bSNaveen Krishna Ch		pinctrl0 = &pinctrl_alive;
20f17a618bSNaveen Krishna Ch		pinctrl1 = &pinctrl_bus0;
21f17a618bSNaveen Krishna Ch		pinctrl2 = &pinctrl_nfc;
22f17a618bSNaveen Krishna Ch		pinctrl3 = &pinctrl_touch;
23f17a618bSNaveen Krishna Ch		pinctrl4 = &pinctrl_ff;
24f17a618bSNaveen Krishna Ch		pinctrl5 = &pinctrl_ese;
25f17a618bSNaveen Krishna Ch		pinctrl6 = &pinctrl_fsys0;
26f17a618bSNaveen Krishna Ch		pinctrl7 = &pinctrl_fsys1;
27c60ce7feSAlim Akhtar		pinctrl8 = &pinctrl_bus1;
28fbfcf4bfSAlim Akhtar		tmuctrl0 = &tmuctrl_0;
29f17a618bSNaveen Krishna Ch	};
30f17a618bSNaveen Krishna Ch
31179a2802SKrzysztof Kozlowski	arm-pmu {
32114c9604SKrzysztof Kozlowski		compatible = "arm,cortex-a57-pmu";
33179a2802SKrzysztof Kozlowski		interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>,
34179a2802SKrzysztof Kozlowski			     <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>,
35179a2802SKrzysztof Kozlowski			     <GIC_SPI 58 IRQ_TYPE_LEVEL_HIGH>,
36179a2802SKrzysztof Kozlowski			     <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
37179a2802SKrzysztof Kozlowski		interrupt-affinity = <&cpu_atlas0>, <&cpu_atlas1>,
38179a2802SKrzysztof Kozlowski				     <&cpu_atlas2>, <&cpu_atlas3>;
39179a2802SKrzysztof Kozlowski	};
40179a2802SKrzysztof Kozlowski
41f36afdd0SKrzysztof Kozlowski	fin_pll: clock {
42f36afdd0SKrzysztof Kozlowski		/* XXTI */
43f36afdd0SKrzysztof Kozlowski		compatible = "fixed-clock";
44f36afdd0SKrzysztof Kozlowski		clock-output-names = "fin_pll";
45f36afdd0SKrzysztof Kozlowski		#clock-cells = <0>;
46f36afdd0SKrzysztof Kozlowski	};
47f36afdd0SKrzysztof Kozlowski
48b9024cbcSNaveen Krishna Ch	cpus {
49b9024cbcSNaveen Krishna Ch		#address-cells = <1>;
50b9024cbcSNaveen Krishna Ch		#size-cells = <0>;
51b9024cbcSNaveen Krishna Ch
52eb708b0fSAlim Akhtar		cpu_atlas0: cpu@0 {
53b9024cbcSNaveen Krishna Ch			device_type = "cpu";
5431af04cdSRob Herring			compatible = "arm,cortex-a57";
55b9024cbcSNaveen Krishna Ch			reg = <0x0>;
56b9024cbcSNaveen Krishna Ch			enable-method = "psci";
57c4e40c01SAlim Akhtar			i-cache-size = <0xc000>;
58c4e40c01SAlim Akhtar			i-cache-line-size = <64>;
59c4e40c01SAlim Akhtar			i-cache-sets = <256>;
60c4e40c01SAlim Akhtar			d-cache-size = <0x8000>;
61c4e40c01SAlim Akhtar			d-cache-line-size = <64>;
62c4e40c01SAlim Akhtar			d-cache-sets = <256>;
63c4e40c01SAlim Akhtar			next-level-cache = <&atlas_l2>;
64b9024cbcSNaveen Krishna Ch		};
65b9024cbcSNaveen Krishna Ch
66eb708b0fSAlim Akhtar		cpu_atlas1: cpu@1 {
67b9024cbcSNaveen Krishna Ch			device_type = "cpu";
6831af04cdSRob Herring			compatible = "arm,cortex-a57";
69b9024cbcSNaveen Krishna Ch			reg = <0x1>;
70b9024cbcSNaveen Krishna Ch			enable-method = "psci";
71c4e40c01SAlim Akhtar			i-cache-size = <0xc000>;
72c4e40c01SAlim Akhtar			i-cache-line-size = <64>;
73c4e40c01SAlim Akhtar			i-cache-sets = <256>;
74c4e40c01SAlim Akhtar			d-cache-size = <0x8000>;
75c4e40c01SAlim Akhtar			d-cache-line-size = <64>;
76c4e40c01SAlim Akhtar			d-cache-sets = <256>;
77c4e40c01SAlim Akhtar			next-level-cache = <&atlas_l2>;
78b9024cbcSNaveen Krishna Ch		};
79b9024cbcSNaveen Krishna Ch
80eb708b0fSAlim Akhtar		cpu_atlas2: cpu@2 {
81b9024cbcSNaveen Krishna Ch			device_type = "cpu";
8231af04cdSRob Herring			compatible = "arm,cortex-a57";
83b9024cbcSNaveen Krishna Ch			reg = <0x2>;
84b9024cbcSNaveen Krishna Ch			enable-method = "psci";
85c4e40c01SAlim Akhtar			i-cache-size = <0xc000>;
86c4e40c01SAlim Akhtar			i-cache-line-size = <64>;
87c4e40c01SAlim Akhtar			i-cache-sets = <256>;
88c4e40c01SAlim Akhtar			d-cache-size = <0x8000>;
89c4e40c01SAlim Akhtar			d-cache-line-size = <64>;
90c4e40c01SAlim Akhtar			d-cache-sets = <256>;
91c4e40c01SAlim Akhtar			next-level-cache = <&atlas_l2>;
92b9024cbcSNaveen Krishna Ch		};
93b9024cbcSNaveen Krishna Ch
94eb708b0fSAlim Akhtar		cpu_atlas3: cpu@3 {
95b9024cbcSNaveen Krishna Ch			device_type = "cpu";
9631af04cdSRob Herring			compatible = "arm,cortex-a57";
97b9024cbcSNaveen Krishna Ch			reg = <0x3>;
98b9024cbcSNaveen Krishna Ch			enable-method = "psci";
99c4e40c01SAlim Akhtar			i-cache-size = <0xc000>;
100c4e40c01SAlim Akhtar			i-cache-line-size = <64>;
101c4e40c01SAlim Akhtar			i-cache-sets = <256>;
102c4e40c01SAlim Akhtar			d-cache-size = <0x8000>;
103c4e40c01SAlim Akhtar			d-cache-line-size = <64>;
104c4e40c01SAlim Akhtar			d-cache-sets = <256>;
105c4e40c01SAlim Akhtar			next-level-cache = <&atlas_l2>;
106c4e40c01SAlim Akhtar		};
107c4e40c01SAlim Akhtar
108c4e40c01SAlim Akhtar		atlas_l2: l2-cache0 {
109c4e40c01SAlim Akhtar			compatible = "cache";
110c4e40c01SAlim Akhtar			cache-size = <0x200000>;
111c4e40c01SAlim Akhtar			cache-line-size = <64>;
112c4e40c01SAlim Akhtar			cache-sets = <2048>;
113b9024cbcSNaveen Krishna Ch		};
114b9024cbcSNaveen Krishna Ch	};
115b9024cbcSNaveen Krishna Ch
116b9024cbcSNaveen Krishna Ch	psci {
117e1e47fbcSPaweł Chmiel		compatible = "arm,psci";
118b9024cbcSNaveen Krishna Ch		method = "smc";
119e1e47fbcSPaweł Chmiel		cpu_off = <0x84000002>;
120e1e47fbcSPaweł Chmiel		cpu_on = <0xC4000003>;
121b9024cbcSNaveen Krishna Ch	};
122b9024cbcSNaveen Krishna Ch
123229134ccSKrzysztof Kozlowski	soc: soc@0 {
124b9024cbcSNaveen Krishna Ch		compatible = "simple-bus";
125b9024cbcSNaveen Krishna Ch		#address-cells = <1>;
126b9024cbcSNaveen Krishna Ch		#size-cells = <1>;
127bed90316SMarek Szyprowski		ranges = <0 0 0 0x18000000>;
128b9024cbcSNaveen Krishna Ch
129b9024cbcSNaveen Krishna Ch		chipid@10000000 {
130b9024cbcSNaveen Krishna Ch			compatible = "samsung,exynos4210-chipid";
131b9024cbcSNaveen Krishna Ch			reg = <0x10000000 0x100>;
132b9024cbcSNaveen Krishna Ch		};
133b9024cbcSNaveen Krishna Ch
134b9024cbcSNaveen Krishna Ch		gic: interrupt-controller@11001000 {
135b9024cbcSNaveen Krishna Ch			compatible = "arm,gic-400";
136b9024cbcSNaveen Krishna Ch			#interrupt-cells = <3>;
137b9024cbcSNaveen Krishna Ch			#address-cells = <0>;
138b9024cbcSNaveen Krishna Ch			interrupt-controller;
139b9024cbcSNaveen Krishna Ch			reg =	<0x11001000 0x1000>,
140*01c72cadSKrzysztof Kozlowski				<0x11002000 0x2000>,
141b9024cbcSNaveen Krishna Ch				<0x11004000 0x2000>,
142b9024cbcSNaveen Krishna Ch				<0x11006000 0x2000>;
143b9024cbcSNaveen Krishna Ch		};
144b9024cbcSNaveen Krishna Ch
145a0d00427SKrzysztof Kozlowski		pdma0: pdma@10e10000 {
146afa05e55SAlim Akhtar			compatible = "arm,pl330", "arm,primecell";
147afa05e55SAlim Akhtar			reg = <0x10E10000 0x1000>;
14886bb573dSKrzysztof Kozlowski			interrupts = <GIC_SPI 225 IRQ_TYPE_LEVEL_HIGH>;
149afa05e55SAlim Akhtar			clocks = <&clock_fsys0 ACLK_PDMA0>;
150afa05e55SAlim Akhtar			clock-names = "apb_pclk";
151afa05e55SAlim Akhtar			#dma-cells = <1>;
152afa05e55SAlim Akhtar			#dma-channels = <8>;
153afa05e55SAlim Akhtar			#dma-requests = <32>;
154afa05e55SAlim Akhtar		};
155afa05e55SAlim Akhtar
156a0d00427SKrzysztof Kozlowski		pdma1: pdma@10eb0000 {
157afa05e55SAlim Akhtar			compatible = "arm,pl330", "arm,primecell";
158afa05e55SAlim Akhtar			reg = <0x10EB0000 0x1000>;
15986bb573dSKrzysztof Kozlowski			interrupts = <GIC_SPI 226 IRQ_TYPE_LEVEL_HIGH>;
160afa05e55SAlim Akhtar			clocks = <&clock_fsys0 ACLK_PDMA1>;
161afa05e55SAlim Akhtar			clock-names = "apb_pclk";
162afa05e55SAlim Akhtar			#dma-cells = <1>;
163afa05e55SAlim Akhtar			#dma-channels = <8>;
164afa05e55SAlim Akhtar			#dma-requests = <32>;
165afa05e55SAlim Akhtar		};
166afa05e55SAlim Akhtar
167b9024cbcSNaveen Krishna Ch		clock_topc: clock-controller@10570000 {
168b9024cbcSNaveen Krishna Ch			compatible = "samsung,exynos7-clock-topc";
169b9024cbcSNaveen Krishna Ch			reg = <0x10570000 0x10000>;
170b9024cbcSNaveen Krishna Ch			#clock-cells = <1>;
171b9024cbcSNaveen Krishna Ch		};
172b9024cbcSNaveen Krishna Ch
173b9024cbcSNaveen Krishna Ch		clock_top0: clock-controller@105d0000 {
174b9024cbcSNaveen Krishna Ch			compatible = "samsung,exynos7-clock-top0";
175b9024cbcSNaveen Krishna Ch			reg = <0x105d0000 0xb000>;
176b9024cbcSNaveen Krishna Ch			#clock-cells = <1>;
177b9024cbcSNaveen Krishna Ch			clocks = <&fin_pll>, <&clock_topc DOUT_SCLK_BUS0_PLL>,
178b9024cbcSNaveen Krishna Ch				 <&clock_topc DOUT_SCLK_BUS1_PLL>,
179b9024cbcSNaveen Krishna Ch				 <&clock_topc DOUT_SCLK_CC_PLL>,
180b9024cbcSNaveen Krishna Ch				 <&clock_topc DOUT_SCLK_MFC_PLL>;
181b9024cbcSNaveen Krishna Ch			clock-names = "fin_pll", "dout_sclk_bus0_pll",
182b9024cbcSNaveen Krishna Ch				      "dout_sclk_bus1_pll", "dout_sclk_cc_pll",
183b9024cbcSNaveen Krishna Ch				      "dout_sclk_mfc_pll";
184b9024cbcSNaveen Krishna Ch		};
185b9024cbcSNaveen Krishna Ch
1866de6f73cSAbhilash Kesavan		clock_top1: clock-controller@105e0000 {
1876de6f73cSAbhilash Kesavan			compatible = "samsung,exynos7-clock-top1";
1886de6f73cSAbhilash Kesavan			reg = <0x105e0000 0xb000>;
1896de6f73cSAbhilash Kesavan			#clock-cells = <1>;
1906de6f73cSAbhilash Kesavan			clocks = <&fin_pll>, <&clock_topc DOUT_SCLK_BUS0_PLL>,
1916de6f73cSAbhilash Kesavan				 <&clock_topc DOUT_SCLK_BUS1_PLL>,
1926de6f73cSAbhilash Kesavan				 <&clock_topc DOUT_SCLK_CC_PLL>,
1936de6f73cSAbhilash Kesavan				 <&clock_topc DOUT_SCLK_MFC_PLL>;
1946de6f73cSAbhilash Kesavan			clock-names = "fin_pll", "dout_sclk_bus0_pll",
1956de6f73cSAbhilash Kesavan				      "dout_sclk_bus1_pll", "dout_sclk_cc_pll",
1966de6f73cSAbhilash Kesavan				      "dout_sclk_mfc_pll";
1976de6f73cSAbhilash Kesavan		};
1986de6f73cSAbhilash Kesavan
1996de6f73cSAbhilash Kesavan		clock_ccore: clock-controller@105b0000 {
2006de6f73cSAbhilash Kesavan			compatible = "samsung,exynos7-clock-ccore";
2016de6f73cSAbhilash Kesavan			reg = <0x105b0000 0xd00>;
2026de6f73cSAbhilash Kesavan			#clock-cells = <1>;
2036de6f73cSAbhilash Kesavan			clocks = <&fin_pll>, <&clock_topc DOUT_ACLK_CCORE_133>;
2046de6f73cSAbhilash Kesavan			clock-names = "fin_pll", "dout_aclk_ccore_133";
2056de6f73cSAbhilash Kesavan		};
2066de6f73cSAbhilash Kesavan
207b9024cbcSNaveen Krishna Ch		clock_peric0: clock-controller@13610000 {
208b9024cbcSNaveen Krishna Ch			compatible = "samsung,exynos7-clock-peric0";
209b9024cbcSNaveen Krishna Ch			reg = <0x13610000 0xd00>;
210b9024cbcSNaveen Krishna Ch			#clock-cells = <1>;
211b9024cbcSNaveen Krishna Ch			clocks = <&fin_pll>, <&clock_top0 DOUT_ACLK_PERIC0>,
212b9024cbcSNaveen Krishna Ch				 <&clock_top0 CLK_SCLK_UART0>;
213b9024cbcSNaveen Krishna Ch			clock-names = "fin_pll", "dout_aclk_peric0_66",
214b9024cbcSNaveen Krishna Ch				      "sclk_uart0";
215b9024cbcSNaveen Krishna Ch		};
216b9024cbcSNaveen Krishna Ch
217b9024cbcSNaveen Krishna Ch		clock_peric1: clock-controller@14c80000 {
218b9024cbcSNaveen Krishna Ch			compatible = "samsung,exynos7-clock-peric1";
219b9024cbcSNaveen Krishna Ch			reg = <0x14c80000 0xd00>;
220b9024cbcSNaveen Krishna Ch			#clock-cells = <1>;
221b9024cbcSNaveen Krishna Ch			clocks = <&fin_pll>, <&clock_top0 DOUT_ACLK_PERIC1>,
222b9024cbcSNaveen Krishna Ch				 <&clock_top0 CLK_SCLK_UART1>,
223b9024cbcSNaveen Krishna Ch				 <&clock_top0 CLK_SCLK_UART2>,
224b9024cbcSNaveen Krishna Ch				 <&clock_top0 CLK_SCLK_UART3>;
225b9024cbcSNaveen Krishna Ch			clock-names = "fin_pll", "dout_aclk_peric1_66",
226b9024cbcSNaveen Krishna Ch				      "sclk_uart1", "sclk_uart2", "sclk_uart3";
227b9024cbcSNaveen Krishna Ch		};
228b9024cbcSNaveen Krishna Ch
229b9024cbcSNaveen Krishna Ch		clock_peris: clock-controller@10040000 {
230b9024cbcSNaveen Krishna Ch			compatible = "samsung,exynos7-clock-peris";
231b9024cbcSNaveen Krishna Ch			reg = <0x10040000 0xd00>;
232b9024cbcSNaveen Krishna Ch			#clock-cells = <1>;
233b9024cbcSNaveen Krishna Ch			clocks = <&fin_pll>, <&clock_topc DOUT_ACLK_PERIS>;
234b9024cbcSNaveen Krishna Ch			clock-names = "fin_pll", "dout_aclk_peris_66";
235b9024cbcSNaveen Krishna Ch		};
236b9024cbcSNaveen Krishna Ch
2376de6f73cSAbhilash Kesavan		clock_fsys0: clock-controller@10e90000 {
2386de6f73cSAbhilash Kesavan			compatible = "samsung,exynos7-clock-fsys0";
2396de6f73cSAbhilash Kesavan			reg = <0x10e90000 0xd00>;
2406de6f73cSAbhilash Kesavan			#clock-cells = <1>;
2416de6f73cSAbhilash Kesavan			clocks = <&fin_pll>, <&clock_top1 DOUT_ACLK_FSYS0_200>,
2426de6f73cSAbhilash Kesavan				 <&clock_top1 DOUT_SCLK_MMC2>;
2436de6f73cSAbhilash Kesavan			clock-names = "fin_pll", "dout_aclk_fsys0_200",
2446de6f73cSAbhilash Kesavan				      "dout_sclk_mmc2";
2456de6f73cSAbhilash Kesavan		};
2466de6f73cSAbhilash Kesavan
2476de6f73cSAbhilash Kesavan		clock_fsys1: clock-controller@156e0000 {
2486de6f73cSAbhilash Kesavan			compatible = "samsung,exynos7-clock-fsys1";
2496de6f73cSAbhilash Kesavan			reg = <0x156e0000 0xd00>;
2506de6f73cSAbhilash Kesavan			#clock-cells = <1>;
2516de6f73cSAbhilash Kesavan			clocks = <&fin_pll>, <&clock_top1 DOUT_ACLK_FSYS1_200>,
2526de6f73cSAbhilash Kesavan				 <&clock_top1 DOUT_SCLK_MMC0>,
2534464005aSAlim Akhtar				 <&clock_top1 DOUT_SCLK_MMC1>,
2544464005aSAlim Akhtar				 <&clock_top1 DOUT_SCLK_UFSUNIPRO20>,
2554464005aSAlim Akhtar				 <&clock_top1 DOUT_SCLK_PHY_FSYS1>,
2564464005aSAlim Akhtar				 <&clock_top1 DOUT_SCLK_PHY_FSYS1_26M>;
2576de6f73cSAbhilash Kesavan			clock-names = "fin_pll", "dout_aclk_fsys1_200",
2584464005aSAlim Akhtar				      "dout_sclk_mmc0", "dout_sclk_mmc1",
2594464005aSAlim Akhtar				      "dout_sclk_ufsunipro20", "dout_sclk_phy_fsys1",
2604464005aSAlim Akhtar				      "dout_sclk_phy_fsys1_26m";
2616de6f73cSAbhilash Kesavan		};
2626de6f73cSAbhilash Kesavan
263b9024cbcSNaveen Krishna Ch		serial_0: serial@13630000 {
264b9024cbcSNaveen Krishna Ch			compatible = "samsung,exynos4210-uart";
265b9024cbcSNaveen Krishna Ch			reg = <0x13630000 0x100>;
26686bb573dSKrzysztof Kozlowski			interrupts = <GIC_SPI 440 IRQ_TYPE_LEVEL_HIGH>;
267b9024cbcSNaveen Krishna Ch			clocks = <&clock_peric0 PCLK_UART0>,
268b9024cbcSNaveen Krishna Ch				 <&clock_peric0 SCLK_UART0>;
269b9024cbcSNaveen Krishna Ch			clock-names = "uart", "clk_uart_baud0";
270b9024cbcSNaveen Krishna Ch			status = "disabled";
271b9024cbcSNaveen Krishna Ch		};
272b9024cbcSNaveen Krishna Ch
273b9024cbcSNaveen Krishna Ch		serial_1: serial@14c20000 {
274b9024cbcSNaveen Krishna Ch			compatible = "samsung,exynos4210-uart";
275b9024cbcSNaveen Krishna Ch			reg = <0x14c20000 0x100>;
27686bb573dSKrzysztof Kozlowski			interrupts = <GIC_SPI 456 IRQ_TYPE_LEVEL_HIGH>;
277b9024cbcSNaveen Krishna Ch			clocks = <&clock_peric1 PCLK_UART1>,
278b9024cbcSNaveen Krishna Ch				 <&clock_peric1 SCLK_UART1>;
279b9024cbcSNaveen Krishna Ch			clock-names = "uart", "clk_uart_baud0";
280b9024cbcSNaveen Krishna Ch			status = "disabled";
281b9024cbcSNaveen Krishna Ch		};
282b9024cbcSNaveen Krishna Ch
283b9024cbcSNaveen Krishna Ch		serial_2: serial@14c30000 {
284b9024cbcSNaveen Krishna Ch			compatible = "samsung,exynos4210-uart";
285b9024cbcSNaveen Krishna Ch			reg = <0x14c30000 0x100>;
28686bb573dSKrzysztof Kozlowski			interrupts = <GIC_SPI 457 IRQ_TYPE_LEVEL_HIGH>;
287b9024cbcSNaveen Krishna Ch			clocks = <&clock_peric1 PCLK_UART2>,
288b9024cbcSNaveen Krishna Ch				 <&clock_peric1 SCLK_UART2>;
289b9024cbcSNaveen Krishna Ch			clock-names = "uart", "clk_uart_baud0";
290b9024cbcSNaveen Krishna Ch			status = "disabled";
291b9024cbcSNaveen Krishna Ch		};
292b9024cbcSNaveen Krishna Ch
293b9024cbcSNaveen Krishna Ch		serial_3: serial@14c40000 {
294b9024cbcSNaveen Krishna Ch			compatible = "samsung,exynos4210-uart";
295b9024cbcSNaveen Krishna Ch			reg = <0x14c40000 0x100>;
29686bb573dSKrzysztof Kozlowski			interrupts = <GIC_SPI 458 IRQ_TYPE_LEVEL_HIGH>;
297b9024cbcSNaveen Krishna Ch			clocks = <&clock_peric1 PCLK_UART3>,
298b9024cbcSNaveen Krishna Ch				 <&clock_peric1 SCLK_UART3>;
299b9024cbcSNaveen Krishna Ch			clock-names = "uart", "clk_uart_baud0";
300b9024cbcSNaveen Krishna Ch			status = "disabled";
301b9024cbcSNaveen Krishna Ch		};
302b9024cbcSNaveen Krishna Ch
303f17a618bSNaveen Krishna Ch		pinctrl_alive: pinctrl@10580000 {
304f17a618bSNaveen Krishna Ch			compatible = "samsung,exynos7-pinctrl";
305f17a618bSNaveen Krishna Ch			reg = <0x10580000 0x1000>;
306f17a618bSNaveen Krishna Ch
307f17a618bSNaveen Krishna Ch			wakeup-interrupt-controller {
308f17a618bSNaveen Krishna Ch				compatible = "samsung,exynos7-wakeup-eint";
309f17a618bSNaveen Krishna Ch				interrupt-parent = <&gic>;
31086bb573dSKrzysztof Kozlowski				interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;
311f17a618bSNaveen Krishna Ch			};
312f17a618bSNaveen Krishna Ch		};
313f17a618bSNaveen Krishna Ch
314f17a618bSNaveen Krishna Ch		pinctrl_bus0: pinctrl@13470000 {
315f17a618bSNaveen Krishna Ch			compatible = "samsung,exynos7-pinctrl";
316f17a618bSNaveen Krishna Ch			reg = <0x13470000 0x1000>;
31786bb573dSKrzysztof Kozlowski			interrupts = <GIC_SPI 383 IRQ_TYPE_LEVEL_HIGH>;
318f17a618bSNaveen Krishna Ch		};
319f17a618bSNaveen Krishna Ch
320f17a618bSNaveen Krishna Ch		pinctrl_nfc: pinctrl@14cd0000 {
321f17a618bSNaveen Krishna Ch			compatible = "samsung,exynos7-pinctrl";
322f17a618bSNaveen Krishna Ch			reg = <0x14cd0000 0x1000>;
32386bb573dSKrzysztof Kozlowski			interrupts = <GIC_SPI 473 IRQ_TYPE_LEVEL_HIGH>;
324f17a618bSNaveen Krishna Ch		};
325f17a618bSNaveen Krishna Ch
326f17a618bSNaveen Krishna Ch		pinctrl_touch: pinctrl@14ce0000 {
327f17a618bSNaveen Krishna Ch			compatible = "samsung,exynos7-pinctrl";
328f17a618bSNaveen Krishna Ch			reg = <0x14ce0000 0x1000>;
32986bb573dSKrzysztof Kozlowski			interrupts = <GIC_SPI 474 IRQ_TYPE_LEVEL_HIGH>;
330f17a618bSNaveen Krishna Ch		};
331f17a618bSNaveen Krishna Ch
332f17a618bSNaveen Krishna Ch		pinctrl_ff: pinctrl@14c90000 {
333f17a618bSNaveen Krishna Ch			compatible = "samsung,exynos7-pinctrl";
334f17a618bSNaveen Krishna Ch			reg = <0x14c90000 0x1000>;
33586bb573dSKrzysztof Kozlowski			interrupts = <GIC_SPI 475 IRQ_TYPE_LEVEL_HIGH>;
336f17a618bSNaveen Krishna Ch		};
337f17a618bSNaveen Krishna Ch
338f17a618bSNaveen Krishna Ch		pinctrl_ese: pinctrl@14ca0000 {
339f17a618bSNaveen Krishna Ch			compatible = "samsung,exynos7-pinctrl";
340f17a618bSNaveen Krishna Ch			reg = <0x14ca0000 0x1000>;
34186bb573dSKrzysztof Kozlowski			interrupts = <GIC_SPI 476 IRQ_TYPE_LEVEL_HIGH>;
342f17a618bSNaveen Krishna Ch		};
343f17a618bSNaveen Krishna Ch
344f17a618bSNaveen Krishna Ch		pinctrl_fsys0: pinctrl@10e60000 {
345f17a618bSNaveen Krishna Ch			compatible = "samsung,exynos7-pinctrl";
346f17a618bSNaveen Krishna Ch			reg = <0x10e60000 0x1000>;
34786bb573dSKrzysztof Kozlowski			interrupts = <GIC_SPI 221 IRQ_TYPE_LEVEL_HIGH>;
348f17a618bSNaveen Krishna Ch		};
349f17a618bSNaveen Krishna Ch
350f17a618bSNaveen Krishna Ch		pinctrl_fsys1: pinctrl@15690000 {
351f17a618bSNaveen Krishna Ch			compatible = "samsung,exynos7-pinctrl";
352f17a618bSNaveen Krishna Ch			reg = <0x15690000 0x1000>;
35386bb573dSKrzysztof Kozlowski			interrupts = <GIC_SPI 203 IRQ_TYPE_LEVEL_HIGH>;
354f17a618bSNaveen Krishna Ch		};
355f17a618bSNaveen Krishna Ch
356c60ce7feSAlim Akhtar		pinctrl_bus1: pinctrl@14870000 {
357c60ce7feSAlim Akhtar			compatible = "samsung,exynos7-pinctrl";
358c60ce7feSAlim Akhtar			reg = <0x14870000 0x1000>;
35986bb573dSKrzysztof Kozlowski			interrupts = <GIC_SPI 384 IRQ_TYPE_LEVEL_HIGH>;
360c60ce7feSAlim Akhtar		};
361c60ce7feSAlim Akhtar
3626de6f73cSAbhilash Kesavan		hsi2c_0: hsi2c@13640000 {
3636de6f73cSAbhilash Kesavan			compatible = "samsung,exynos7-hsi2c";
3646de6f73cSAbhilash Kesavan			reg = <0x13640000 0x1000>;
36586bb573dSKrzysztof Kozlowski			interrupts = <GIC_SPI 441 IRQ_TYPE_LEVEL_HIGH>;
3666de6f73cSAbhilash Kesavan			#address-cells = <1>;
3676de6f73cSAbhilash Kesavan			#size-cells = <0>;
3686de6f73cSAbhilash Kesavan			pinctrl-names = "default";
3696de6f73cSAbhilash Kesavan			pinctrl-0 = <&hs_i2c0_bus>;
3706de6f73cSAbhilash Kesavan			clocks = <&clock_peric0 PCLK_HSI2C0>;
3716de6f73cSAbhilash Kesavan			clock-names = "hsi2c";
3726de6f73cSAbhilash Kesavan			status = "disabled";
3736de6f73cSAbhilash Kesavan		};
3746de6f73cSAbhilash Kesavan
3756de6f73cSAbhilash Kesavan		hsi2c_1: hsi2c@13650000 {
3766de6f73cSAbhilash Kesavan			compatible = "samsung,exynos7-hsi2c";
3776de6f73cSAbhilash Kesavan			reg = <0x13650000 0x1000>;
37886bb573dSKrzysztof Kozlowski			interrupts = <GIC_SPI 442 IRQ_TYPE_LEVEL_HIGH>;
3796de6f73cSAbhilash Kesavan			#address-cells = <1>;
3806de6f73cSAbhilash Kesavan			#size-cells = <0>;
3816de6f73cSAbhilash Kesavan			pinctrl-names = "default";
3826de6f73cSAbhilash Kesavan			pinctrl-0 = <&hs_i2c1_bus>;
3836de6f73cSAbhilash Kesavan			clocks = <&clock_peric0 PCLK_HSI2C1>;
3846de6f73cSAbhilash Kesavan			clock-names = "hsi2c";
3856de6f73cSAbhilash Kesavan			status = "disabled";
3866de6f73cSAbhilash Kesavan		};
3876de6f73cSAbhilash Kesavan
3886de6f73cSAbhilash Kesavan		hsi2c_2: hsi2c@14e60000 {
3896de6f73cSAbhilash Kesavan			compatible = "samsung,exynos7-hsi2c";
3906de6f73cSAbhilash Kesavan			reg = <0x14e60000 0x1000>;
39186bb573dSKrzysztof Kozlowski			interrupts = <GIC_SPI 459 IRQ_TYPE_LEVEL_HIGH>;
3926de6f73cSAbhilash Kesavan			#address-cells = <1>;
3936de6f73cSAbhilash Kesavan			#size-cells = <0>;
3946de6f73cSAbhilash Kesavan			pinctrl-names = "default";
3956de6f73cSAbhilash Kesavan			pinctrl-0 = <&hs_i2c2_bus>;
3966de6f73cSAbhilash Kesavan			clocks = <&clock_peric1 PCLK_HSI2C2>;
3976de6f73cSAbhilash Kesavan			clock-names = "hsi2c";
3986de6f73cSAbhilash Kesavan			status = "disabled";
3996de6f73cSAbhilash Kesavan		};
4006de6f73cSAbhilash Kesavan
4016de6f73cSAbhilash Kesavan		hsi2c_3: hsi2c@14e70000 {
4026de6f73cSAbhilash Kesavan			compatible = "samsung,exynos7-hsi2c";
4036de6f73cSAbhilash Kesavan			reg = <0x14e70000 0x1000>;
40486bb573dSKrzysztof Kozlowski			interrupts = <GIC_SPI 460 IRQ_TYPE_LEVEL_HIGH>;
4056de6f73cSAbhilash Kesavan			#address-cells = <1>;
4066de6f73cSAbhilash Kesavan			#size-cells = <0>;
4076de6f73cSAbhilash Kesavan			pinctrl-names = "default";
4086de6f73cSAbhilash Kesavan			pinctrl-0 = <&hs_i2c3_bus>;
4096de6f73cSAbhilash Kesavan			clocks = <&clock_peric1 PCLK_HSI2C3>;
4106de6f73cSAbhilash Kesavan			clock-names = "hsi2c";
4116de6f73cSAbhilash Kesavan			status = "disabled";
4126de6f73cSAbhilash Kesavan		};
4136de6f73cSAbhilash Kesavan
4146de6f73cSAbhilash Kesavan		hsi2c_4: hsi2c@13660000 {
4156de6f73cSAbhilash Kesavan			compatible = "samsung,exynos7-hsi2c";
4166de6f73cSAbhilash Kesavan			reg = <0x13660000 0x1000>;
41786bb573dSKrzysztof Kozlowski			interrupts = <GIC_SPI 443 IRQ_TYPE_LEVEL_HIGH>;
4186de6f73cSAbhilash Kesavan			#address-cells = <1>;
4196de6f73cSAbhilash Kesavan			#size-cells = <0>;
4206de6f73cSAbhilash Kesavan			pinctrl-names = "default";
4216de6f73cSAbhilash Kesavan			pinctrl-0 = <&hs_i2c4_bus>;
4226de6f73cSAbhilash Kesavan			clocks = <&clock_peric0 PCLK_HSI2C4>;
4236de6f73cSAbhilash Kesavan			clock-names = "hsi2c";
4246de6f73cSAbhilash Kesavan			status = "disabled";
4256de6f73cSAbhilash Kesavan		};
4266de6f73cSAbhilash Kesavan
4276de6f73cSAbhilash Kesavan		hsi2c_5: hsi2c@13670000 {
4286de6f73cSAbhilash Kesavan			compatible = "samsung,exynos7-hsi2c";
4296de6f73cSAbhilash Kesavan			reg = <0x13670000 0x1000>;
43086bb573dSKrzysztof Kozlowski			interrupts = <GIC_SPI 444 IRQ_TYPE_LEVEL_HIGH>;
4316de6f73cSAbhilash Kesavan			#address-cells = <1>;
4326de6f73cSAbhilash Kesavan			#size-cells = <0>;
4336de6f73cSAbhilash Kesavan			pinctrl-names = "default";
4346de6f73cSAbhilash Kesavan			pinctrl-0 = <&hs_i2c5_bus>;
4356de6f73cSAbhilash Kesavan			clocks = <&clock_peric0 PCLK_HSI2C5>;
4366de6f73cSAbhilash Kesavan			clock-names = "hsi2c";
4376de6f73cSAbhilash Kesavan			status = "disabled";
4386de6f73cSAbhilash Kesavan		};
4396de6f73cSAbhilash Kesavan
4406de6f73cSAbhilash Kesavan		hsi2c_6: hsi2c@14e00000 {
4416de6f73cSAbhilash Kesavan			compatible = "samsung,exynos7-hsi2c";
4426de6f73cSAbhilash Kesavan			reg = <0x14e00000 0x1000>;
44386bb573dSKrzysztof Kozlowski			interrupts = <GIC_SPI 461 IRQ_TYPE_LEVEL_HIGH>;
4446de6f73cSAbhilash Kesavan			#address-cells = <1>;
4456de6f73cSAbhilash Kesavan			#size-cells = <0>;
4466de6f73cSAbhilash Kesavan			pinctrl-names = "default";
4476de6f73cSAbhilash Kesavan			pinctrl-0 = <&hs_i2c6_bus>;
4486de6f73cSAbhilash Kesavan			clocks = <&clock_peric1 PCLK_HSI2C6>;
4496de6f73cSAbhilash Kesavan			clock-names = "hsi2c";
4506de6f73cSAbhilash Kesavan			status = "disabled";
4516de6f73cSAbhilash Kesavan		};
4526de6f73cSAbhilash Kesavan
4536de6f73cSAbhilash Kesavan		hsi2c_7: hsi2c@13e10000 {
4546de6f73cSAbhilash Kesavan			compatible = "samsung,exynos7-hsi2c";
4556de6f73cSAbhilash Kesavan			reg = <0x13e10000 0x1000>;
45686bb573dSKrzysztof Kozlowski			interrupts = <GIC_SPI 462 IRQ_TYPE_LEVEL_HIGH>;
4576de6f73cSAbhilash Kesavan			#address-cells = <1>;
4586de6f73cSAbhilash Kesavan			#size-cells = <0>;
4596de6f73cSAbhilash Kesavan			pinctrl-names = "default";
4606de6f73cSAbhilash Kesavan			pinctrl-0 = <&hs_i2c7_bus>;
4616de6f73cSAbhilash Kesavan			clocks = <&clock_peric1 PCLK_HSI2C7>;
4626de6f73cSAbhilash Kesavan			clock-names = "hsi2c";
4636de6f73cSAbhilash Kesavan			status = "disabled";
4646de6f73cSAbhilash Kesavan		};
4656de6f73cSAbhilash Kesavan
4666de6f73cSAbhilash Kesavan		hsi2c_8: hsi2c@14e20000 {
4676de6f73cSAbhilash Kesavan			compatible = "samsung,exynos7-hsi2c";
4686de6f73cSAbhilash Kesavan			reg = <0x14e20000 0x1000>;
46986bb573dSKrzysztof Kozlowski			interrupts = <GIC_SPI 463 IRQ_TYPE_LEVEL_HIGH>;
4706de6f73cSAbhilash Kesavan			#address-cells = <1>;
4716de6f73cSAbhilash Kesavan			#size-cells = <0>;
4726de6f73cSAbhilash Kesavan			pinctrl-names = "default";
4736de6f73cSAbhilash Kesavan			pinctrl-0 = <&hs_i2c8_bus>;
4746de6f73cSAbhilash Kesavan			clocks = <&clock_peric1 PCLK_HSI2C8>;
4756de6f73cSAbhilash Kesavan			clock-names = "hsi2c";
4766de6f73cSAbhilash Kesavan			status = "disabled";
4776de6f73cSAbhilash Kesavan		};
4786de6f73cSAbhilash Kesavan
4796de6f73cSAbhilash Kesavan		hsi2c_9: hsi2c@13680000 {
4806de6f73cSAbhilash Kesavan			compatible = "samsung,exynos7-hsi2c";
4816de6f73cSAbhilash Kesavan			reg = <0x13680000 0x1000>;
48286bb573dSKrzysztof Kozlowski			interrupts = <GIC_SPI 445 IRQ_TYPE_LEVEL_HIGH>;
4836de6f73cSAbhilash Kesavan			#address-cells = <1>;
4846de6f73cSAbhilash Kesavan			#size-cells = <0>;
4856de6f73cSAbhilash Kesavan			pinctrl-names = "default";
4866de6f73cSAbhilash Kesavan			pinctrl-0 = <&hs_i2c9_bus>;
4876de6f73cSAbhilash Kesavan			clocks = <&clock_peric0 PCLK_HSI2C9>;
4886de6f73cSAbhilash Kesavan			clock-names = "hsi2c";
4896de6f73cSAbhilash Kesavan			status = "disabled";
4906de6f73cSAbhilash Kesavan		};
4916de6f73cSAbhilash Kesavan
4926de6f73cSAbhilash Kesavan		hsi2c_10: hsi2c@13690000 {
4936de6f73cSAbhilash Kesavan			compatible = "samsung,exynos7-hsi2c";
4946de6f73cSAbhilash Kesavan			reg = <0x13690000 0x1000>;
49586bb573dSKrzysztof Kozlowski			interrupts = <GIC_SPI 446 IRQ_TYPE_LEVEL_HIGH>;
4966de6f73cSAbhilash Kesavan			#address-cells = <1>;
4976de6f73cSAbhilash Kesavan			#size-cells = <0>;
4986de6f73cSAbhilash Kesavan			pinctrl-names = "default";
4996de6f73cSAbhilash Kesavan			pinctrl-0 = <&hs_i2c10_bus>;
5006de6f73cSAbhilash Kesavan			clocks = <&clock_peric0 PCLK_HSI2C10>;
5016de6f73cSAbhilash Kesavan			clock-names = "hsi2c";
5026de6f73cSAbhilash Kesavan			status = "disabled";
5036de6f73cSAbhilash Kesavan		};
5046de6f73cSAbhilash Kesavan
5056de6f73cSAbhilash Kesavan		hsi2c_11: hsi2c@136a0000 {
5066de6f73cSAbhilash Kesavan			compatible = "samsung,exynos7-hsi2c";
5076de6f73cSAbhilash Kesavan			reg = <0x136a0000 0x1000>;
50886bb573dSKrzysztof Kozlowski			interrupts = <GIC_SPI 447 IRQ_TYPE_LEVEL_HIGH>;
5096de6f73cSAbhilash Kesavan			#address-cells = <1>;
5106de6f73cSAbhilash Kesavan			#size-cells = <0>;
5116de6f73cSAbhilash Kesavan			pinctrl-names = "default";
5126de6f73cSAbhilash Kesavan			pinctrl-0 = <&hs_i2c11_bus>;
5136de6f73cSAbhilash Kesavan			clocks = <&clock_peric0 PCLK_HSI2C11>;
5146de6f73cSAbhilash Kesavan			clock-names = "hsi2c";
5156de6f73cSAbhilash Kesavan			status = "disabled";
5166de6f73cSAbhilash Kesavan		};
5176de6f73cSAbhilash Kesavan
5180a7d1d80SAbhilash Kesavan		pmu_system_controller: system-controller@105c0000 {
5190a7d1d80SAbhilash Kesavan			compatible = "samsung,exynos7-pmu", "syscon";
5200a7d1d80SAbhilash Kesavan			reg = <0x105c0000 0x5000>;
521d98b53b9SKrzysztof Kozlowski		};
522fb026cb6SAlim Akhtar
5236de6f73cSAbhilash Kesavan		rtc: rtc@10590000 {
5246de6f73cSAbhilash Kesavan			compatible = "samsung,s3c6410-rtc";
5256de6f73cSAbhilash Kesavan			reg = <0x10590000 0x100>;
52686bb573dSKrzysztof Kozlowski			interrupts = <GIC_SPI 355 IRQ_TYPE_LEVEL_HIGH>,
52786bb573dSKrzysztof Kozlowski				     <GIC_SPI 356 IRQ_TYPE_LEVEL_HIGH>;
5286de6f73cSAbhilash Kesavan			clocks = <&clock_ccore PCLK_RTC>;
5296de6f73cSAbhilash Kesavan			clock-names = "rtc";
5306de6f73cSAbhilash Kesavan			status = "disabled";
5316de6f73cSAbhilash Kesavan		};
5326de6f73cSAbhilash Kesavan
5336de6f73cSAbhilash Kesavan		watchdog: watchdog@101d0000 {
5346de6f73cSAbhilash Kesavan			compatible = "samsung,exynos7-wdt";
5356de6f73cSAbhilash Kesavan			reg = <0x101d0000 0x100>;
53686bb573dSKrzysztof Kozlowski			interrupts = <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>;
5376de6f73cSAbhilash Kesavan			clocks = <&clock_peris PCLK_WDT>;
5386de6f73cSAbhilash Kesavan			clock-names = "watchdog";
5396de6f73cSAbhilash Kesavan			samsung,syscon-phandle = <&pmu_system_controller>;
5406de6f73cSAbhilash Kesavan			status = "disabled";
5416de6f73cSAbhilash Kesavan		};
5426de6f73cSAbhilash Kesavan
543ede87c3aSMarek Szyprowski		gpu: gpu@14ac0000 {
544ede87c3aSMarek Szyprowski			compatible = "samsung,exynos5433-mali", "arm,mali-t760";
545ede87c3aSMarek Szyprowski			reg = <0x14ac0000 0x5000>;
546ede87c3aSMarek Szyprowski			interrupts = <GIC_SPI 241 IRQ_TYPE_LEVEL_HIGH>,
547ede87c3aSMarek Szyprowski				     <GIC_SPI 242 IRQ_TYPE_LEVEL_HIGH>,
548ede87c3aSMarek Szyprowski				     <GIC_SPI 240 IRQ_TYPE_LEVEL_HIGH>;
549ede87c3aSMarek Szyprowski			interrupt-names = "job", "mmu", "gpu";
550ede87c3aSMarek Szyprowski			status = "disabled";
551ede87c3aSMarek Szyprowski			/* TODO: operating points for DVFS, cooling device */
552ede87c3aSMarek Szyprowski		};
553ede87c3aSMarek Szyprowski
5546de6f73cSAbhilash Kesavan		mmc_0: mmc@15740000 {
5556de6f73cSAbhilash Kesavan			compatible = "samsung,exynos7-dw-mshc-smu";
55686bb573dSKrzysztof Kozlowski			interrupts = <GIC_SPI 201 IRQ_TYPE_LEVEL_HIGH>;
5576de6f73cSAbhilash Kesavan			#address-cells = <1>;
5586de6f73cSAbhilash Kesavan			#size-cells = <0>;
5596de6f73cSAbhilash Kesavan			reg = <0x15740000 0x2000>;
5606de6f73cSAbhilash Kesavan			clocks = <&clock_fsys1 ACLK_MMC0>,
5616de6f73cSAbhilash Kesavan				 <&clock_top1 CLK_SCLK_MMC0>;
5626de6f73cSAbhilash Kesavan			clock-names = "biu", "ciu";
5636de6f73cSAbhilash Kesavan			fifo-depth = <0x40>;
5646de6f73cSAbhilash Kesavan			status = "disabled";
5656de6f73cSAbhilash Kesavan		};
5666de6f73cSAbhilash Kesavan
5676de6f73cSAbhilash Kesavan		mmc_1: mmc@15750000 {
5686de6f73cSAbhilash Kesavan			compatible = "samsung,exynos7-dw-mshc";
56986bb573dSKrzysztof Kozlowski			interrupts = <GIC_SPI 202 IRQ_TYPE_LEVEL_HIGH>;
5706de6f73cSAbhilash Kesavan			#address-cells = <1>;
5716de6f73cSAbhilash Kesavan			#size-cells = <0>;
5726de6f73cSAbhilash Kesavan			reg = <0x15750000 0x2000>;
5736de6f73cSAbhilash Kesavan			clocks = <&clock_fsys1 ACLK_MMC1>,
5746de6f73cSAbhilash Kesavan				 <&clock_top1 CLK_SCLK_MMC1>;
5756de6f73cSAbhilash Kesavan			clock-names = "biu", "ciu";
5766de6f73cSAbhilash Kesavan			fifo-depth = <0x40>;
5776de6f73cSAbhilash Kesavan			status = "disabled";
5786de6f73cSAbhilash Kesavan		};
5796de6f73cSAbhilash Kesavan
5806de6f73cSAbhilash Kesavan		mmc_2: mmc@15560000 {
5816de6f73cSAbhilash Kesavan			compatible = "samsung,exynos7-dw-mshc-smu";
58286bb573dSKrzysztof Kozlowski			interrupts = <GIC_SPI 216 IRQ_TYPE_LEVEL_HIGH>;
5836de6f73cSAbhilash Kesavan			#address-cells = <1>;
5846de6f73cSAbhilash Kesavan			#size-cells = <0>;
5856de6f73cSAbhilash Kesavan			reg = <0x15560000 0x2000>;
5866de6f73cSAbhilash Kesavan			clocks = <&clock_fsys0 ACLK_MMC2>,
5876de6f73cSAbhilash Kesavan				 <&clock_top1 CLK_SCLK_MMC2>;
5886de6f73cSAbhilash Kesavan			clock-names = "biu", "ciu";
5896de6f73cSAbhilash Kesavan			fifo-depth = <0x40>;
5906de6f73cSAbhilash Kesavan			status = "disabled";
5916de6f73cSAbhilash Kesavan		};
5926de6f73cSAbhilash Kesavan
5936de6f73cSAbhilash Kesavan		adc: adc@13620000 {
5946de6f73cSAbhilash Kesavan			compatible = "samsung,exynos7-adc";
5956de6f73cSAbhilash Kesavan			reg = <0x13620000 0x100>;
59686bb573dSKrzysztof Kozlowski			interrupts = <GIC_SPI 448 IRQ_TYPE_LEVEL_HIGH>;
5976de6f73cSAbhilash Kesavan			clocks = <&clock_peric0 PCLK_ADCIF>;
5986de6f73cSAbhilash Kesavan			clock-names = "adc";
5996de6f73cSAbhilash Kesavan			#io-channel-cells = <1>;
6006de6f73cSAbhilash Kesavan			status = "disabled";
6016de6f73cSAbhilash Kesavan		};
6026de6f73cSAbhilash Kesavan
6036de6f73cSAbhilash Kesavan		pwm: pwm@136c0000 {
6046de6f73cSAbhilash Kesavan			compatible = "samsung,exynos4210-pwm";
6056de6f73cSAbhilash Kesavan			reg = <0x136c0000 0x100>;
606dac95cefSKrzysztof Kozlowski			interrupts = <GIC_SPI 449 IRQ_TYPE_LEVEL_HIGH>,
607dac95cefSKrzysztof Kozlowski				     <GIC_SPI 450 IRQ_TYPE_LEVEL_HIGH>,
608dac95cefSKrzysztof Kozlowski				     <GIC_SPI 451 IRQ_TYPE_LEVEL_HIGH>,
609dac95cefSKrzysztof Kozlowski				     <GIC_SPI 452 IRQ_TYPE_LEVEL_HIGH>,
610dac95cefSKrzysztof Kozlowski				     <GIC_SPI 453 IRQ_TYPE_LEVEL_HIGH>;
6116de6f73cSAbhilash Kesavan			samsung,pwm-outputs = <0>, <1>, <2>, <3>;
6126de6f73cSAbhilash Kesavan			#pwm-cells = <3>;
6136de6f73cSAbhilash Kesavan			clocks = <&clock_peric0 PCLK_PWM>;
6146de6f73cSAbhilash Kesavan			clock-names = "timers";
6156de6f73cSAbhilash Kesavan		};
616fbfcf4bfSAlim Akhtar
617fbfcf4bfSAlim Akhtar		tmuctrl_0: tmu@10060000 {
618fbfcf4bfSAlim Akhtar			compatible = "samsung,exynos7-tmu";
619fbfcf4bfSAlim Akhtar			reg = <0x10060000 0x200>;
62086bb573dSKrzysztof Kozlowski			interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
621fbfcf4bfSAlim Akhtar			clocks = <&clock_peris PCLK_TMU>,
622fbfcf4bfSAlim Akhtar				 <&clock_peris SCLK_TMU>;
623fbfcf4bfSAlim Akhtar			clock-names = "tmu_apbif", "tmu_sclk";
6240263a303SBartlomiej Zolnierkiewicz			#thermal-sensor-cells = <0>;
625fbfcf4bfSAlim Akhtar		};
626fbfcf4bfSAlim Akhtar
6274464005aSAlim Akhtar		ufs: ufs@15570000 {
6284464005aSAlim Akhtar			compatible = "samsung,exynos7-ufs";
6294464005aSAlim Akhtar			reg = <0x15570000 0x100>,  /* 0: HCI standard */
6304464005aSAlim Akhtar				<0x15570100 0x100>,  /* 1: Vendor specificed */
6314464005aSAlim Akhtar				<0x15571000 0x200>,  /* 2: UNIPRO */
6324464005aSAlim Akhtar				<0x15572000 0x300>;  /* 3: UFS protector */
6334464005aSAlim Akhtar			reg-names = "hci", "vs_hci", "unipro", "ufsp";
6344464005aSAlim Akhtar			interrupts = <GIC_SPI 200 IRQ_TYPE_LEVEL_HIGH>;
6354464005aSAlim Akhtar			clocks = <&clock_fsys1 ACLK_UFS20_LINK>,
6364464005aSAlim Akhtar				<&clock_fsys1 SCLK_UFSUNIPRO20_USER>;
6374464005aSAlim Akhtar			clock-names = "core_clk", "sclk_unipro_main";
6384464005aSAlim Akhtar			freq-table-hz = <0 0>, <0 0>;
6394464005aSAlim Akhtar			pinctrl-names = "default";
6404464005aSAlim Akhtar			pinctrl-0 = <&ufs_rst_n &ufs_refclk_out>;
6414464005aSAlim Akhtar			phys = <&ufs_phy>;
6424464005aSAlim Akhtar			phy-names = "ufs-phy";
6434464005aSAlim Akhtar			status = "disabled";
6444464005aSAlim Akhtar		};
6454464005aSAlim Akhtar
6464464005aSAlim Akhtar		ufs_phy: ufs-phy@15571800 {
6474464005aSAlim Akhtar			compatible = "samsung,exynos7-ufs-phy";
6484464005aSAlim Akhtar			reg = <0x15571800 0x240>;
6494464005aSAlim Akhtar			reg-names = "phy-pma";
6504464005aSAlim Akhtar			samsung,pmu-syscon = <&pmu_system_controller>;
6514464005aSAlim Akhtar			#phy-cells = <0>;
6524464005aSAlim Akhtar			clocks = <&clock_fsys1 SCLK_COMBO_PHY_EMBEDDED_26M>,
6534464005aSAlim Akhtar				 <&clock_fsys1 PHYCLK_UFS20_RX1_SYMBOL_USER>,
6544464005aSAlim Akhtar				 <&clock_fsys1 PHYCLK_UFS20_RX0_SYMBOL_USER>,
6554464005aSAlim Akhtar				 <&clock_fsys1 PHYCLK_UFS20_TX0_SYMBOL_USER>;
6564464005aSAlim Akhtar			clock-names = "ref_clk", "rx1_symbol_clk",
6574464005aSAlim Akhtar				      "rx0_symbol_clk",
6584464005aSAlim Akhtar				      "tx0_symbol_clk";
6594464005aSAlim Akhtar		};
6604464005aSAlim Akhtar
661ad6afec8SVivek Gautam		usbdrd_phy: phy@15500000 {
662ad6afec8SVivek Gautam			compatible = "samsung,exynos7-usbdrd-phy";
663ad6afec8SVivek Gautam			reg = <0x15500000 0x100>;
664ad6afec8SVivek Gautam			clocks = <&clock_fsys0 ACLK_USBDRD300>,
665ad6afec8SVivek Gautam			       <&clock_fsys0 OSCCLK_PHY_CLKOUT_USB30_PHY>,
666ad6afec8SVivek Gautam			       <&clock_fsys0 PHYCLK_USBDRD300_UDRD30_PIPE_PCLK_USER>,
667ad6afec8SVivek Gautam			       <&clock_fsys0 PHYCLK_USBDRD300_UDRD30_PHYCLK_USER>,
668ad6afec8SVivek Gautam			       <&clock_fsys0 SCLK_USBDRD300_REFCLK>;
669ad6afec8SVivek Gautam			clock-names = "phy", "ref", "phy_pipe",
670ad6afec8SVivek Gautam				"phy_utmi", "itp";
671ad6afec8SVivek Gautam			samsung,pmu-syscon = <&pmu_system_controller>;
672ad6afec8SVivek Gautam			#phy-cells = <1>;
673ad6afec8SVivek Gautam		};
674ad6afec8SVivek Gautam
675ad6afec8SVivek Gautam		usbdrd3 {
676ad6afec8SVivek Gautam			compatible = "samsung,exynos7-dwusb3";
677ad6afec8SVivek Gautam			clocks = <&clock_fsys0 ACLK_USBDRD300>,
678ad6afec8SVivek Gautam			       <&clock_fsys0 SCLK_USBDRD300_SUSPENDCLK>,
679ad6afec8SVivek Gautam			       <&clock_fsys0 ACLK_AXIUS_USBDRD30X_FSYS0X>;
680ad6afec8SVivek Gautam			clock-names = "usbdrd30", "usbdrd30_susp_clk",
681ad6afec8SVivek Gautam				"usbdrd30_axius_clk";
682ad6afec8SVivek Gautam			#address-cells = <1>;
683ad6afec8SVivek Gautam			#size-cells = <1>;
684ad6afec8SVivek Gautam			ranges;
685ad6afec8SVivek Gautam
686e8ea5764SSerge Semin			usb@15400000 {
687ad6afec8SVivek Gautam				compatible = "snps,dwc3";
688ad6afec8SVivek Gautam				reg = <0x15400000 0x10000>;
689ad6afec8SVivek Gautam				interrupts = <GIC_SPI 223 IRQ_TYPE_LEVEL_HIGH>;
690ad6afec8SVivek Gautam				phys = <&usbdrd_phy 0>, <&usbdrd_phy 1>;
691ad6afec8SVivek Gautam				phy-names = "usb2-phy", "usb3-phy";
692ad6afec8SVivek Gautam			};
693ad6afec8SVivek Gautam		};
694b9024cbcSNaveen Krishna Ch	};
695179a2802SKrzysztof Kozlowski
696229134ccSKrzysztof Kozlowski	thermal-zones {
697229134ccSKrzysztof Kozlowski		atlas_thermal: cluster0-thermal {
698229134ccSKrzysztof Kozlowski			polling-delay-passive = <0>; /* milliseconds */
699229134ccSKrzysztof Kozlowski			polling-delay = <0>; /* milliseconds */
700229134ccSKrzysztof Kozlowski			thermal-sensors = <&tmuctrl_0>;
701229134ccSKrzysztof Kozlowski			#include "exynos7-trip-points.dtsi"
702229134ccSKrzysztof Kozlowski		};
703229134ccSKrzysztof Kozlowski	};
704229134ccSKrzysztof Kozlowski
705179a2802SKrzysztof Kozlowski	timer {
706179a2802SKrzysztof Kozlowski		compatible = "arm,armv8-timer";
707179a2802SKrzysztof Kozlowski		interrupts = <GIC_PPI 13
708179a2802SKrzysztof Kozlowski				(GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>,
709179a2802SKrzysztof Kozlowski			     <GIC_PPI 14
710179a2802SKrzysztof Kozlowski				(GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>,
711179a2802SKrzysztof Kozlowski			     <GIC_PPI 11
712179a2802SKrzysztof Kozlowski				(GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>,
713179a2802SKrzysztof Kozlowski			     <GIC_PPI 10
714179a2802SKrzysztof Kozlowski				(GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>;
715179a2802SKrzysztof Kozlowski	};
716b9024cbcSNaveen Krishna Ch};
717f17a618bSNaveen Krishna Ch
718f17a618bSNaveen Krishna Ch#include "exynos7-pinctrl.dtsi"
71973bc7510SPaweł Chmiel#include "arm/exynos-syscon-restart.dtsi"
720