]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/samsung/dts/exynos5250-snow.dts
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
[people/ms/u-boot.git] / board / samsung / 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/ 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";
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 };
40
41 sound@12d60000 {
42 samsung,i2s-epll-clock-frequency = <192000000>;
43 samsung,i2s-sampling-rate = <48000>;
44 samsung,i2s-bits-per-sample = <16>;
45 samsung,i2s-channels = <2>;
46 samsung,i2s-lr-clk-framesize = <256>;
47 samsung,i2s-bit-clk-framesize = <32>;
48 samsung,codec-type = "max98095";
49 };
50
51 i2c@12cd0000 {
52 soundcodec@22 {
53 reg = <0x22>;
54 compatible = "maxim,max98095-codec";
55 };
56 };
57
58 i2c@12c60000 {
59 pmic@9 {
60 reg = <0x9>;
61 compatible = "maxim,max77686_pmic";
62 };
63 };
64
65 mmc@12200000 {
66 samsung,bus-width = <8>;
67 samsung,timing = <1 3 3>;
68 samsung,removable = <0>;
69 };
70
71 mmc@12210000 {
72 status = "disabled";
73 };
74
75 mmc@12220000 {
76 samsung,bus-width = <4>;
77 samsung,timing = <1 2 3>;
78 samsung,removable = <1>;
79 };
80
81 mmc@12230000 {
82 status = "disabled";
83 };
84
85 tmu@10060000 {
86 samsung,min-temp = <25>;
87 samsung,max-temp = <125>;
88 samsung,start-warning = <95>;
89 samsung,start-tripping = <105>;
90 samsung,hw-tripping = <110>;
91 samsung,efuse-min-value = <40>;
92 samsung,efuse-value = <55>;
93 samsung,efuse-max-value = <100>;
94 samsung,slope = <274761730>;
95 samsung,dc-value = <25>;
96 };
97
98 };