blob: d167df9bb6f359ed9b2cc4f4586043fdc7ec6619 [file] [log] [blame]
Rajeshwari Shinde2881e532013-02-28 01:40:41 +00001/*
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/ ARCH_CPU_DTS
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";
Simon Glassb2f79412013-05-10 20:24:00 -070033 mmc0 = "/mmc@12200000";
34 mmc1 = "/mmc@12210000";
35 mmc2 = "/mmc@12220000";
36 mmc3 = "/mmc@12230000";
Rajeshwari Shinde2881e532013-02-28 01:40:41 +000037 };
38
39 sound@12d60000 {
40 samsung,i2s-epll-clock-frequency = <192000000>;
41 samsung,i2s-sampling-rate = <48000>;
42 samsung,i2s-bits-per-sample = <16>;
43 samsung,i2s-channels = <2>;
44 samsung,i2s-lr-clk-framesize = <256>;
45 samsung,i2s-bit-clk-framesize = <32>;
46 samsung,codec-type = "max98095";
47 };
48
49 i2c@12cd0000 {
50 soundcodec@22 {
51 reg = <0x22>;
52 compatible = "maxim,max98095-codec";
53 };
54 };
55
56 i2c@12c60000 {
57 pmic@9 {
58 reg = <0x9>;
59 compatible = "maxim,max77686_pmic";
60 };
61 };
Simon Glassf2e8a872013-04-13 04:26:42 +000062
Simon Glassb2f79412013-05-10 20:24:00 -070063 mmc@12200000 {
64 samsung,bus-width = <8>;
65 samsung,timing = <1 3 3>;
66 samsung,removable = <0>;
67 };
68
69 mmc@12210000 {
70 status = "disabled";
71 };
72
73 mmc@12220000 {
74 samsung,bus-width = <4>;
75 samsung,timing = <1 2 3>;
76 samsung,removable = <1>;
77 };
78
79 mmc@12230000 {
80 status = "disabled";
81 };
82
Simon Glassf2e8a872013-04-13 04:26:42 +000083 tmu@10060000 {
84 samsung,min-temp = <25>;
85 samsung,max-temp = <125>;
86 samsung,start-warning = <95>;
87 samsung,start-tripping = <105>;
88 samsung,hw-tripping = <110>;
89 samsung,efuse-min-value = <40>;
90 samsung,efuse-value = <55>;
91 samsung,efuse-max-value = <100>;
92 samsung,slope = <274761730>;
93 samsung,dc-value = <25>;
94 };
95
Rajeshwari Shinde2881e532013-02-28 01:40:41 +000096};