]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/dts/exynos4210-origen.dts
Merge git://git.denx.de/u-boot-i2c
[people/ms/u-boot.git] / arch / arm / dts / exynos4210-origen.dts
CommitLineData
bf7716d6
PW
1/*
2 * Samsung's Exynos4210 based Origen board device tree source
3 *
4 * Copyright (c) 2014 Samsung Electronics Co., Ltd.
5 * http://www.samsung.com
6 *
7 * SPDX-License-Identifier: GPL-2.0+
8 */
9
10/dts-v1/;
2fdd7d9e 11#include "skeleton.dtsi"
dd54739d 12#include "exynos4210.dtsi"
bf7716d6
PW
13
14/ {
15 model = "Insignal Origen evaluation board based on Exynos4210";
16 compatible = "insignal,origen", "samsung,exynos4210";
17
18 chosen {
19 bootargs ="";
20 };
21
22 aliases {
23 serial0 = "/serial@13800000";
24 console = "/serial@13820000";
bf7716d6 25 };
9c2e2cab 26};
bf7716d6 27
9c2e2cab
JC
28&sdhci2 {
29 samsung,bus-width = <4>;
30 samsung,timing = <1 2 3>;
31 cd-gpios = <&gpk2 2 0>;
32 status = "okay";
f6ae1ca0 33};