blob: 60309c61f302d867c90a3073ceef88ce51bcf8b5 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Chander Kashyap0d2f2772013-08-21 10:38:56 +05302/*
3 * SAMSUNG Arndale board device tree source
4 *
5 * Copyright (c) 2013 Samsung Electronics Co., Ltd.
6 * http://www.samsung.com
Tom Rini10e47792018-05-06 17:58:06 -04007 */
Chander Kashyap0d2f2772013-08-21 10:38:56 +05308
9/dts-v1/;
Chander Kashyapea986762013-09-10 13:41:36 +053010#include "exynos5250.dtsi"
Chander Kashyap0d2f2772013-08-21 10:38:56 +053011
12/ {
13 model = "SAMSUNG Arndale board based on EXYNOS5250";
14 compatible = "samsung,arndale", "samsung,exynos5250";
15
16 aliases {
Simon Glass2a61b442015-07-02 18:15:48 -060017 i2c0 = "/i2c@12C60000";
18 i2c1 = "/i2c@12C70000";
19 i2c2 = "/i2c@12C80000";
20 i2c3 = "/i2c@12C90000";
21 i2c4 = "/i2c@12CA0000";
22 i2c5 = "/i2c@12CB0000";
23 i2c6 = "/i2c@12CC0000";
24 i2c7 = "/i2c@12CD0000";
Chander Kashyap0d2f2772013-08-21 10:38:56 +053025 serial0 = "/serial@12C20000";
26 console = "/serial@12C20000";
27 };
Inderpal Singh04bb7372013-08-21 10:38:57 +053028
29 mmc@12200000 {
30 samsung,bus-width = <8>;
31 samsung,timing = <1 3 3>;
32 };
33
34 mmc@12210000 {
35 status = "disabled";
36 };
37
38 mmc@12220000 {
39 samsung,bus-width = <4>;
40 samsung,timing = <1 2 3>;
41 };
42
43 mmc@12230000 {
44 status = "disabled";
45 };
Chander Kashyap0d2f2772013-08-21 10:38:56 +053046};