1 // SPDX-License-Identifier: GPL-2.0
3 * Samsung's S3C2416 SoC device tree source
5 * Copyright (c) 2013 Heiko Stuebner <heiko@sntech.de>
8 #include <dt-bindings/clock/s3c2443.h>
9 #include "s3c24xx.dtsi"
10 #include "s3c2416-pinctrl.dtsi"
13 model = "Samsung S3C2416 SoC";
14 compatible = "samsung,s3c2416";
25 compatible = "arm,arm926ej-s";
29 interrupt-controller@4a000000 {
30 compatible = "samsung,s3c2416-irq";
33 clocks: clock-controller@0x4c000000 {
34 compatible = "samsung,s3c2416-clock";
35 reg = <0x4c000000 0x40>;
40 compatible = "samsung,s3c2416-pinctrl";
44 clocks = <&clocks PCLK_PWM>;
45 clock-names = "timers";
48 uart_0: serial@50000000 {
49 compatible = "samsung,s3c2440-uart";
50 clock-names = "uart", "clk_uart_baud2",
52 clocks = <&clocks PCLK_UART0>, <&clocks PCLK_UART0>,
56 uart_1: serial@50004000 {
57 compatible = "samsung,s3c2440-uart";
58 clock-names = "uart", "clk_uart_baud2",
60 clocks = <&clocks PCLK_UART1>, <&clocks PCLK_UART1>,
64 uart_2: serial@50008000 {
65 compatible = "samsung,s3c2440-uart";
66 clock-names = "uart", "clk_uart_baud2",
68 clocks = <&clocks PCLK_UART2>, <&clocks PCLK_UART2>,
72 uart_3: serial@5000C000 {
73 compatible = "samsung,s3c2440-uart";
74 reg = <0x5000C000 0x4000>;
75 interrupts = <1 18 24 4>, <1 18 25 4>;
76 clock-names = "uart", "clk_uart_baud2",
78 clocks = <&clocks PCLK_UART3>, <&clocks PCLK_UART3>,
83 sdhci_1: sdhci@4AC00000 {
84 compatible = "samsung,s3c6410-sdhci";
85 reg = <0x4AC00000 0x100>;
86 interrupts = <0 0 21 3>;
87 clock-names = "hsmmc", "mmc_busclk.0",
89 clocks = <&clocks HCLK_HSMMC0>, <&clocks HCLK_HSMMC0>,
94 sdhci_0: sdhci@4A800000 {
95 compatible = "samsung,s3c6410-sdhci";
96 reg = <0x4A800000 0x100>;
97 interrupts = <0 0 20 3>;
98 clock-names = "hsmmc", "mmc_busclk.0",
100 clocks = <&clocks HCLK_HSMMC1>, <&clocks HCLK_HSMMC1>,
101 <&clocks MUX_HSMMC1>;
105 watchdog: watchdog@53000000 {
106 interrupts = <1 9 27 3>;
107 clocks = <&clocks PCLK_WDT>;
108 clock-names = "watchdog";
112 compatible = "samsung,s3c2416-rtc";
113 clocks = <&clocks PCLK_RTC>;
118 compatible = "samsung,s3c2440-i2c";
119 clocks = <&clocks PCLK_I2C0>;