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";
26 compatible = "arm,arm926ej-s";
31 clocks: clock-controller@4c000000 {
32 compatible = "samsung,s3c2416-clock";
33 reg = <0x4c000000 0x40>;
37 uart_3: serial@5000c000 {
38 compatible = "samsung,s3c2440-uart";
39 reg = <0x5000C000 0x4000>;
40 interrupts = <1 18 24 4>, <1 18 25 4>;
41 clock-names = "uart", "clk_uart_baud2",
43 clocks = <&clocks PCLK_UART3>, <&clocks PCLK_UART3>,
48 sdhci_1: sdhci@4ac00000 {
49 compatible = "samsung,s3c6410-sdhci";
50 reg = <0x4AC00000 0x100>;
51 interrupts = <0 0 21 3>;
52 clock-names = "hsmmc", "mmc_busclk.0",
54 clocks = <&clocks HCLK_HSMMC0>, <&clocks HCLK_HSMMC0>,
59 sdhci_0: sdhci@4a800000 {
60 compatible = "samsung,s3c6410-sdhci";
61 reg = <0x4A800000 0x100>;
62 interrupts = <0 0 20 3>;
63 clock-names = "hsmmc", "mmc_busclk.0",
65 clocks = <&clocks HCLK_HSMMC1>, <&clocks HCLK_HSMMC1>,
72 compatible = "samsung,s3c2440-i2c";
73 clocks = <&clocks PCLK_I2C0>;
78 compatible = "samsung,s3c2416-irq";
82 compatible = "samsung,s3c2416-pinctrl";
86 compatible = "samsung,s3c2416-rtc";
87 clocks = <&clocks PCLK_RTC>;
92 clocks = <&clocks PCLK_PWM>;
93 clock-names = "timers";
97 compatible = "samsung,s3c2440-uart";
98 clock-names = "uart", "clk_uart_baud2",
100 clocks = <&clocks PCLK_UART0>, <&clocks PCLK_UART0>,
105 compatible = "samsung,s3c2440-uart";
106 clock-names = "uart", "clk_uart_baud2",
108 clocks = <&clocks PCLK_UART1>, <&clocks PCLK_UART1>,
113 compatible = "samsung,s3c2440-uart";
114 clock-names = "uart", "clk_uart_baud2",
116 clocks = <&clocks PCLK_UART2>, <&clocks PCLK_UART2>,
121 interrupts = <1 9 27 3>;
122 clocks = <&clocks PCLK_WDT>;
123 clock-names = "watchdog";