]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/dts/exynos5250-arndale.dts
dts: move device tree sources to arch/$(ARCH)/dts/
[people/ms/u-boot.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 serial0 = "/serial@12C20000";
19 console = "/serial@12C20000";
20 };
21
22 mmc@12200000 {
23 samsung,bus-width = <8>;
24 samsung,timing = <1 3 3>;
25 };
26
27 mmc@12210000 {
28 status = "disabled";
29 };
30
31 mmc@12220000 {
32 samsung,bus-width = <4>;
33 samsung,timing = <1 2 3>;
34 };
35
36 mmc@12230000 {
37 status = "disabled";
38 };
39 };