]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - arch/arm/boot/dts/exynos5410-smdk5410.dts
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[karo-tx-linux.git] / arch / arm / boot / dts / exynos5410-smdk5410.dts
1 /*
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>;
43         cap-mmc-highspeed;
44         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>;
49         bus-width = <8>;
50 };
51
52 &mmc_2 {
53         status = "okay";
54         num-slots = <1>;
55         cap-sd-highspeed;
56         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>;
60         bus-width = <4>;
61         disable-wp;
62 };
63
64 &uart0 {
65         status = "okay";
66 };
67
68 &uart1 {
69         status = "okay";
70 };
71
72 &uart2 {
73         status = "okay";
74 };