blob: 7d4329d179c43e24cae9bfaddb4c5b1fbc626535 [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
Florian Vaussard98ef79572013-05-31 14:32:55 +020010#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";
Florian Vaussard6d624ea2013-05-31 14:32:56 +020031 gpios = <&twl_gpio 19 GPIO_ACTIVE_HIGH>; /* LEDB */
Florian Vaussarda60be2f2012-09-05 09:46:26 +020032 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
Florian Vaussard98ef79572013-05-31 14:32:55 +020047#include "twl4030.dtsi"
Kevin Hilmanf9688452013-05-31 14:09:34 -070048#include "twl4030_omap3.dtsi"
Vaibhav Hiremathc7d0eff2012-07-02 01:26:44 -070049
50&i2c2 {
51 clock-frequency = <400000>;
52};
53
54&i2c3 {
55 clock-frequency = <400000>;
56
57 /*
58 * TVP5146 Video decoder-in for analog input support.
59 */
60 tvp5146@5c {
61 compatible = "ti,tvp5146m2";
62 reg = <0x5c>;
63 };
64};
Florian Vaussarda60be2f2012-09-05 09:46:26 +020065
66&twl_gpio {
67 ti,use-leds;
68};
Kishon Vijay Abraham Iad871c12013-03-07 19:05:16 +053069
70&usb_otg_hs {
71 interface-type = <0>;
Jason Cooper914dc322013-05-09 09:06:57 -070072 usb-phy = <&usb2_phy>;
Kishon Vijay Abraham Iad871c12013-03-07 19:05:16 +053073 mode = <3>;
74 power = <50>;
75};