]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/samsung/dts/exynos5250-snow.dts
exynos: fdt: Add TMU node for snow
[people/ms/u-boot.git] / board / samsung / dts / exynos5250-snow.dts
CommitLineData
2881e533
RS
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 };
34
35 sound@12d60000 {
36 samsung,i2s-epll-clock-frequency = <192000000>;
37 samsung,i2s-sampling-rate = <48000>;
38 samsung,i2s-bits-per-sample = <16>;
39 samsung,i2s-channels = <2>;
40 samsung,i2s-lr-clk-framesize = <256>;
41 samsung,i2s-bit-clk-framesize = <32>;
42 samsung,codec-type = "max98095";
43 };
44
45 i2c@12cd0000 {
46 soundcodec@22 {
47 reg = <0x22>;
48 compatible = "maxim,max98095-codec";
49 };
50 };
51
52 i2c@12c60000 {
53 pmic@9 {
54 reg = <0x9>;
55 compatible = "maxim,max77686_pmic";
56 };
57 };
f2e8a873
SG
58
59 tmu@10060000 {
60 samsung,min-temp = <25>;
61 samsung,max-temp = <125>;
62 samsung,start-warning = <95>;
63 samsung,start-tripping = <105>;
64 samsung,hw-tripping = <110>;
65 samsung,efuse-min-value = <40>;
66 samsung,efuse-value = <55>;
67 samsung,efuse-max-value = <100>;
68 samsung,slope = <274761730>;
69 samsung,dc-value = <25>;
70 };
71
2881e533 72};