1 // SPDX-License-Identifier: GPL-2.0
3 * Samsung's S3C64xx SoC series common device tree source
5 * Copyright (c) 2013 Tomasz Figa <tomasz.figa@gmail.com>
7 * Samsung's S3C64xx SoC series device nodes are listed in this file.
8 * Particular SoCs from S3C64xx series can include this file and provide
9 * values for SoCs specfic bindings.
11 * Note: This file does not include device nodes for all the controllers in
12 * S3C64xx SoCs. As device tree coverage for S3C64xx increases, additional
13 * nodes can be added to this file.
16 #include "skeleton.dtsi"
17 #include <dt-bindings/clock/samsung,s3c64xx-clock.h>
35 compatible = "arm,arm1176jzf-s", "arm,arm1176";
41 compatible = "simple-bus";
46 vic0: interrupt-controller@71200000 {
47 compatible = "arm,pl192-vic";
49 reg = <0x71200000 0x1000>;
50 #interrupt-cells = <1>;
53 vic1: interrupt-controller@71300000 {
54 compatible = "arm,pl192-vic";
56 reg = <0x71300000 0x1000>;
57 #interrupt-cells = <1>;
60 sdhci0: sdhci@7c200000 {
61 compatible = "samsung,s3c6410-sdhci";
62 reg = <0x7c200000 0x100>;
63 interrupt-parent = <&vic1>;
65 clock-names = "hsmmc", "mmc_busclk.0", "mmc_busclk.2";
66 clocks = <&clocks HCLK_HSMMC0>, <&clocks HCLK_HSMMC0>,
71 sdhci1: sdhci@7c300000 {
72 compatible = "samsung,s3c6410-sdhci";
73 reg = <0x7c300000 0x100>;
74 interrupt-parent = <&vic1>;
76 clock-names = "hsmmc", "mmc_busclk.0", "mmc_busclk.2";
77 clocks = <&clocks HCLK_HSMMC1>, <&clocks HCLK_HSMMC1>,
82 sdhci2: sdhci@7c400000 {
83 compatible = "samsung,s3c6410-sdhci";
84 reg = <0x7c400000 0x100>;
85 interrupt-parent = <&vic1>;
87 clock-names = "hsmmc", "mmc_busclk.0", "mmc_busclk.2";
88 clocks = <&clocks HCLK_HSMMC2>, <&clocks HCLK_HSMMC2>,
93 watchdog: watchdog@7e004000 {
94 compatible = "samsung,s3c6410-wdt";
95 reg = <0x7e004000 0x1000>;
96 interrupt-parent = <&vic0>;
98 clock-names = "watchdog";
99 clocks = <&clocks PCLK_WDT>;
103 compatible = "samsung,s3c2440-i2c";
104 reg = <0x7f004000 0x1000>;
105 interrupt-parent = <&vic1>;
108 clocks = <&clocks PCLK_IIC0>;
110 #address-cells = <1>;
114 uart0: serial@7f005000 {
115 compatible = "samsung,s3c6400-uart";
116 reg = <0x7f005000 0x100>;
117 interrupt-parent = <&vic1>;
119 clock-names = "uart", "clk_uart_baud2",
121 clocks = <&clocks PCLK_UART0>, <&clocks PCLK_UART0>,
126 uart1: serial@7f005400 {
127 compatible = "samsung,s3c6400-uart";
128 reg = <0x7f005400 0x100>;
129 interrupt-parent = <&vic1>;
131 clock-names = "uart", "clk_uart_baud2",
133 clocks = <&clocks PCLK_UART1>, <&clocks PCLK_UART1>,
138 uart2: serial@7f005800 {
139 compatible = "samsung,s3c6400-uart";
140 reg = <0x7f005800 0x100>;
141 interrupt-parent = <&vic1>;
143 clock-names = "uart", "clk_uart_baud2",
145 clocks = <&clocks PCLK_UART2>, <&clocks PCLK_UART2>,
150 uart3: serial@7f005c00 {
151 compatible = "samsung,s3c6400-uart";
152 reg = <0x7f005c00 0x100>;
153 interrupt-parent = <&vic1>;
155 clock-names = "uart", "clk_uart_baud2",
157 clocks = <&clocks PCLK_UART3>, <&clocks PCLK_UART3>,
163 compatible = "samsung,s3c6400-pwm";
164 reg = <0x7f006000 0x1000>;
165 interrupt-parent = <&vic0>;
166 interrupts = <23>, <24>, <25>, <27>, <28>;
167 clock-names = "timers";
168 clocks = <&clocks PCLK_PWM>;
169 samsung,pwm-outputs = <0>, <1>;
173 pinctrl0: pinctrl@7f008000 {
174 compatible = "samsung,s3c64xx-pinctrl";
175 reg = <0x7f008000 0x1000>;
176 interrupt-parent = <&vic1>;
179 pctrl_int_map: pinctrl-interrupt-map {
180 interrupt-map = <0 &vic0 0>,
184 #address-cells = <0>;
186 #interrupt-cells = <1>;
189 wakeup-interrupt-controller {
190 compatible = "samsung,s3c64xx-wakeup-eint";
191 interrupts = <0>, <1>, <2>, <3>;
192 interrupt-parent = <&pctrl_int_map>;
198 #include "s3c64xx-pinctrl.dtsi"