blob: b4127c6493a2901f6d813ecf0b4507d691abb1cc [file] [log] [blame]
Vaibhav Hiremathfe12f0e2012-07-02 01:26:39 -07001/*
2 * Copyright (C) 2011 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
Nishanth Menoncaef4ee2013-12-06 14:20:17 -080010#include "am3517.dtsi"
Vaibhav Hiremathfe12f0e2012-07-02 01:26:39 -070011
12/ {
Nishanth Menoncaef4ee2013-12-06 14:20:17 -080013 model = "TI AM3517 EVM (AM3517/05 TMDSEVM3517)";
14 compatible = "ti,am3517-evm", "ti,am3517", "ti,omap3";
Vaibhav Hiremathfe12f0e2012-07-02 01:26:39 -070015
16 memory {
17 device_type = "memory";
18 reg = <0x80000000 0x10000000>; /* 256 MB */
19 };
Tony Lindgrenadfe9362013-12-06 10:53:04 -080020
21 vmmc_fixed: vmmc {
22 compatible = "regulator-fixed";
23 regulator-name = "vmmc_fixed";
24 regulator-min-microvolt = <3300000>;
25 regulator-max-microvolt = <3300000>;
26 };
27};
28
29&davinci_emac {
30 status = "okay";
31};
32
33&davinci_mdio {
34 status = "okay";
Vaibhav Hiremathfe12f0e2012-07-02 01:26:39 -070035};
36
37&i2c1 {
38 clock-frequency = <400000>;
39};
40
41&i2c2 {
42 clock-frequency = <400000>;
43};
44
45&i2c3 {
46 clock-frequency = <400000>;
47};
Tony Lindgrenadfe9362013-12-06 10:53:04 -080048
49&mmc1 {
50 vmmc-supply = <&vmmc_fixed>;
51 bus-width = <4>;
52};
53
54&mmc2 {
55 status = "disabled";
56};
57
58&mmc3 {
59 status = "disabled";
60};
61