2 * SAMSUNG EXYNOS5410 SoC device tree source
4 * Copyright (c) 2013 Samsung Electronics Co., Ltd.
5 * http://www.samsung.com
7 * SAMSUNG EXYNOS5410 SoC device nodes are listed in this file.
8 * EXYNOS5410 based board files can include this file and provide
9 * values for board specfic bindings.
11 * This program is free software; you can redistribute it and/or modify
12 * it under the terms of the GNU General Public License version 2 as
13 * published by the Free Software Foundation.
16 #include "skeleton.dtsi"
17 #include <dt-bindings/clock/exynos5410.h>
20 compatible = "samsung,exynos5410", "samsung,exynos5";
21 interrupt-parent = <&gic>;
35 compatible = "arm,cortex-a15";
37 clock-frequency = <1600000000>;
42 compatible = "arm,cortex-a15";
44 clock-frequency = <1600000000>;
49 compatible = "arm,cortex-a15";
51 clock-frequency = <1600000000>;
56 compatible = "arm,cortex-a15";
58 clock-frequency = <1600000000>;
63 compatible = "simple-bus";
68 combiner: interrupt-controller@10440000 {
69 compatible = "samsung,exynos4210-combiner";
70 #interrupt-cells = <2>;
72 samsung,combiner-nr = <32>;
73 reg = <0x10440000 0x1000>;
74 interrupts = <0 0 0>, <0 1 0>, <0 2 0>, <0 3 0>,
75 <0 4 0>, <0 5 0>, <0 6 0>, <0 7 0>,
76 <0 8 0>, <0 9 0>, <0 10 0>, <0 11 0>,
77 <0 12 0>, <0 13 0>, <0 14 0>, <0 15 0>,
78 <0 16 0>, <0 17 0>, <0 18 0>, <0 19 0>,
79 <0 20 0>, <0 21 0>, <0 22 0>, <0 23 0>,
80 <0 24 0>, <0 25 0>, <0 26 0>, <0 27 0>,
81 <0 28 0>, <0 29 0>, <0 30 0>, <0 31 0>;
84 gic: interrupt-controller@10481000 {
85 compatible = "arm,cortex-a15-gic", "arm,cortex-a9-gic";
86 #interrupt-cells = <3>;
88 reg = <0x10481000 0x1000>,
92 interrupts = <1 9 0xf04>;
96 compatible = "samsung,exynos4210-chipid";
97 reg = <0x10000000 0x100>;
100 pmu_system_controller: system-controller@10040000 {
101 compatible = "samsung,exynos5410-pmu", "syscon";
102 reg = <0x10040000 0x5000>;
106 compatible = "samsung,exynos4210-mct";
107 reg = <0x101C0000 0xB00>;
108 interrupt-parent = <&interrupt_map>;
109 interrupts = <0>, <1>, <2>, <3>,
111 <8>, <9>, <10>, <11>;
112 clocks = <&fin_pll>, <&clock CLK_MCT>;
113 clock-names = "fin_pll", "mct";
115 interrupt_map: interrupt-map {
116 #interrupt-cells = <1>;
117 #address-cells = <0>;
119 interrupt-map = <0 &combiner 23 3>,
135 compatible = "mmio-sram";
136 reg = <0x02020000 0x54000>;
137 #address-cells = <1>;
139 ranges = <0 0x02020000 0x54000>;
142 compatible = "samsung,exynos4210-sysram";
147 compatible = "samsung,exynos4210-sysram-ns";
148 reg = <0x53000 0x1000>;
152 clock: clock-controller@10010000 {
153 compatible = "samsung,exynos5410-clock";
154 reg = <0x10010000 0x30000>;
158 mmc_0: mmc@12200000 {
159 compatible = "samsung,exynos5250-dw-mshc";
160 reg = <0x12200000 0x1000>;
161 interrupts = <0 75 0>;
162 #address-cells = <1>;
164 clocks = <&clock CLK_MMC0>, <&clock CLK_SCLK_MMC0>;
165 clock-names = "biu", "ciu";
170 mmc_1: mmc@12210000 {
171 compatible = "samsung,exynos5250-dw-mshc";
172 reg = <0x12210000 0x1000>;
173 interrupts = <0 76 0>;
174 #address-cells = <1>;
176 clocks = <&clock CLK_MMC1>, <&clock CLK_SCLK_MMC1>;
177 clock-names = "biu", "ciu";
182 mmc_2: mmc@12220000 {
183 compatible = "samsung,exynos5250-dw-mshc";
184 reg = <0x12220000 0x1000>;
185 interrupts = <0 77 0>;
186 #address-cells = <1>;
188 clocks = <&clock CLK_MMC2>, <&clock CLK_SCLK_MMC2>;
189 clock-names = "biu", "ciu";
194 uart0: serial@12C00000 {
195 compatible = "samsung,exynos4210-uart";
196 reg = <0x12C00000 0x100>;
197 interrupts = <0 51 0>;
198 clocks = <&clock CLK_UART0>, <&clock CLK_SCLK_UART0>;
199 clock-names = "uart", "clk_uart_baud0";
203 uart1: serial@12C10000 {
204 compatible = "samsung,exynos4210-uart";
205 reg = <0x12C10000 0x100>;
206 interrupts = <0 52 0>;
207 clocks = <&clock CLK_UART1>, <&clock CLK_SCLK_UART1>;
208 clock-names = "uart", "clk_uart_baud0";
212 uart2: serial@12C20000 {
213 compatible = "samsung,exynos4210-uart";
214 reg = <0x12C20000 0x100>;
215 interrupts = <0 53 0>;
216 clocks = <&clock CLK_UART2>, <&clock CLK_SCLK_UART2>;
217 clock-names = "uart", "clk_uart_baud0";