blob: be3e02530b42881b2cbe6e35d7d16f0a4f547b77 [file] [log] [blame]
Tarek Dakhran107e6aa2014-05-27 06:54:13 +09001/*
2 * SAMSUNG SMDK5410 board device tree source
3 *
4 * Copyright (c) 2013 Samsung Electronics Co., Ltd.
5 * http://www.samsung.com
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as
9 * published by the Free Software Foundation.
10*/
11
12/dts-v1/;
13#include "exynos5410.dtsi"
14/ {
15 model = "Samsung SMDK5410 board based on EXYNOS5410";
16 compatible = "samsung,smdk5410", "samsung,exynos5410", "samsung,exynos5";
17
18 memory {
19 reg = <0x40000000 0x80000000>;
20 };
21
22 chosen {
23 bootargs = "console=ttySAC2,115200";
24 };
25
26 fin_pll: xxti {
27 compatible = "fixed-clock";
28 clock-frequency = <24000000>;
29 clock-output-names = "fin_pll";
30 #clock-cells = <0>;
31 };
32
33 firmware@02037000 {
34 compatible = "samsung,secure-firmware";
35 reg = <0x02037000 0x1000>;
36 };
37
38};
39
40&mmc_0 {
41 status = "okay";
42 num-slots = <1>;
Jaehoon Chungaaa25a52014-08-18 11:55:32 -050043 cap-mmc-highspeed;
Tarek Dakhran107e6aa2014-05-27 06:54:13 +090044 broken-cd;
45 card-detect-delay = <200>;
46 samsung,dw-mshc-ciu-div = <3>;
47 samsung,dw-mshc-sdr-timing = <2 3>;
48 samsung,dw-mshc-ddr-timing = <1 2>;
Jaehoon Chungaaa25a52014-08-18 11:55:32 -050049 bus-width = <8>;
Tarek Dakhran107e6aa2014-05-27 06:54:13 +090050};
51
52&mmc_2 {
53 status = "okay";
54 num-slots = <1>;
Jaehoon Chungaaa25a52014-08-18 11:55:32 -050055 cap-sd-highspeed;
Tarek Dakhran107e6aa2014-05-27 06:54:13 +090056 card-detect-delay = <200>;
57 samsung,dw-mshc-ciu-div = <3>;
58 samsung,dw-mshc-sdr-timing = <2 3>;
59 samsung,dw-mshc-ddr-timing = <1 2>;
Jaehoon Chungaaa25a52014-08-18 11:55:32 -050060 bus-width = <4>;
61 disable-wp;
Tarek Dakhran107e6aa2014-05-27 06:54:13 +090062};
63
64&uart0 {
65 status = "okay";
66};
67
68&uart1 {
69 status = "okay";
70};
71
72&uart2 {
73 status = "okay";
74};