diff options
Diffstat (limited to 'arch/arm/boot/dts/s3c2416-smdk2416.dts')
-rw-r--r-- | arch/arm/boot/dts/s3c2416-smdk2416.dts | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/s3c2416-smdk2416.dts b/arch/arm/boot/dts/s3c2416-smdk2416.dts new file mode 100644 index 000000000000..59594cf15998 --- /dev/null +++ b/arch/arm/boot/dts/s3c2416-smdk2416.dts | |||
@@ -0,0 +1,72 @@ | |||
1 | /* | ||
2 | * SAMSUNG SMDK2416 board device tree source | ||
3 | * | ||
4 | * Copyright (c) 2013 Heiko Stuebner <heiko@sntech.de> | ||
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | ||
10 | |||
11 | /dts-v1/; | ||
12 | #include "s3c2416.dtsi" | ||
13 | |||
14 | / { | ||
15 | model = "SMDK2416"; | ||
16 | compatible = "samsung,s3c2416"; | ||
17 | |||
18 | memory { | ||
19 | reg = <0x30000000 0x4000000>; | ||
20 | }; | ||
21 | |||
22 | serial@50000000 { | ||
23 | status = "okay"; | ||
24 | pinctrl-names = "default"; | ||
25 | pinctrl-0 = <&uart0_data>, <&uart0_fctl>; | ||
26 | }; | ||
27 | |||
28 | serial@50004000 { | ||
29 | status = "okay"; | ||
30 | pinctrl-names = "default"; | ||
31 | pinctrl-0 = <&uart1_data>, <&uart1_fctl>; | ||
32 | }; | ||
33 | |||
34 | serial@50008000 { | ||
35 | status = "okay"; | ||
36 | pinctrl-names = "default"; | ||
37 | pinctrl-0 = <&uart2_data>; | ||
38 | }; | ||
39 | |||
40 | serial@5000C000 { | ||
41 | status = "okay"; | ||
42 | pinctrl-names = "default"; | ||
43 | pinctrl-0 = <&uart3_data>; | ||
44 | }; | ||
45 | |||
46 | watchdog@53000000 { | ||
47 | status = "okay"; | ||
48 | }; | ||
49 | |||
50 | rtc@57000000 { | ||
51 | status = "okay"; | ||
52 | }; | ||
53 | |||
54 | sdhci@4AC00000 { | ||
55 | pinctrl-names = "default"; | ||
56 | pinctrl-0 = <&sd0_clk>, <&sd0_cmd>, | ||
57 | <&sd0_bus1>, <&sd0_bus4>; | ||
58 | bus-width = <4>; | ||
59 | cd-gpios = <&gpf 1 0>; | ||
60 | cd-inverted; | ||
61 | status = "okay"; | ||
62 | }; | ||
63 | |||
64 | sdhci@4A800000 { | ||
65 | pinctrl-names = "default"; | ||
66 | pinctrl-0 = <&sd1_clk>, <&sd1_cmd>, | ||
67 | <&sd1_bus1>, <&sd1_bus4>; | ||
68 | bus-width = <4>; | ||
69 | broken-cd; | ||
70 | status = "okay"; | ||
71 | }; | ||
72 | }; | ||