]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/samsung/dts/exynos5250-smdk5250.dts
Merge branch 'master' of git://git.denx.de/u-boot-nand-flash
[karo-tx-uboot.git] / board / samsung / dts / exynos5250-smdk5250.dts
1 /*
2  * SAMSUNG SMDK5250 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 = "SAMSUNG SMDK5250 board based on EXYNOS5250";
17         compatible = "samsung,smdk5250", "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         };
38
39         sromc@12250000 {
40                 bank = <1>;
41                 srom-timing = <1 9 12 1 6 1 1>;
42                 width = <2>;
43                 lan@5000000 {
44                         compatible = "smsc,lan9215", "smsc,lan";
45                         reg = <0x5000000 0x100>;
46                         phy-mode = "mii";
47                 };
48         };
49
50         sound@12d60000 {
51                 samsung,i2s-epll-clock-frequency = <192000000>;
52                 samsung,i2s-sampling-rate = <48000>;
53                 samsung,i2s-bits-per-sample = <16>;
54                 samsung,i2s-channels = <2>;
55                 samsung,i2s-lr-clk-framesize = <256>;
56                 samsung,i2s-bit-clk-framesize = <32>;
57                 samsung,codec-type = "wm8994";
58         };
59
60         i2c@12c70000 {
61                 soundcodec@1a {
62                         reg = <0x1a>;
63                         compatible = "wolfson,wm8994-codec";
64                 };
65         };
66
67         i2c@12c60000 {
68                 pmic@9 {
69                         reg = <0x9>;
70                         compatible = "maxim,max77686_pmic";
71                 };
72         };
73
74         tmu@10060000 {
75                 samsung,min-temp        = <25>;
76                 samsung,max-temp        = <125>;
77                 samsung,start-warning   = <95>;
78                 samsung,start-tripping  = <105>;
79                 samsung,hw-tripping     = <110>;
80                 samsung,efuse-min-value = <40>;
81                 samsung,efuse-value     = <55>;
82                 samsung,efuse-max-value = <100>;
83                 samsung,slope           = <274761730>;
84                 samsung,dc-value        = <25>;
85         };
86
87         fimd@14400000 {
88                 samsung,vl-freq = <60>;
89                 samsung,vl-col = <2560>;
90                 samsung,vl-row = <1600>;
91                 samsung,vl-width = <2560>;
92                 samsung,vl-height = <1600>;
93
94                 samsung,vl-clkp;
95                 samsung,vl-dp;
96                 samsung,vl-bpix = <4>;
97
98                 samsung,vl-hspw = <32>;
99                 samsung,vl-hbpd = <80>;
100                 samsung,vl-hfpd = <48>;
101                 samsung,vl-vspw = <6>;
102                 samsung,vl-vbpd = <37>;
103                 samsung,vl-vfpd = <3>;
104                 samsung,vl-cmd-allow-len = <0xf>;
105
106                 samsung,winid = <3>;
107                 samsung,interface-mode = <1>;
108                 samsung,dp-enabled = <1>;
109                 samsung,dual-lcd-enabled = <0>;
110         };
111
112         dp@145b0000 {
113                 samsung,lt-status = <0>;
114
115                 samsung,master-mode = <0>;
116                 samsung,bist-mode = <0>;
117                 samsung,bist-pattern = <0>;
118                 samsung,h-sync-polarity = <0>;
119                 samsung,v-sync-polarity = <0>;
120                 samsung,interlaced = <0>;
121                 samsung,color-space = <0>;
122                 samsung,dynamic-range = <0>;
123                 samsung,ycbcr-coeff = <0>;
124                 samsung,color-depth = <1>;
125         };
126
127         mmc@12200000 {
128                 samsung,bus-width = <8>;
129                 samsung,timing = <1 3 3>;
130                 samsung,removable = <0>;
131         };
132
133         mmc@12210000 {
134                 status = "disabled";
135         };
136
137         mmc@12220000 {
138                 samsung,bus-width = <4>;
139                 samsung,timing = <1 2 3>;
140                 samsung,removable = <1>;
141         };
142
143         mmc@12230000 {
144                 status = "disabled";
145         };
146 };