rk: revert to v3.10
[firefly-linux-kernel-4.4.55.git] / arch / arm / boot / dts / omap3-evm.dts
1 /*
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
10 /include/ "omap34xx.dtsi"
11
12 / {
13         model = "TI OMAP3 EVM (OMAP3530, AM/DM37x)";
14         compatible = "ti,omap3-evm", "ti,omap3";
15
16         cpus {
17                 cpu@0 {
18                         cpu0-supply = <&vcc>;
19                 };
20         };
21
22         memory {
23                 device_type = "memory";
24                 reg = <0x80000000 0x10000000>; /* 256 MB */
25         };
26
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         };
35 };
36
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 };
64
65 &twl_gpio {
66         ti,use-leds;
67 };
68
69 &usb_otg_hs {
70         interface-type = <0>;
71         usb-phy = <&usb2_phy>;
72         mode = <3>;
73         power = <50>;
74 };