blob: 8dbeb873e99ca8bac4badd0532c75d14699337b6 [file] [log] [blame]
Kukjin Kimb074abb2012-02-10 13:12:21 +09001/*
2 * SAMSUNG EXYNOS5250 SoC device tree source
3 *
4 * Copyright (c) 2012 Samsung Electronics Co., Ltd.
5 * http://www.samsung.com
6 *
7 * SAMSUNG EXYNOS5250 SoC device nodes are listed in this file.
8 * EXYNOS5250 based board files can include this file and provide
9 * values for board specfic bindings.
10 *
11 * Note: This file does not include device nodes for all the controllers in
12 * EXYNOS5250 SoC. As device tree coverage for EXYNOS5250 increases,
13 * additional nodes can be added to this file.
14 *
15 * This program is free software; you can redistribute it and/or modify
16 * it under the terms of the GNU General Public License version 2 as
17 * published by the Free Software Foundation.
18*/
19
Andrzej Hajdafe273c32014-02-26 09:53:30 +090020#include <dt-bindings/clock/exynos5250.h>
Chander Kashyape6c21cb2013-06-19 00:29:34 +090021#include "exynos5.dtsi"
Lukasz Majewski9843a222015-01-30 08:26:03 +090022#include "exynos4-cpu-thermal.dtsi"
Tushar Behera602408e2014-03-21 04:31:30 +090023#include <dt-bindings/clock/exynos-audss-clk.h>
Kukjin Kimb074abb2012-02-10 13:12:21 +090024
25/ {
Sachin Kamat8bdb31b2014-03-21 02:17:22 +090026 compatible = "samsung,exynos5250", "samsung,exynos5";
Kukjin Kimb074abb2012-02-10 13:12:21 +090027
Thomas Abraham79989ba2012-07-14 10:45:36 +090028 aliases {
29 spi0 = &spi_0;
30 spi1 = &spi_1;
31 spi2 = &spi_2;
Shaik Ameer Basha11286582012-09-07 14:13:08 +090032 gsc0 = &gsc_0;
33 gsc1 = &gsc_1;
34 gsc2 = &gsc_2;
35 gsc3 = &gsc_3;
Yuvaraj Kumar C Dc8149df2013-10-21 05:48:16 +090036 mshc0 = &mmc_0;
37 mshc1 = &mmc_1;
38 mshc2 = &mmc_2;
39 mshc3 = &mmc_3;
Abhilash Kesavanb9fa3e72012-11-20 18:20:40 +090040 i2c4 = &i2c_4;
41 i2c5 = &i2c_5;
42 i2c6 = &i2c_6;
43 i2c7 = &i2c_7;
44 i2c8 = &i2c_8;
Yuvaraj Kumar C Dba0d7ed2014-03-18 07:49:14 +090045 i2c9 = &i2c_9;
Thomas Abrahamf8bfe2b2013-04-04 14:16:11 +090046 pinctrl0 = &pinctrl_0;
47 pinctrl1 = &pinctrl_1;
48 pinctrl2 = &pinctrl_2;
49 pinctrl3 = &pinctrl_3;
Thomas Abraham79989ba2012-07-14 10:45:36 +090050 };
51
Chander Kashyap1897d2f2013-06-19 00:29:34 +090052 cpus {
53 #address-cells = <1>;
54 #size-cells = <0>;
55
Lukasz Majewskibf4a0be2015-01-30 08:26:02 +090056 cpu0: cpu@0 {
Chander Kashyap1897d2f2013-06-19 00:29:34 +090057 device_type = "cpu";
58 compatible = "arm,cortex-a15";
59 reg = <0>;
Sachin Kamat0da80562013-12-12 06:54:34 +090060 clock-frequency = <1700000000>;
Thomas Abraham846c5302015-07-01 15:10:36 +020061 clocks = <&clock CLK_ARM_CLK>;
62 clock-names = "cpu";
63 clock-latency = <140000>;
64
65 operating-points = <
66 1700000 1300000
67 1600000 1250000
68 1500000 1225000
69 1400000 1200000
70 1300000 1150000
71 1200000 1125000
72 1100000 1100000
73 1000000 1075000
74 900000 1050000
75 800000 1025000
76 700000 1012500
77 600000 1000000
78 500000 975000
79 400000 950000
80 300000 937500
81 200000 925000
82 >;
Lukasz Majewskibf4a0be2015-01-30 08:26:02 +090083 cooling-min-level = <15>;
84 cooling-max-level = <9>;
85 #cooling-cells = <2>; /* min followed by max */
Chander Kashyap1897d2f2013-06-19 00:29:34 +090086 };
87 cpu@1 {
88 device_type = "cpu";
89 compatible = "arm,cortex-a15";
90 reg = <1>;
Sachin Kamat0da80562013-12-12 06:54:34 +090091 clock-frequency = <1700000000>;
Chander Kashyap1897d2f2013-06-19 00:29:34 +090092 };
Kukjin Kimb074abb2012-02-10 13:12:21 +090093 };
94
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +020095 soc: soc {
96 sysram@02020000 {
97 compatible = "mmio-sram";
98 reg = <0x02020000 0x30000>;
99 #address-cells = <1>;
100 #size-cells = <1>;
101 ranges = <0 0x02020000 0x30000>;
Sachin Kamatb3205de2014-05-13 07:13:44 +0900102
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200103 smp-sysram@0 {
104 compatible = "samsung,exynos4210-sysram";
105 reg = <0x0 0x1000>;
106 };
107
108 smp-sysram@2f000 {
109 compatible = "samsung,exynos4210-sysram-ns";
110 reg = <0x2f000 0x1000>;
111 };
Sachin Kamatb3205de2014-05-13 07:13:44 +0900112 };
113
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200114 pd_gsc: gsc-power-domain@10044000 {
115 compatible = "samsung,exynos4210-pd";
116 reg = <0x10044000 0x20>;
117 #power-domain-cells = <0>;
Marek Szyprowski55d74ad2017-01-30 13:19:00 +0100118 label = "GSC";
Sachin Kamatb3205de2014-05-13 07:13:44 +0900119 };
Sachin Kamatb3205de2014-05-13 07:13:44 +0900120
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200121 pd_mfc: mfc-power-domain@10044040 {
122 compatible = "samsung,exynos4210-pd";
123 reg = <0x10044040 0x20>;
124 #power-domain-cells = <0>;
Marek Szyprowski55d74ad2017-01-30 13:19:00 +0100125 label = "MFC";
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200126 };
Prasanna Kumar6f9e95e2013-02-12 15:27:43 -0800127
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200128 pd_disp1: disp1-power-domain@100440A0 {
129 compatible = "samsung,exynos4210-pd";
130 reg = <0x100440A0 0x20>;
131 #power-domain-cells = <0>;
Marek Szyprowski55d74ad2017-01-30 13:19:00 +0100132 label = "DISP1";
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200133 clocks = <&clock CLK_FIN_PLL>,
134 <&clock CLK_MOUT_ACLK200_DISP1_SUB>,
135 <&clock CLK_MOUT_ACLK300_DISP1_SUB>;
136 clock-names = "oscclk", "clk0", "clk1";
137 };
Prasanna Kumar6f9e95e2013-02-12 15:27:43 -0800138
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200139 clock: clock-controller@10010000 {
140 compatible = "samsung,exynos5250-clock";
141 reg = <0x10010000 0x30000>;
142 #clock-cells = <1>;
143 };
Andrzej Hajda2d2c9a82015-02-04 23:44:16 +0900144
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200145 clock_audss: audss-clock-controller@3810000 {
146 compatible = "samsung,exynos5250-audss-clock";
147 reg = <0x03810000 0x0C>;
148 #clock-cells = <1>;
149 clocks = <&clock CLK_FIN_PLL>, <&clock CLK_FOUT_EPLL>,
150 <&clock CLK_SCLK_AUDIO0>, <&clock CLK_DIV_PCM0>;
151 clock-names = "pll_ref", "pll_in", "sclk_audio", "sclk_pcm_in";
152 };
Thomas Abrahamd8bafc82013-03-09 17:11:33 +0900153
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200154 timer {
155 compatible = "arm,armv7-timer";
Krzysztof Kozlowskic92a4fb2017-06-02 20:13:46 +0200156 interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
157 <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
158 <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
159 <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>;
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200160 /*
161 * Unfortunately we need this since some versions
162 * of U-Boot on Exynos don't set the CNTFRQ register,
163 * so we need the value from DT.
164 */
165 clock-frequency = <24000000>;
166 };
Padmavathi Vennabba23d92013-06-18 00:02:21 +0900167
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200168 mct@101C0000 {
169 compatible = "samsung,exynos4210-mct";
170 reg = <0x101C0000 0x800>;
171 interrupt-controller;
Thomas Abrahambbd97002013-03-09 16:12:35 +0900172 #interrupt-cells = <2>;
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200173 interrupt-parent = <&mct_map>;
174 interrupts = <0 0>, <1 0>, <2 0>, <3 0>,
175 <4 0>, <5 0>;
176 clocks = <&clock CLK_FIN_PLL>, <&clock CLK_MCT>;
177 clock-names = "fin_pll", "mct";
178
179 mct_map: mct-map {
180 #interrupt-cells = <2>;
181 #address-cells = <0>;
182 #size-cells = <0>;
183 interrupt-map = <0x0 0 &combiner 23 3>,
184 <0x1 0 &combiner 23 4>,
185 <0x2 0 &combiner 25 2>,
186 <0x3 0 &combiner 25 3>,
Krzysztof Kozlowski27e64b22016-09-16 21:42:48 +0200187 <0x4 0 &gic 0 120 IRQ_TYPE_LEVEL_HIGH>,
188 <0x5 0 &gic 0 121 IRQ_TYPE_LEVEL_HIGH>;
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200189 };
Thomas Abrahambbd97002013-03-09 16:12:35 +0900190 };
Thomas Abrahambbd97002013-03-09 16:12:35 +0900191
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200192 pmu {
193 compatible = "arm,cortex-a15-pmu";
194 interrupt-parent = <&combiner>;
195 interrupts = <1 2>, <22 4>;
196 };
Chanho Park4f801e52012-12-12 14:03:59 +0900197
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200198 pinctrl_0: pinctrl@11400000 {
199 compatible = "samsung,exynos5250-pinctrl";
200 reg = <0x11400000 0x1000>;
Krzysztof Kozlowski888950b2016-09-16 23:41:59 +0200201 interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
Thomas Abrahamf8bfe2b2013-04-04 14:16:11 +0900202
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200203 wakup_eint: wakeup-interrupt-controller {
204 compatible = "samsung,exynos4210-wakeup-eint";
205 interrupt-parent = <&gic>;
Krzysztof Kozlowski888950b2016-09-16 23:41:59 +0200206 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200207 };
208 };
209
210 pinctrl_1: pinctrl@13400000 {
211 compatible = "samsung,exynos5250-pinctrl";
212 reg = <0x13400000 0x1000>;
Krzysztof Kozlowski888950b2016-09-16 23:41:59 +0200213 interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200214 };
215
216 pinctrl_2: pinctrl@10d10000 {
217 compatible = "samsung,exynos5250-pinctrl";
218 reg = <0x10d10000 0x1000>;
Krzysztof Kozlowski888950b2016-09-16 23:41:59 +0200219 interrupts = <GIC_SPI 50 IRQ_TYPE_LEVEL_HIGH>;
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200220 };
221
222 pinctrl_3: pinctrl@03860000 {
223 compatible = "samsung,exynos5250-pinctrl";
224 reg = <0x03860000 0x1000>;
Krzysztof Kozlowski888950b2016-09-16 23:41:59 +0200225 interrupts = <GIC_SPI 47 IRQ_TYPE_LEVEL_HIGH>;
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200226 };
227
228 pmu_system_controller: system-controller@10040000 {
229 compatible = "samsung,exynos5250-pmu", "syscon";
230 reg = <0x10040000 0x5000>;
231 clock-names = "clkout16";
232 clocks = <&clock CLK_FIN_PLL>;
233 #clock-cells = <1>;
234 interrupt-controller;
235 #interrupt-cells = <3>;
Thomas Abrahamf8bfe2b2013-04-04 14:16:11 +0900236 interrupt-parent = <&gic>;
Thomas Abrahamf8bfe2b2013-04-04 14:16:11 +0900237 };
Thomas Abrahamf8bfe2b2013-04-04 14:16:11 +0900238
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200239 watchdog@101D0000 {
240 compatible = "samsung,exynos5250-wdt";
241 reg = <0x101D0000 0x100>;
Krzysztof Kozlowski888950b2016-09-16 23:41:59 +0200242 interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200243 clocks = <&clock CLK_WDT>;
244 clock-names = "watchdog";
245 samsung,syscon-phandle = <&pmu_system_controller>;
246 };
Thomas Abrahamf8bfe2b2013-04-04 14:16:11 +0900247
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200248 g2d@10850000 {
249 compatible = "samsung,exynos5250-g2d";
250 reg = <0x10850000 0x1000>;
Krzysztof Kozlowski888950b2016-09-16 23:41:59 +0200251 interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200252 clocks = <&clock CLK_G2D>;
253 clock-names = "fimg2d";
254 iommus = <&sysmmu_g2d>;
255 };
Thomas Abrahamf8bfe2b2013-04-04 14:16:11 +0900256
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200257 mfc: codec@11000000 {
258 compatible = "samsung,mfc-v6";
259 reg = <0x11000000 0x10000>;
Krzysztof Kozlowski888950b2016-09-16 23:41:59 +0200260 interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200261 power-domains = <&pd_mfc>;
262 clocks = <&clock CLK_MFC>;
263 clock-names = "mfc";
264 iommus = <&sysmmu_mfc_l>, <&sysmmu_mfc_r>;
265 iommu-names = "left", "right";
266 };
Thomas Abrahamf8bfe2b2013-04-04 14:16:11 +0900267
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200268 rotator: rotator@11C00000 {
269 compatible = "samsung,exynos5250-rotator";
270 reg = <0x11C00000 0x64>;
Krzysztof Kozlowski888950b2016-09-16 23:41:59 +0200271 interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200272 clocks = <&clock CLK_ROTATOR>;
273 clock-names = "rotator";
274 iommus = <&sysmmu_rotator>;
275 };
Leela Krishna Amudalac6800362014-02-16 01:57:56 +0900276
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200277 tmu: tmu@10060000 {
278 compatible = "samsung,exynos5250-tmu";
279 reg = <0x10060000 0x100>;
Krzysztof Kozlowski888950b2016-09-16 23:41:59 +0200280 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200281 clocks = <&clock CLK_TMU>;
282 clock-names = "tmu_apbif";
283 #include "exynos4412-tmu-sensor-conf.dtsi"
284 };
Kukjin Kimb074abb2012-02-10 13:12:21 +0900285
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200286 sata: sata@122F0000 {
287 compatible = "snps,dwc-ahci";
288 samsung,sata-freq = <66>;
289 reg = <0x122F0000 0x1ff>;
Krzysztof Kozlowski888950b2016-09-16 23:41:59 +0200290 interrupts = <GIC_SPI 115 IRQ_TYPE_LEVEL_HIGH>;
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200291 clocks = <&clock CLK_SATA>, <&clock CLK_SCLK_SATA>;
292 clock-names = "sata", "sclk_sata";
293 phys = <&sata_phy>;
294 phy-names = "sata-phy";
295 status = "disabled";
296 };
Sachin Kamat21aa5212013-07-31 21:07:53 +0900297
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200298 sata_phy: sata-phy@12170000 {
299 compatible = "samsung,exynos5250-sata-phy";
300 reg = <0x12170000 0x1ff>;
301 clocks = <&clock CLK_SATA_PHYCTRL>;
302 clock-names = "sata_phyctrl";
303 #phy-cells = <0>;
304 samsung,syscon-phandle = <&pmu_system_controller>;
305 status = "disabled";
306 };
Arun Kumar K2eae6132012-10-23 22:51:33 +0900307
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200308 /* i2c_0-3 are defined in exynos5.dtsi */
309 i2c_4: i2c@12CA0000 {
310 compatible = "samsung,s3c2440-i2c";
311 reg = <0x12CA0000 0x100>;
Krzysztof Kozlowski888950b2016-09-16 23:41:59 +0200312 interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200313 #address-cells = <1>;
314 #size-cells = <0>;
315 clocks = <&clock CLK_I2C4>;
316 clock-names = "i2c";
317 pinctrl-names = "default";
318 pinctrl-0 = <&i2c4_bus>;
319 status = "disabled";
320 };
Marek Szyprowskid35e20d2015-11-13 14:29:45 +0100321
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200322 i2c_5: i2c@12CB0000 {
323 compatible = "samsung,s3c2440-i2c";
324 reg = <0x12CB0000 0x100>;
Krzysztof Kozlowski888950b2016-09-16 23:41:59 +0200325 interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200326 #address-cells = <1>;
327 #size-cells = <0>;
328 clocks = <&clock CLK_I2C5>;
329 clock-names = "i2c";
330 pinctrl-names = "default";
331 pinctrl-0 = <&i2c5_bus>;
332 status = "disabled";
333 };
334
335 i2c_6: i2c@12CC0000 {
336 compatible = "samsung,s3c2440-i2c";
337 reg = <0x12CC0000 0x100>;
Krzysztof Kozlowski888950b2016-09-16 23:41:59 +0200338 interrupts = <GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH>;
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200339 #address-cells = <1>;
340 #size-cells = <0>;
341 clocks = <&clock CLK_I2C6>;
342 clock-names = "i2c";
343 pinctrl-names = "default";
344 pinctrl-0 = <&i2c6_bus>;
345 status = "disabled";
346 };
347
348 i2c_7: i2c@12CD0000 {
349 compatible = "samsung,s3c2440-i2c";
350 reg = <0x12CD0000 0x100>;
Krzysztof Kozlowski888950b2016-09-16 23:41:59 +0200351 interrupts = <GIC_SPI 63 IRQ_TYPE_LEVEL_HIGH>;
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200352 #address-cells = <1>;
353 #size-cells = <0>;
354 clocks = <&clock CLK_I2C7>;
355 clock-names = "i2c";
356 pinctrl-names = "default";
357 pinctrl-0 = <&i2c7_bus>;
358 status = "disabled";
359 };
360
361 i2c_8: i2c@12CE0000 {
362 compatible = "samsung,s3c2440-hdmiphy-i2c";
363 reg = <0x12CE0000 0x1000>;
Krzysztof Kozlowski888950b2016-09-16 23:41:59 +0200364 interrupts = <GIC_SPI 64 IRQ_TYPE_LEVEL_HIGH>;
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200365 #address-cells = <1>;
366 #size-cells = <0>;
367 clocks = <&clock CLK_I2C_HDMI>;
368 clock-names = "i2c";
369 status = "disabled";
370 };
371
372 i2c_9: i2c@121D0000 {
373 compatible = "samsung,exynos5-sata-phy-i2c";
374 reg = <0x121D0000 0x100>;
375 #address-cells = <1>;
376 #size-cells = <0>;
377 clocks = <&clock CLK_SATA_PHYI2C>;
378 clock-names = "i2c";
379 status = "disabled";
380 };
381
382 spi_0: spi@12d20000 {
383 compatible = "samsung,exynos4210-spi";
384 status = "disabled";
385 reg = <0x12d20000 0x100>;
Krzysztof Kozlowski888950b2016-09-16 23:41:59 +0200386 interrupts = <GIC_SPI 66 IRQ_TYPE_LEVEL_HIGH>;
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200387 dmas = <&pdma0 5
388 &pdma0 4>;
389 dma-names = "tx", "rx";
390 #address-cells = <1>;
391 #size-cells = <0>;
392 clocks = <&clock CLK_SPI0>, <&clock CLK_SCLK_SPI0>;
393 clock-names = "spi", "spi_busclk0";
394 pinctrl-names = "default";
395 pinctrl-0 = <&spi0_bus>;
396 };
397
398 spi_1: spi@12d30000 {
399 compatible = "samsung,exynos4210-spi";
400 status = "disabled";
401 reg = <0x12d30000 0x100>;
Krzysztof Kozlowski888950b2016-09-16 23:41:59 +0200402 interrupts = <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>;
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200403 dmas = <&pdma1 5
404 &pdma1 4>;
405 dma-names = "tx", "rx";
406 #address-cells = <1>;
407 #size-cells = <0>;
408 clocks = <&clock CLK_SPI1>, <&clock CLK_SCLK_SPI1>;
409 clock-names = "spi", "spi_busclk0";
410 pinctrl-names = "default";
411 pinctrl-0 = <&spi1_bus>;
412 };
413
414 spi_2: spi@12d40000 {
415 compatible = "samsung,exynos4210-spi";
416 status = "disabled";
417 reg = <0x12d40000 0x100>;
Krzysztof Kozlowski888950b2016-09-16 23:41:59 +0200418 interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>;
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200419 dmas = <&pdma0 7
420 &pdma0 6>;
421 dma-names = "tx", "rx";
422 #address-cells = <1>;
423 #size-cells = <0>;
424 clocks = <&clock CLK_SPI2>, <&clock CLK_SCLK_SPI2>;
425 clock-names = "spi", "spi_busclk0";
426 pinctrl-names = "default";
427 pinctrl-0 = <&spi2_bus>;
428 };
429
430 mmc_0: mmc@12200000 {
431 compatible = "samsung,exynos5250-dw-mshc";
Krzysztof Kozlowski888950b2016-09-16 23:41:59 +0200432 interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200433 #address-cells = <1>;
434 #size-cells = <0>;
435 reg = <0x12200000 0x1000>;
436 clocks = <&clock CLK_SDMMC0>, <&clock CLK_SCLK_MMC0>;
437 clock-names = "biu", "ciu";
438 fifo-depth = <0x80>;
439 status = "disabled";
440 };
441
442 mmc_1: mmc@12210000 {
443 compatible = "samsung,exynos5250-dw-mshc";
Krzysztof Kozlowski888950b2016-09-16 23:41:59 +0200444 interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200445 #address-cells = <1>;
446 #size-cells = <0>;
447 reg = <0x12210000 0x1000>;
448 clocks = <&clock CLK_SDMMC1>, <&clock CLK_SCLK_MMC1>;
449 clock-names = "biu", "ciu";
450 fifo-depth = <0x80>;
451 status = "disabled";
452 };
453
454 mmc_2: mmc@12220000 {
455 compatible = "samsung,exynos5250-dw-mshc";
Krzysztof Kozlowski888950b2016-09-16 23:41:59 +0200456 interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200457 #address-cells = <1>;
458 #size-cells = <0>;
459 reg = <0x12220000 0x1000>;
460 clocks = <&clock CLK_SDMMC2>, <&clock CLK_SCLK_MMC2>;
461 clock-names = "biu", "ciu";
462 fifo-depth = <0x80>;
463 status = "disabled";
464 };
465
466 mmc_3: mmc@12230000 {
467 compatible = "samsung,exynos5250-dw-mshc";
468 reg = <0x12230000 0x1000>;
Krzysztof Kozlowski888950b2016-09-16 23:41:59 +0200469 interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>;
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200470 #address-cells = <1>;
471 #size-cells = <0>;
472 clocks = <&clock CLK_SDMMC3>, <&clock CLK_SCLK_MMC3>;
473 clock-names = "biu", "ciu";
474 fifo-depth = <0x80>;
475 status = "disabled";
476 };
477
478 i2s0: i2s@03830000 {
479 compatible = "samsung,s5pv210-i2s";
480 status = "disabled";
481 reg = <0x03830000 0x100>;
482 dmas = <&pdma0 10
483 &pdma0 9
484 &pdma0 8>;
485 dma-names = "tx", "rx", "tx-sec";
486 clocks = <&clock_audss EXYNOS_I2S_BUS>,
487 <&clock_audss EXYNOS_I2S_BUS>,
488 <&clock_audss EXYNOS_SCLK_I2S>;
489 clock-names = "iis", "i2s_opclk0", "i2s_opclk1";
490 samsung,idma-addr = <0x03000000>;
491 pinctrl-names = "default";
492 pinctrl-0 = <&i2s0_bus>;
493 };
494
495 i2s1: i2s@12D60000 {
496 compatible = "samsung,s3c6410-i2s";
497 status = "disabled";
498 reg = <0x12D60000 0x100>;
499 dmas = <&pdma1 12
500 &pdma1 11>;
501 dma-names = "tx", "rx";
502 clocks = <&clock CLK_I2S1>, <&clock CLK_DIV_I2S1>;
503 clock-names = "iis", "i2s_opclk0";
504 pinctrl-names = "default";
505 pinctrl-0 = <&i2s1_bus>;
506 };
507
508 i2s2: i2s@12D70000 {
509 compatible = "samsung,s3c6410-i2s";
510 status = "disabled";
511 reg = <0x12D70000 0x100>;
512 dmas = <&pdma0 12
513 &pdma0 11>;
514 dma-names = "tx", "rx";
515 clocks = <&clock CLK_I2S2>, <&clock CLK_DIV_I2S2>;
516 clock-names = "iis", "i2s_opclk0";
517 pinctrl-names = "default";
518 pinctrl-0 = <&i2s2_bus>;
519 };
520
521 usb_dwc3 {
522 compatible = "samsung,exynos5250-dwusb3";
523 clocks = <&clock CLK_USB3>;
524 clock-names = "usbdrd30";
525 #address-cells = <1>;
526 #size-cells = <1>;
527 ranges;
528
529 usbdrd_dwc3: dwc3@12000000 {
530 compatible = "synopsys,dwc3";
531 reg = <0x12000000 0x10000>;
Krzysztof Kozlowski888950b2016-09-16 23:41:59 +0200532 interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200533 phys = <&usbdrd_phy 0>, <&usbdrd_phy 1>;
534 phy-names = "usb2-phy", "usb3-phy";
535 };
536 };
537
538 usbdrd_phy: phy@12100000 {
539 compatible = "samsung,exynos5250-usbdrd-phy";
540 reg = <0x12100000 0x100>;
541 clocks = <&clock CLK_USB3>, <&clock CLK_FIN_PLL>;
542 clock-names = "phy", "ref";
543 samsung,pmu-syscon = <&pmu_system_controller>;
544 #phy-cells = <1>;
545 };
546
547 ehci: usb@12110000 {
548 compatible = "samsung,exynos4210-ehci";
549 reg = <0x12110000 0x100>;
Krzysztof Kozlowski888950b2016-09-16 23:41:59 +0200550 interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>;
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200551
552 clocks = <&clock CLK_USB2>;
553 clock-names = "usbhost";
554 #address-cells = <1>;
555 #size-cells = <0>;
556 port@0 {
557 reg = <0>;
558 phys = <&usb2_phy_gen 1>;
559 };
560 };
561
562 ohci: usb@12120000 {
563 compatible = "samsung,exynos4210-ohci";
564 reg = <0x12120000 0x100>;
Krzysztof Kozlowski888950b2016-09-16 23:41:59 +0200565 interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>;
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200566
567 clocks = <&clock CLK_USB2>;
568 clock-names = "usbhost";
569 #address-cells = <1>;
570 #size-cells = <0>;
571 port@0 {
572 reg = <0>;
573 phys = <&usb2_phy_gen 1>;
574 };
575 };
576
577 usb2_phy_gen: phy@12130000 {
578 compatible = "samsung,exynos5250-usb2-phy";
579 reg = <0x12130000 0x100>;
580 clocks = <&clock CLK_USB2>, <&clock CLK_FIN_PLL>;
581 clock-names = "phy", "ref";
582 #phy-cells = <1>;
583 samsung,sysreg-phandle = <&sysreg_system_controller>;
584 samsung,pmureg-phandle = <&pmu_system_controller>;
585 };
586
587 amba {
588 #address-cells = <1>;
589 #size-cells = <1>;
590 compatible = "simple-bus";
591 interrupt-parent = <&gic>;
592 ranges;
593
594 pdma0: pdma@121A0000 {
595 compatible = "arm,pl330", "arm,primecell";
596 reg = <0x121A0000 0x1000>;
Krzysztof Kozlowski888950b2016-09-16 23:41:59 +0200597 interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200598 clocks = <&clock CLK_PDMA0>;
599 clock-names = "apb_pclk";
600 #dma-cells = <1>;
601 #dma-channels = <8>;
602 #dma-requests = <32>;
603 };
604
605 pdma1: pdma@121B0000 {
606 compatible = "arm,pl330", "arm,primecell";
607 reg = <0x121B0000 0x1000>;
Krzysztof Kozlowski888950b2016-09-16 23:41:59 +0200608 interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200609 clocks = <&clock CLK_PDMA1>;
610 clock-names = "apb_pclk";
611 #dma-cells = <1>;
612 #dma-channels = <8>;
613 #dma-requests = <32>;
614 };
615
616 mdma0: mdma@10800000 {
617 compatible = "arm,pl330", "arm,primecell";
618 reg = <0x10800000 0x1000>;
Krzysztof Kozlowski888950b2016-09-16 23:41:59 +0200619 interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>;
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200620 clocks = <&clock CLK_MDMA0>;
621 clock-names = "apb_pclk";
622 #dma-cells = <1>;
623 #dma-channels = <8>;
624 #dma-requests = <1>;
625 };
626
627 mdma1: mdma@11C10000 {
628 compatible = "arm,pl330", "arm,primecell";
629 reg = <0x11C10000 0x1000>;
Krzysztof Kozlowski888950b2016-09-16 23:41:59 +0200630 interrupts = <GIC_SPI 124 IRQ_TYPE_LEVEL_HIGH>;
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200631 clocks = <&clock CLK_MDMA1>;
632 clock-names = "apb_pclk";
633 #dma-cells = <1>;
634 #dma-channels = <8>;
635 #dma-requests = <1>;
636 };
637 };
638
639 gsc_0: gsc@13e00000 {
640 compatible = "samsung,exynos5-gsc";
641 reg = <0x13e00000 0x1000>;
Krzysztof Kozlowski888950b2016-09-16 23:41:59 +0200642 interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200643 power-domains = <&pd_gsc>;
644 clocks = <&clock CLK_GSCL0>;
645 clock-names = "gscl";
646 iommu = <&sysmmu_gsc0>;
647 };
648
649 gsc_1: gsc@13e10000 {
650 compatible = "samsung,exynos5-gsc";
651 reg = <0x13e10000 0x1000>;
Krzysztof Kozlowski888950b2016-09-16 23:41:59 +0200652 interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200653 power-domains = <&pd_gsc>;
654 clocks = <&clock CLK_GSCL1>;
655 clock-names = "gscl";
656 iommu = <&sysmmu_gsc1>;
657 };
658
659 gsc_2: gsc@13e20000 {
660 compatible = "samsung,exynos5-gsc";
661 reg = <0x13e20000 0x1000>;
Krzysztof Kozlowski888950b2016-09-16 23:41:59 +0200662 interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200663 power-domains = <&pd_gsc>;
664 clocks = <&clock CLK_GSCL2>;
665 clock-names = "gscl";
666 iommu = <&sysmmu_gsc2>;
667 };
668
669 gsc_3: gsc@13e30000 {
670 compatible = "samsung,exynos5-gsc";
671 reg = <0x13e30000 0x1000>;
Krzysztof Kozlowski888950b2016-09-16 23:41:59 +0200672 interrupts = <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>;
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200673 power-domains = <&pd_gsc>;
674 clocks = <&clock CLK_GSCL3>;
675 clock-names = "gscl";
676 iommu = <&sysmmu_gsc3>;
677 };
678
679 hdmi: hdmi@14530000 {
680 compatible = "samsung,exynos4212-hdmi";
681 reg = <0x14530000 0x70000>;
682 power-domains = <&pd_disp1>;
Krzysztof Kozlowski888950b2016-09-16 23:41:59 +0200683 interrupts = <GIC_SPI 95 IRQ_TYPE_LEVEL_HIGH>;
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200684 clocks = <&clock CLK_HDMI>, <&clock CLK_SCLK_HDMI>,
685 <&clock CLK_SCLK_PIXEL>, <&clock CLK_SCLK_HDMIPHY>,
686 <&clock CLK_MOUT_HDMI>;
687 clock-names = "hdmi", "sclk_hdmi", "sclk_pixel",
688 "sclk_hdmiphy", "mout_hdmi";
689 samsung,syscon-phandle = <&pmu_system_controller>;
690 };
691
Marek Szyprowski5343b152017-05-31 13:00:17 +0200692 hdmicec: cec@101B0000 {
693 compatible = "samsung,s5p-cec";
694 reg = <0x101B0000 0x200>;
695 interrupts = <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>;
696 clocks = <&clock CLK_HDMI_CEC>;
697 clock-names = "hdmicec";
698 samsung,syscon-phandle = <&pmu_system_controller>;
699 hdmi-phandle = <&hdmi>;
700 pinctrl-names = "default";
701 pinctrl-0 = <&hdmi_cec>;
702 status = "disabled";
703 };
704
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200705 mixer@14450000 {
706 compatible = "samsung,exynos5250-mixer";
707 reg = <0x14450000 0x10000>;
708 power-domains = <&pd_disp1>;
Krzysztof Kozlowski888950b2016-09-16 23:41:59 +0200709 interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>;
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200710 clocks = <&clock CLK_MIXER>, <&clock CLK_HDMI>,
711 <&clock CLK_SCLK_HDMI>;
712 clock-names = "mixer", "hdmi", "sclk_hdmi";
713 iommus = <&sysmmu_tv>;
714 };
715
716 dp_phy: video-phy {
717 compatible = "samsung,exynos5250-dp-video-phy";
718 samsung,pmu-syscon = <&pmu_system_controller>;
719 #phy-cells = <0>;
720 };
721
722 adc: adc@12D10000 {
723 compatible = "samsung,exynos-adc-v1";
724 reg = <0x12D10000 0x100>;
Krzysztof Kozlowski888950b2016-09-16 23:41:59 +0200725 interrupts = <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>;
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200726 clocks = <&clock CLK_ADC>;
727 clock-names = "adc";
728 #io-channel-cells = <1>;
729 io-channel-ranges;
730 samsung,syscon-phandle = <&pmu_system_controller>;
731 status = "disabled";
732 };
733
734 sss@10830000 {
735 compatible = "samsung,exynos4210-secss";
736 reg = <0x10830000 0x300>;
Krzysztof Kozlowski888950b2016-09-16 23:41:59 +0200737 interrupts = <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>;
Krzysztof Kozlowski5d99cc52016-05-03 18:53:04 +0200738 clocks = <&clock CLK_SSS>;
739 clock-names = "secss";
740 };
741
742 sysmmu_g2d: sysmmu@10A60000 {
743 compatible = "samsung,exynos-sysmmu";
744 reg = <0x10A60000 0x1000>;
745 interrupt-parent = <&combiner>;
746 interrupts = <24 5>;
747 clock-names = "sysmmu", "master";
748 clocks = <&clock CLK_SMMU_2D>, <&clock CLK_G2D>;
749 #iommu-cells = <0>;
750 };
751
752 sysmmu_mfc_r: sysmmu@11200000 {
753 compatible = "samsung,exynos-sysmmu";
754 reg = <0x11200000 0x1000>;
755 interrupt-parent = <&combiner>;
756 interrupts = <6 2>;
757 power-domains = <&pd_mfc>;
758 clock-names = "sysmmu", "master";
759 clocks = <&clock CLK_SMMU_MFCR>, <&clock CLK_MFC>;
760 #iommu-cells = <0>;
761 };
762
763 sysmmu_mfc_l: sysmmu@11210000 {
764 compatible = "samsung,exynos-sysmmu";
765 reg = <0x11210000 0x1000>;
766 interrupt-parent = <&combiner>;
767 interrupts = <8 5>;
768 power-domains = <&pd_mfc>;
769 clock-names = "sysmmu", "master";
770 clocks = <&clock CLK_SMMU_MFCL>, <&clock CLK_MFC>;
771 #iommu-cells = <0>;
772 };
773
774 sysmmu_rotator: sysmmu@11D40000 {
775 compatible = "samsung,exynos-sysmmu";
776 reg = <0x11D40000 0x1000>;
777 interrupt-parent = <&combiner>;
778 interrupts = <4 0>;
779 clock-names = "sysmmu", "master";
780 clocks = <&clock CLK_SMMU_ROTATOR>, <&clock CLK_ROTATOR>;
781 #iommu-cells = <0>;
782 };
783
784 sysmmu_jpeg: sysmmu@11F20000 {
785 compatible = "samsung,exynos-sysmmu";
786 reg = <0x11F20000 0x1000>;
787 interrupt-parent = <&combiner>;
788 interrupts = <4 2>;
789 power-domains = <&pd_gsc>;
790 clock-names = "sysmmu", "master";
791 clocks = <&clock CLK_SMMU_JPEG>, <&clock CLK_JPEG>;
792 #iommu-cells = <0>;
793 };
794
795 sysmmu_fimc_isp: sysmmu@13260000 {
796 compatible = "samsung,exynos-sysmmu";
797 reg = <0x13260000 0x1000>;
798 interrupt-parent = <&combiner>;
799 interrupts = <10 6>;
800 clock-names = "sysmmu";
801 clocks = <&clock CLK_SMMU_FIMC_ISP>;
802 #iommu-cells = <0>;
803 };
804
805 sysmmu_fimc_drc: sysmmu@13270000 {
806 compatible = "samsung,exynos-sysmmu";
807 reg = <0x13270000 0x1000>;
808 interrupt-parent = <&combiner>;
809 interrupts = <11 6>;
810 clock-names = "sysmmu";
811 clocks = <&clock CLK_SMMU_FIMC_DRC>;
812 #iommu-cells = <0>;
813 };
814
815 sysmmu_fimc_fd: sysmmu@132A0000 {
816 compatible = "samsung,exynos-sysmmu";
817 reg = <0x132A0000 0x1000>;
818 interrupt-parent = <&combiner>;
819 interrupts = <5 0>;
820 clock-names = "sysmmu";
821 clocks = <&clock CLK_SMMU_FIMC_FD>;
822 #iommu-cells = <0>;
823 };
824
825 sysmmu_fimc_scc: sysmmu@13280000 {
826 compatible = "samsung,exynos-sysmmu";
827 reg = <0x13280000 0x1000>;
828 interrupt-parent = <&combiner>;
829 interrupts = <5 2>;
830 clock-names = "sysmmu";
831 clocks = <&clock CLK_SMMU_FIMC_SCC>;
832 #iommu-cells = <0>;
833 };
834
835 sysmmu_fimc_scp: sysmmu@13290000 {
836 compatible = "samsung,exynos-sysmmu";
837 reg = <0x13290000 0x1000>;
838 interrupt-parent = <&combiner>;
839 interrupts = <3 6>;
840 clock-names = "sysmmu";
841 clocks = <&clock CLK_SMMU_FIMC_SCP>;
842 #iommu-cells = <0>;
843 };
844
845 sysmmu_fimc_mcuctl: sysmmu@132B0000 {
846 compatible = "samsung,exynos-sysmmu";
847 reg = <0x132B0000 0x1000>;
848 interrupt-parent = <&combiner>;
849 interrupts = <5 4>;
850 clock-names = "sysmmu";
851 clocks = <&clock CLK_SMMU_FIMC_MCU>;
852 #iommu-cells = <0>;
853 };
854
855 sysmmu_fimc_odc: sysmmu@132C0000 {
856 compatible = "samsung,exynos-sysmmu";
857 reg = <0x132C0000 0x1000>;
858 interrupt-parent = <&combiner>;
859 interrupts = <11 0>;
860 clock-names = "sysmmu";
861 clocks = <&clock CLK_SMMU_FIMC_ODC>;
862 #iommu-cells = <0>;
863 };
864
865 sysmmu_fimc_dis0: sysmmu@132D0000 {
866 compatible = "samsung,exynos-sysmmu";
867 reg = <0x132D0000 0x1000>;
868 interrupt-parent = <&combiner>;
869 interrupts = <10 4>;
870 clock-names = "sysmmu";
871 clocks = <&clock CLK_SMMU_FIMC_DIS0>;
872 #iommu-cells = <0>;
873 };
874
875 sysmmu_fimc_dis1: sysmmu@132E0000{
876 compatible = "samsung,exynos-sysmmu";
877 reg = <0x132E0000 0x1000>;
878 interrupt-parent = <&combiner>;
879 interrupts = <9 4>;
880 clock-names = "sysmmu";
881 clocks = <&clock CLK_SMMU_FIMC_DIS1>;
882 #iommu-cells = <0>;
883 };
884
885 sysmmu_fimc_3dnr: sysmmu@132F0000 {
886 compatible = "samsung,exynos-sysmmu";
887 reg = <0x132F0000 0x1000>;
888 interrupt-parent = <&combiner>;
889 interrupts = <5 6>;
890 clock-names = "sysmmu";
891 clocks = <&clock CLK_SMMU_FIMC_3DNR>;
892 #iommu-cells = <0>;
893 };
894
895 sysmmu_fimc_lite0: sysmmu@13C40000 {
896 compatible = "samsung,exynos-sysmmu";
897 reg = <0x13C40000 0x1000>;
898 interrupt-parent = <&combiner>;
899 interrupts = <3 4>;
900 power-domains = <&pd_gsc>;
901 clock-names = "sysmmu", "master";
902 clocks = <&clock CLK_SMMU_FIMC_LITE0>, <&clock CLK_CAMIF_TOP>;
903 #iommu-cells = <0>;
904 };
905
906 sysmmu_fimc_lite1: sysmmu@13C50000 {
907 compatible = "samsung,exynos-sysmmu";
908 reg = <0x13C50000 0x1000>;
909 interrupt-parent = <&combiner>;
910 interrupts = <24 1>;
911 power-domains = <&pd_gsc>;
912 clock-names = "sysmmu", "master";
913 clocks = <&clock CLK_SMMU_FIMC_LITE1>, <&clock CLK_CAMIF_TOP>;
914 #iommu-cells = <0>;
915 };
916
917 sysmmu_gsc0: sysmmu@13E80000 {
918 compatible = "samsung,exynos-sysmmu";
919 reg = <0x13E80000 0x1000>;
920 interrupt-parent = <&combiner>;
921 interrupts = <2 0>;
922 power-domains = <&pd_gsc>;
923 clock-names = "sysmmu", "master";
924 clocks = <&clock CLK_SMMU_GSCL0>, <&clock CLK_GSCL0>;
925 #iommu-cells = <0>;
926 };
927
928 sysmmu_gsc1: sysmmu@13E90000 {
929 compatible = "samsung,exynos-sysmmu";
930 reg = <0x13E90000 0x1000>;
931 interrupt-parent = <&combiner>;
932 interrupts = <2 2>;
933 power-domains = <&pd_gsc>;
934 clock-names = "sysmmu", "master";
935 clocks = <&clock CLK_SMMU_GSCL1>, <&clock CLK_GSCL1>;
936 #iommu-cells = <0>;
937 };
938
939 sysmmu_gsc2: sysmmu@13EA0000 {
940 compatible = "samsung,exynos-sysmmu";
941 reg = <0x13EA0000 0x1000>;
942 interrupt-parent = <&combiner>;
943 interrupts = <2 4>;
944 power-domains = <&pd_gsc>;
945 clock-names = "sysmmu", "master";
946 clocks = <&clock CLK_SMMU_GSCL2>, <&clock CLK_GSCL2>;
947 #iommu-cells = <0>;
948 };
949
950 sysmmu_gsc3: sysmmu@13EB0000 {
951 compatible = "samsung,exynos-sysmmu";
952 reg = <0x13EB0000 0x1000>;
953 interrupt-parent = <&combiner>;
954 interrupts = <2 6>;
955 power-domains = <&pd_gsc>;
956 clock-names = "sysmmu", "master";
957 clocks = <&clock CLK_SMMU_GSCL3>, <&clock CLK_GSCL3>;
958 #iommu-cells = <0>;
959 };
960
961 sysmmu_fimd1: sysmmu@14640000 {
962 compatible = "samsung,exynos-sysmmu";
963 reg = <0x14640000 0x1000>;
964 interrupt-parent = <&combiner>;
965 interrupts = <3 2>;
966 power-domains = <&pd_disp1>;
967 clock-names = "sysmmu", "master";
968 clocks = <&clock CLK_SMMU_FIMD1>, <&clock CLK_FIMD1>;
969 #iommu-cells = <0>;
970 };
971
972 sysmmu_tv: sysmmu@14650000 {
973 compatible = "samsung,exynos-sysmmu";
974 reg = <0x14650000 0x1000>;
975 interrupt-parent = <&combiner>;
976 interrupts = <7 4>;
977 power-domains = <&pd_disp1>;
978 clock-names = "sysmmu", "master";
979 clocks = <&clock CLK_SMMU_TV>, <&clock CLK_MIXER>;
980 #iommu-cells = <0>;
981 };
Amit Daniel Kachhapef405e02012-10-29 21:23:29 +0900982 };
983
Lukasz Majewskibf4a0be2015-01-30 08:26:02 +0900984 thermal-zones {
985 cpu_thermal: cpu-thermal {
Lukasz Majewski9843a222015-01-30 08:26:03 +0900986 polling-delay-passive = <0>;
987 polling-delay = <0>;
988 thermal-sensors = <&tmu 0>;
989
Lukasz Majewskibf4a0be2015-01-30 08:26:02 +0900990 cooling-maps {
991 map0 {
992 /* Corresponds to 800MHz at freq_table */
993 cooling-device = <&cpu0 9 9>;
994 };
995 map1 {
996 /* Corresponds to 200MHz at freq_table */
997 cooling-device = <&cpu0 15 15>;
998 };
999 };
1000 };
1001 };
Kukjin Kimb074abb2012-02-10 13:12:21 +09001002};
Krzysztof Kozlowskie9a2f402015-04-12 20:52:49 +09001003
1004&dp {
1005 power-domains = <&pd_disp1>;
1006 clocks = <&clock CLK_DP>;
1007 clock-names = "dp";
1008 phys = <&dp_phy>;
1009 phy-names = "dp";
1010};
1011
1012&fimd {
1013 power-domains = <&pd_disp1>;
1014 clocks = <&clock CLK_SCLK_FIMD1>, <&clock CLK_FIMD1>;
1015 clock-names = "sclk_fimd", "fimd";
Marek Szyprowski6cbfdd72015-06-04 08:09:41 +09001016 iommus = <&sysmmu_fimd1>;
Krzysztof Kozlowskie9a2f402015-04-12 20:52:49 +09001017};
1018
Krzysztof Kozlowski5a124fe2016-05-03 14:51:25 +02001019&i2c_0 {
1020 clocks = <&clock CLK_I2C0>;
1021 clock-names = "i2c";
1022 pinctrl-names = "default";
1023 pinctrl-0 = <&i2c0_bus>;
1024};
1025
1026&i2c_1 {
1027 clocks = <&clock CLK_I2C1>;
1028 clock-names = "i2c";
1029 pinctrl-names = "default";
1030 pinctrl-0 = <&i2c1_bus>;
1031};
1032
1033&i2c_2 {
1034 clocks = <&clock CLK_I2C2>;
1035 clock-names = "i2c";
1036 pinctrl-names = "default";
1037 pinctrl-0 = <&i2c2_bus>;
1038};
1039
1040&i2c_3 {
1041 clocks = <&clock CLK_I2C3>;
1042 clock-names = "i2c";
1043 pinctrl-names = "default";
1044 pinctrl-0 = <&i2c3_bus>;
1045};
1046
1047&pwm {
1048 clocks = <&clock CLK_PWM>;
1049 clock-names = "timers";
1050};
1051
Krzysztof Kozlowskie9a2f402015-04-12 20:52:49 +09001052&rtc {
1053 clocks = <&clock CLK_RTC>;
1054 clock-names = "rtc";
1055 interrupt-parent = <&pmu_system_controller>;
1056 status = "disabled";
1057};
1058
1059&serial_0 {
1060 clocks = <&clock CLK_UART0>, <&clock CLK_SCLK_UART0>;
1061 clock-names = "uart", "clk_uart_baud0";
Marek Szyprowski35903122016-12-19 11:00:48 +01001062 dmas = <&pdma0 13>, <&pdma0 14>;
1063 dma-names = "rx", "tx";
Krzysztof Kozlowskie9a2f402015-04-12 20:52:49 +09001064};
1065
1066&serial_1 {
1067 clocks = <&clock CLK_UART1>, <&clock CLK_SCLK_UART1>;
1068 clock-names = "uart", "clk_uart_baud0";
Marek Szyprowski35903122016-12-19 11:00:48 +01001069 dmas = <&pdma1 15>, <&pdma1 16>;
1070 dma-names = "rx", "tx";
Krzysztof Kozlowskie9a2f402015-04-12 20:52:49 +09001071};
1072
1073&serial_2 {
1074 clocks = <&clock CLK_UART2>, <&clock CLK_SCLK_UART2>;
1075 clock-names = "uart", "clk_uart_baud0";
Marek Szyprowski35903122016-12-19 11:00:48 +01001076 dmas = <&pdma0 15>, <&pdma0 16>;
1077 dma-names = "rx", "tx";
Krzysztof Kozlowskie9a2f402015-04-12 20:52:49 +09001078};
1079
1080&serial_3 {
1081 clocks = <&clock CLK_UART3>, <&clock CLK_SCLK_UART3>;
1082 clock-names = "uart", "clk_uart_baud0";
Marek Szyprowski35903122016-12-19 11:00:48 +01001083 dmas = <&pdma1 17>, <&pdma1 18>;
1084 dma-names = "rx", "tx";
Krzysztof Kozlowskie9a2f402015-04-12 20:52:49 +09001085};
Javier Martinez Canillasdc561792015-07-07 22:36:27 -07001086
1087#include "exynos5250-pinctrl.dtsi"