Thomas Abraham | 2107673 | 2012-12-31 15:07:39 -0800 | [diff] [blame] | 1 | /* |
| 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 Kamat | 2da3d95 | 2013-01-17 15:56:48 -0800 | [diff] [blame] | 30 | 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 Kamat | 708c0dd | 2013-01-17 15:57:24 -0800 | [diff] [blame] | 39 | 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 Kamat | c0b6be7 | 2013-02-08 13:58:26 -0800 | [diff] [blame^] | 47 | codec@13400000 { |
| 48 | samsung,mfc-r = <0x43000000 0x800000>; |
| 49 | samsung,mfc-l = <0x51000000 0x800000>; |
| 50 | status = "okay"; |
| 51 | }; |
| 52 | |
Thomas Abraham | 2107673 | 2012-12-31 15:07:39 -0800 | [diff] [blame] | 53 | 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 | }; |