blob: 457d1ec7ed93d2b9374d6e462e1e359951c19ec7 [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 };
Sourav Poddar5449fbc2012-07-25 11:03:27 +053027
Balaji T K5dd18b02012-08-07 12:48:21 +053028};
29
30&mmc1 {
31 vmmc-supply = <&vmmcsd_fixed>;
32 bus-width = <4>;
33};
34
35&mmc2 {
36 vmmc-supply = <&vmmcsd_fixed>;
37 bus-width = <8>;
38 ti,non-removable;
39};
40
41&mmc3 {
42 bus-width = <4>;
43 ti,non-removable;
44};
45
46&mmc4 {
47 status = "disabled";
48};
49
50&mmc5 {
51 status = "disabled";
R Sricharan6b5de092012-05-10 19:46:00 +053052};
Sourav Poddar08f3e212012-07-25 11:02:43 +053053
54&i2c4 {
55 clock-frequency = <400000>;
56
57 /* Temperature Sensor */
58 tmp102@48{
59 compatible = "ti,tmp102";
60 reg = <0x48>;
61 };
62};
Sourav Poddar5449fbc2012-07-25 11:03:27 +053063
64&keypad {
65 keypad,num-rows = <8>;
66 keypad,num-columns = <8>;
67 linux,keymap = <0x02020073 /* VOLUP */
68 0x02030072 /* VOLDOWM */
69 0x020400e7 /* SEND */
70 0x02050066 /* HOME */
71 0x0206006b /* END */
72 0x020700d9>; /* SEARCH */
73 linux,input-no-autorepeat;
74};