1 // SPDX-License-Identifier: GPL-2.0
2 /*
3 * Samsung SMDK2416 board device tree source
4 *
5 * Copyright (c) 2013 Heiko Stuebner <heiko@sntech.de>
6 */
7
8 /dts-v1/;
9 #include "s3c2416.dtsi"
10
11 / {
12 model = "SMDK2416";
13 compatible = "samsung,smdk2416", "samsung,s3c2416";
14
15 memory@30000000 {
16 device_type = "memory";
17 reg = <0x30000000 0x4000000>;
18 };
19
20 xti: clock-0 {
21 compatible = "fixed-clock";
22 clock-frequency = <12000000>;
23 clock-output-names = "xti";
24 #clock-cells = <0>;
25 };
26 };
27
28 &rtc {
29 status = "okay";
30 };
31
32 &sdhci_0 {
33 pinctrl-names = "default";
34 pinctrl-0 = <&sd1_clk>, <&sd1_cmd>,
35 <&sd1_bus1>, <&sd1_bus4>;
36 bus-width = <4>;
37 broken-cd;
38 status = "okay";
39 };
40
41 &sdhci_1 {
42 pinctrl-names = "default";
43 pinctrl-0 = <&sd0_clk>, <&sd0_cmd>,
44 <&sd0_bus1>, <&sd0_bus4>;
45 bus-width = <4>;
46 cd-gpios = <&gpf 1 0>;
47 cd-inverted;
48 status = "okay";
49 };
50
51 &uart_0 {
52 status = "okay";
53 pinctrl-names = "default";
54 pinctrl-0 = <&uart0_data>, <&uart0_fctl>;
55 };
56
57 &uart_1 {
58 status = "okay";
59 pinctrl-names = "default";
60 pinctrl-0 = <&uart1_data>, <&uart1_fctl>;
61 };
62
63 &uart_2 {
64 status = "okay";
65 pinctrl-names = "default";
66 pinctrl-0 = <&uart2_data>;
67 };
68
69 &uart_3 {
70 status = "okay";
71 pinctrl-names = "default";
72 pinctrl-0 = <&uart3_data>;
73 };
74
75 &watchdog {
76 status = "okay";
77 };
Cache object: 7f286a8b9bab435e80751c4cc11d7190
|