ARM: dts: Add disable-wp for card slot on exynos5250-arndale
[deliverable/linux.git] / arch / arm / boot / dts / exynos5250-arndale.dts
CommitLineData
e88d5ae6
G
1/*
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>;
d01fc36b
TB
72 pinctrl-names = "default";
73 pinctrl-0 = <&sd0_clk &sd0_cmd &sd0_bus4 &sd0_bus8>;
e88d5ae6
G
74
75 slot@0 {
76 reg = <0>;
77 bus-width = <8>;
e88d5ae6
G
78 };
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>;
d01fc36b
TB
93 pinctrl-names = "default";
94 pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_cd &sd2_bus4>;
e88d5ae6
G
95
96 slot@0 {
97 reg = <0>;
98 bus-width = <4>;
6a446172 99 disable-wp;
e88d5ae6
G
100 };
101 };
102
103 dwmmc_3: dwmmc3@12230000 {
104 status = "disabled";
105 };
106
107 spi_0: spi@12d20000 {
108 status = "disabled";
109 };
110
111 spi_1: spi@12d30000 {
112 status = "disabled";
113 };
114
115 spi_2: spi@12d40000 {
116 status = "disabled";
117 };
8b6076d4
TA
118
119 fixed-rate-clocks {
120 xxti {
121 compatible = "samsung,clock-xxti";
122 clock-frequency = <24000000>;
123 };
124 };
e88d5ae6 125};
This page took 0.077211 seconds and 5 git commands to generate.