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