blob: 7bb0c9dc5257430d007b4f81978aacfacc24077b [file] [log] [blame]
R Sricharan6b5de092012-05-10 19:46:00 +05301/*
2 * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
7 */
8/dts-v1/;
9
10/include/ "omap5.dtsi"
11
12/ {
13 model = "TI OMAP5 EVM board";
14 compatible = "ti,omap5-evm", "ti,omap5";
15
16 memory {
17 device_type = "memory";
18 reg = <0x80000000 0x40000000>; /* 1 GB */
19 };
Balaji T K5dd18b02012-08-07 12:48:21 +053020
21 vmmcsd_fixed: fixedregulator-mmcsd {
22 compatible = "regulator-fixed";
23 regulator-name = "vmmcsd_fixed";
24 regulator-min-microvolt = <3000000>;
25 regulator-max-microvolt = <3000000>;
26 };
27};
28
29&mmc1 {
30 vmmc-supply = <&vmmcsd_fixed>;
31 bus-width = <4>;
32};
33
34&mmc2 {
35 vmmc-supply = <&vmmcsd_fixed>;
36 bus-width = <8>;
37 ti,non-removable;
38};
39
40&mmc3 {
41 bus-width = <4>;
42 ti,non-removable;
43};
44
45&mmc4 {
46 status = "disabled";
47};
48
49&mmc5 {
50 status = "disabled";
R Sricharan6b5de092012-05-10 19:46:00 +053051};