]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/dts/exynos5250-arndale.dts
Merge branch 'karo-tx-uboot' into kc-merge
[karo-tx-uboot.git] / arch / arm / dts / exynos5250-arndale.dts
1 /*
2  * SAMSUNG Arndale board device tree source
3  *
4  * Copyright (c) 2013 Samsung Electronics Co., Ltd.
5  *              http://www.samsung.com
6  *
7  * SPDX-License-Identifier:     GPL-2.0+
8 */
9
10 /dts-v1/;
11 #include "exynos5250.dtsi"
12
13 / {
14         model = "SAMSUNG Arndale board based on EXYNOS5250";
15         compatible = "samsung,arndale", "samsung,exynos5250";
16
17         aliases {
18                 i2c0 = "/i2c@12c60000";
19                 i2c1 = "/i2c@12c70000";
20                 i2c2 = "/i2c@12c80000";
21                 i2c3 = "/i2c@12c90000";
22                 i2c4 = "/i2c@12ca0000";
23                 i2c5 = "/i2c@12cb0000";
24                 i2c6 = "/i2c@12cc0000";
25                 i2c7 = "/i2c@12cd0000";
26                 serial0 = "/serial@12C20000";
27                 console = "/serial@12C20000";
28         };
29
30         mmc@12200000 {
31                 samsung,bus-width = <8>;
32                 samsung,timing = <1 3 3>;
33         };
34
35         mmc@12210000 {
36                 status = "disabled";
37         };
38
39         mmc@12220000 {
40                 samsung,bus-width = <4>;
41                 samsung,timing = <1 2 3>;
42         };
43
44         mmc@12230000 {
45                 status = "disabled";
46         };
47 };