blob: 05f51e10ddd6730fcccc83a594f74cb550e7f181 [file] [log] [blame]
Vaibhav Hiremathf0e15e22011-12-16 12:35:53 +05301/*
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 Menon1e633d72013-03-19 12:53:03 -050010/include/ "omap34xx.dtsi"
Vaibhav Hiremathf0e15e22011-12-16 12:35:53 +053011
12/ {
13 model = "TI OMAP3 EVM (OMAP3530, AM/DM37x)";
14 compatible = "ti,omap3-evm", "ti,omap3";
15
Nishanth Menona134be32013-03-19 12:53:05 -050016 cpus {
17 cpu@0 {
18 cpu0-supply = <&vcc>;
19 };
20 };
21
Vaibhav Hiremathf0e15e22011-12-16 12:35:53 +053022 memory {
23 device_type = "memory";
24 reg = <0x80000000 0x10000000>; /* 256 MB */
25 };
Florian Vaussarda60be2f2012-09-05 09:46:26 +020026
27 leds {
28 compatible = "gpio-leds";
29 ledb {
30 label = "omap3evm::ledb";
31 gpios = <&twl_gpio 19 0>; /* LEDB */
32 linux,default-trigger = "default-on";
33 };
34 };
Vaibhav Hiremathf0e15e22011-12-16 12:35:53 +053035};
Vaibhav Hiremathc7d0eff2012-07-02 01:26:44 -070036
37&i2c1 {
38 clock-frequency = <2600000>;
39
40 twl: twl@48 {
41 reg = <0x48>;
42 interrupts = <7>; /* SYS_NIRQ cascaded to intc */
43 interrupt-parent = <&intc>;
44 };
45};
46
47/include/ "twl4030.dtsi"
48
49&i2c2 {
50 clock-frequency = <400000>;
51};
52
53&i2c3 {
54 clock-frequency = <400000>;
55
56 /*
57 * TVP5146 Video decoder-in for analog input support.
58 */
59 tvp5146@5c {
60 compatible = "ti,tvp5146m2";
61 reg = <0x5c>;
62 };
63};
Florian Vaussarda60be2f2012-09-05 09:46:26 +020064
65&twl_gpio {
66 ti,use-leds;
67};
Kishon Vijay Abraham Iad871c12013-03-07 19:05:16 +053068
69&usb_otg_hs {
70 interface-type = <0>;
71 mode = <3>;
72 power = <50>;
73};