blob: e066fc65b77a40bb6141e396e86c5ef83716b3b6 [file] [log] [blame]
Thomas Abraham21076732012-12-31 15:07:39 -08001/*
2 * Insignal's Exynos4412 based Origen board device tree source
3 *
4 * Copyright (c) 2012-2013 Samsung Electronics Co., Ltd.
5 * http://www.samsung.com
6 *
7 * Device tree source file for Insignal's Origen board which is based on
8 * Samsung's Exynos4412 SoC.
9 *
10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License version 2 as
12 * published by the Free Software Foundation.
13*/
14
15/dts-v1/;
16/include/ "exynos4412.dtsi"
17
18/ {
19 model = "Insignal Origen evaluation board based on Exynos4412";
20 compatible = "insignal,origen4412", "samsung,exynos4412";
21
22 memory {
23 reg = <0x40000000 0x40000000>;
24 };
25
26 chosen {
27 bootargs ="console=ttySAC2,115200";
28 };
29
Sachin Kamat2da3d952013-01-17 15:56:48 -080030 mmc_reg: voltage-regulator {
31 compatible = "regulator-fixed";
32 regulator-name = "VMEM_VDD_2.8V";
33 regulator-min-microvolt = <2800000>;
34 regulator-max-microvolt = <2800000>;
35 gpio = <&gpx1 1 0>;
36 enable-active-high;
37 };
38
Sachin Kamat708c0dd2013-01-17 15:57:24 -080039 sdhci@12530000 {
40 bus-width = <4>;
41 pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_bus4 &sd2_cd>;
42 pinctrl-names = "default";
43 vmmc-supply = <&mmc_reg>;
44 status = "okay";
45 };
46
Sachin Kamatc0b6be72013-02-08 13:58:26 -080047 codec@13400000 {
48 samsung,mfc-r = <0x43000000 0x800000>;
49 samsung,mfc-l = <0x51000000 0x800000>;
50 status = "okay";
51 };
52
Thomas Abraham21076732012-12-31 15:07:39 -080053 serial@13800000 {
54 status = "okay";
55 };
56
57 serial@13810000 {
58 status = "okay";
59 };
60
61 serial@13820000 {
62 status = "okay";
63 };
64
65 serial@13830000 {
66 status = "okay";
67 };
68};