]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/dts/exynos5250-snow.dts
649e4bd0d2a386a6d8abb78d4f78e2a5eca83000
[people/ms/u-boot.git] / arch / arm / dts / exynos5250-snow.dts
1 /*
2 * SAMSUNG Snow board device tree source
3 *
4 * Copyright (c) 2012 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 = "Google Snow";
17 compatible = "google,snow", "samsung,exynos5250";
18
19 aliases {
20 i2c0 = "/i2c@12c60000";
21 i2c1 = "/i2c@12c70000";
22 i2c2 = "/i2c@12c80000";
23 i2c3 = "/i2c@12c90000";
24 i2c4 = "/i2c@12ca0000";
25 i2c5 = "/i2c@12cb0000";
26 i2c6 = "/i2c@12cc0000";
27 i2c7 = "/i2c@12cd0000";
28 spi0 = "/spi@12d20000";
29 spi1 = "/spi@12d30000";
30 spi2 = "/spi@12d40000";
31 spi3 = "/spi@131a0000";
32 spi4 = "/spi@131b0000";
33 mmc0 = "/mmc@12200000";
34 mmc1 = "/mmc@12210000";
35 mmc2 = "/mmc@12220000";
36 mmc3 = "/mmc@12230000";
37 serial0 = "/serial@12C30000";
38 console = "/serial@12C30000";
39 i2s = "/sound@3830000";
40 };
41
42 i2c4: i2c@12ca0000 {
43 cros-ec@1e {
44 reg = <0x1e>;
45 compatible = "google,cros-ec";
46 i2c-max-frequency = <100000>;
47 ec-interrupt = <&gpx1 6 GPIO_ACTIVE_LOW>;
48 };
49
50 power-regulator@48 {
51 compatible = "ti,tps65090";
52 reg = <0x48>;
53 };
54 };
55
56 spi@12d30000 {
57 spi-max-frequency = <50000000>;
58 firmware_storage_spi: flash@0 {
59 compatible = "spi-flash";
60 reg = <0>;
61 };
62 };
63
64 spi@131b0000 {
65 spi-max-frequency = <1000000>;
66 spi-deactivate-delay = <100>;
67 cros_ec: cros-ec@0 {
68 reg = <0>;
69 compatible = "google,cros-ec";
70 spi-max-frequency = <5000000>;
71 ec-interrupt = <&gpx1 6 GPIO_ACTIVE_LOW>;
72 optimise-flash-write;
73 status = "disabled";
74 };
75 };
76
77 sound@3830000 {
78 samsung,codec-type = "max98095";
79 codec-enable-gpio = <&gpx1 7 GPIO_ACTIVE_HIGH>;
80 };
81
82 sound@12d60000 {
83 status = "disabled";
84 };
85
86 i2c@12cd0000 {
87 soundcodec@22 {
88 reg = <0x22>;
89 compatible = "maxim,max98095-codec";
90 };
91
92 ptn3460-bridge@20 {
93 compatible = "nxp,ptn3460";
94 reg = <0x20>;
95 /*
96 * TODO(sjg@chromium.org): Use GPIOs here
97 * powerdown-gpio = <&gpy2 5 0>;
98 * reset-gpio = <&gpx1 5 0>;
99 * edid-emulation = <5>;
100 * pinctrl-names = "default";
101 * pinctrl-0 = <&ptn3460_gpios>;
102 */
103 };
104 };
105
106 i2c@12c60000 {
107 pmic@9 {
108 reg = <0x9>;
109 compatible = "maxim,max77686_pmic";
110 };
111 };
112
113 mmc@12200000 {
114 samsung,bus-width = <8>;
115 samsung,timing = <1 3 3>;
116 samsung,removable = <0>;
117 };
118
119 mmc@12210000 {
120 status = "disabled";
121 };
122
123 mmc@12220000 {
124 samsung,bus-width = <4>;
125 samsung,timing = <1 2 3>;
126 samsung,removable = <1>;
127 };
128
129 mmc@12230000 {
130 status = "disabled";
131 };
132
133 ehci@12110000 {
134 samsung,vbus-gpio = <&gpx1 1 GPIO_ACTIVE_HIGH>;
135 };
136
137 xhci@12000000 {
138 samsung,vbus-gpio = <&gpx2 7 GPIO_ACTIVE_HIGH>;
139 };
140
141 tmu@10060000 {
142 samsung,min-temp = <25>;
143 samsung,max-temp = <125>;
144 samsung,start-warning = <95>;
145 samsung,start-tripping = <105>;
146 samsung,hw-tripping = <110>;
147 samsung,efuse-min-value = <40>;
148 samsung,efuse-value = <55>;
149 samsung,efuse-max-value = <100>;
150 samsung,slope = <274761730>;
151 samsung,dc-value = <25>;
152 };
153
154 fimd@14400000 {
155 samsung,vl-freq = <60>;
156 samsung,vl-col = <1366>;
157 samsung,vl-row = <768>;
158 samsung,vl-width = <1366>;
159 samsung,vl-height = <768>;
160
161 samsung,vl-clkp;
162 samsung,vl-dp;
163 samsung,vl-hsp;
164 samsung,vl-vsp;
165
166 samsung,vl-bpix = <4>;
167
168 samsung,vl-hspw = <32>;
169 samsung,vl-hbpd = <80>;
170 samsung,vl-hfpd = <48>;
171 samsung,vl-vspw = <5>;
172 samsung,vl-vbpd = <14>;
173 samsung,vl-vfpd = <3>;
174 samsung,vl-cmd-allow-len = <0xf>;
175
176 samsung,winid = <0>;
177 samsung,interface-mode = <1>;
178 samsung,dp-enabled = <1>;
179 samsung,dual-lcd-enabled = <0>;
180 };
181
182 dp@145b0000 {
183 samsung,lt-status = <0>;
184
185 samsung,master-mode = <0>;
186 samsung,bist-mode = <0>;
187 samsung,bist-pattern = <0>;
188 samsung,h-sync-polarity = <0>;
189 samsung,v-sync-polarity = <0>;
190 samsung,interlaced = <0>;
191 samsung,color-space = <0>;
192 samsung,dynamic-range = <0>;
193 samsung,ycbcr-coeff = <0>;
194 samsung,color-depth = <1>;
195 };
196
197 };
198
199 #include "cros-ec-keyboard.dtsi"