blob: 7e7a61e0f3cec34b9bf377bad6de797cba9b5c82 [file] [log] [blame]
Girish K Se88d5ae2013-02-04 16:15:56 -08001/*
2 * Samsung's Exynos5250 based Arndale 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/ "exynos5250.dtsi"
14
15/ {
16 model = "Insignal Arndale evaluation board based on EXYNOS5250";
17 compatible = "insignal,arndale", "samsung,exynos5250";
18
19 memory {
20 reg = <0x40000000 0x80000000>;
21 };
22
23 chosen {
24 bootargs = "console=ttySAC2,115200";
25 };
26
27 i2c@12C60000 {
28 status = "disabled";
29 };
30
31 i2c@12C70000 {
32 status = "disabled";
33 };
34
35 i2c@12C80000 {
36 status = "disabled";
37 };
38
39 i2c@12C90000 {
40 status = "disabled";
41 };
42
43 i2c@12CA0000 {
44 status = "disabled";
45 };
46
47 i2c@12CB0000 {
48 status = "disabled";
49 };
50
51 i2c@12CC0000 {
52 status = "disabled";
53 };
54
55 i2c@12CD0000 {
56 status = "disabled";
57 };
58
59 i2c@121D0000 {
60 status = "disabled";
61 };
62
63 dwmmc_0: dwmmc0@12200000 {
64 num-slots = <1>;
65 supports-highspeed;
66 broken-cd;
67 fifo-depth = <0x80>;
68 card-detect-delay = <200>;
69 samsung,dw-mshc-ciu-div = <3>;
70 samsung,dw-mshc-sdr-timing = <2 3>;
71 samsung,dw-mshc-ddr-timing = <1 2>;
Tushar Beherad01fc362013-04-04 14:23:51 +090072 pinctrl-names = "default";
73 pinctrl-0 = <&sd0_clk &sd0_cmd &sd0_bus4 &sd0_bus8>;
Girish K Se88d5ae2013-02-04 16:15:56 -080074
75 slot@0 {
76 reg = <0>;
77 bus-width = <8>;
Girish K Se88d5ae2013-02-04 16:15:56 -080078 };
79 };
80
81 dwmmc_1: dwmmc1@12210000 {
82 status = "disabled";
83 };
84
85 dwmmc_2: dwmmc2@12220000 {
86 num-slots = <1>;
87 supports-highspeed;
88 fifo-depth = <0x80>;
89 card-detect-delay = <200>;
90 samsung,dw-mshc-ciu-div = <3>;
91 samsung,dw-mshc-sdr-timing = <2 3>;
92 samsung,dw-mshc-ddr-timing = <1 2>;
Tushar Beherad01fc362013-04-04 14:23:51 +090093 pinctrl-names = "default";
94 pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_cd &sd2_bus4>;
Girish K Se88d5ae2013-02-04 16:15:56 -080095
96 slot@0 {
97 reg = <0>;
98 bus-width = <4>;
Girish K Se88d5ae2013-02-04 16:15:56 -080099 };
100 };
101
102 dwmmc_3: dwmmc3@12230000 {
103 status = "disabled";
104 };
105
106 spi_0: spi@12d20000 {
107 status = "disabled";
108 };
109
110 spi_1: spi@12d30000 {
111 status = "disabled";
112 };
113
114 spi_2: spi@12d40000 {
115 status = "disabled";
116 };
Thomas Abraham8b6076d2013-03-09 17:19:22 +0900117
118 fixed-rate-clocks {
119 xxti {
120 compatible = "samsung,clock-xxti";
121 clock-frequency = <24000000>;
122 };
123 };
Girish K Se88d5ae2013-02-04 16:15:56 -0800124};