GNU Linux-libre 4.9.332-gnu1
[releases.git] / arch / arm / boot / dts / omap5-uevm.dts
1 /*
2  * Copyright (C) 2013 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 "omap5-board-common.dtsi"
11
12 / {
13         model = "TI OMAP5 uEVM board";
14         compatible = "ti,omap5-uevm", "ti,omap5";
15
16         memory@80000000 {
17                 device_type = "memory";
18                 reg = <0 0x80000000 0 0x7f000000>; /* 2032 MB */
19         };
20
21         aliases {
22                 ethernet = &ethernet;
23         };
24
25         leds {
26                 compatible = "gpio-leds";
27                 led1 {
28                         label = "omap5:blue:usr1";
29                         gpios = <&gpio5 25 GPIO_ACTIVE_HIGH>; /* gpio5_153 D1 LED */
30                         linux,default-trigger = "heartbeat";
31                         default-state = "off";
32                 };
33         };
34 };
35
36 &hdmi {
37         vdda-supply = <&ldo4_reg>;
38 };
39
40 &i2c5 {
41         pinctrl-names = "default";
42         pinctrl-0 = <&i2c5_pins>;
43
44         clock-frequency = <400000>;
45
46         gpio9: gpio@22 {
47                 compatible = "ti,tca6424";
48                 reg = <0x22>;
49                 gpio-controller;
50                 #gpio-cells = <2>;
51         };
52 };
53
54 &omap5_pmx_core {
55         i2c5_pins: pinmux_i2c5_pins {
56                 pinctrl-single,pins = <
57                         OMAP5_IOPAD(0x1c6, PIN_INPUT | MUX_MODE0)               /* i2c5_scl */
58                         OMAP5_IOPAD(0x1c8, PIN_INPUT | MUX_MODE0)               /* i2c5_sda */
59                 >;
60         };
61 };
62
63 &tpd12s015 {
64         gpios = <&gpio9 0 GPIO_ACTIVE_HIGH>,    /* TCA6424A P01, CT CP HPD */
65                 <&gpio9 1 GPIO_ACTIVE_HIGH>,    /* TCA6424A P00, LS OE */
66                 <&gpio7 1 GPIO_ACTIVE_HIGH>;    /* GPIO 193, HPD */
67 };
68
69 &twl6040 {
70         ti,audpwron-gpio = <&gpio5 13 GPIO_ACTIVE_HIGH>;  /* gpio line 141 */
71 };
72
73 &twl6040_pins {
74         pinctrl-single,pins = <
75                 OMAP5_IOPAD(0x1be, PIN_OUTPUT | MUX_MODE6)      /* mcspi1_somi.gpio5_141 */
76         >;
77 };
78
79 &usbhsehci {
80         #address-cells = <1>;
81         #size-cells = <0>;
82
83         hub@2 {
84                 compatible = "usb424,3503";
85                 reg = <2>;
86                 #address-cells = <1>;
87                 #size-cells = <0>;
88         };
89
90         ethernet: usbether@3 {
91                 compatible = "usb424,9730";
92                 reg = <3>;
93         };
94 };
95
96 &wlcore {
97         compatible = "ti,wl1837";
98 };