blob: 031c622e0bb11d1ac8dce44ec89d46facd1f19b5 [file] [log] [blame]
Chander Kashyapa2ac68f2013-08-21 10:38:56 +05301/*
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/;
Chander Kashyape2238322013-09-10 13:41:36 +053011#include "exynos5250.dtsi"
Chander Kashyapa2ac68f2013-08-21 10:38:56 +053012
13/ {
14 model = "SAMSUNG Arndale board based on EXYNOS5250";
15 compatible = "samsung,arndale", "samsung,exynos5250";
16
17 aliases {
Simon Glassf1ac35b2015-07-02 18:15:48 -060018 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";
Chander Kashyapa2ac68f2013-08-21 10:38:56 +053026 serial0 = "/serial@12C20000";
27 console = "/serial@12C20000";
28 };
Inderpal Singhcc2b1012013-08-21 10:38:57 +053029
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 };
Chander Kashyapa2ac68f2013-08-21 10:38:56 +053047};