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