]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - arch/arm/boot/dts/omap3-evm.dts
Merge branch 'sched/urgent' into sched/core
[mirror_ubuntu-artful-kernel.git] / arch / arm / boot / dts / omap3-evm.dts
CommitLineData
f0e15e2b
VH
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
1e633d71 10/include/ "omap34xx.dtsi"
f0e15e2b
VH
11
12/ {
13 model = "TI OMAP3 EVM (OMAP3530, AM/DM37x)";
14 compatible = "ti,omap3-evm", "ti,omap3";
15
a134be34
NM
16 cpus {
17 cpu@0 {
18 cpu0-supply = <&vcc>;
19 };
20 };
21
f0e15e2b
VH
22 memory {
23 device_type = "memory";
24 reg = <0x80000000 0x10000000>; /* 256 MB */
25 };
a60be2fe
FV
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 };
f0e15e2b 35};
c7d0effa
VH
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};
a60be2fe
FV
64
65&twl_gpio {
66 ti,use-leds;
67};
ad871c10
KVA
68
69&usb_otg_hs {
70 interface-type = <0>;
914dc329 71 usb-phy = <&usb2_phy>;
ad871c10
KVA
72 mode = <3>;
73 power = <50>;
74};