Merge remote-tracking branch 'vfio/next'
[deliverable/linux.git] / arch / arm / boot / dts / omap5-uevm.dts
CommitLineData
6b5de091 1/*
fa63d037 2 * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/
6b5de091
S
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
ee9a97db 10#include "omap5-board-common.dtsi"
6b5de091
S
11
12/ {
fa63d037
S
13 model = "TI OMAP5 uEVM board";
14 compatible = "ti,omap5-uevm", "ti,omap5";
6b5de091 15
bfa130bb 16 memory@80000000 {
6b5de091 17 device_type = "memory";
03178c66 18 reg = <0x80000000 0x7F000000>; /* 2032 MB */
6b5de091 19 };
ed7f8e8a
RQ
20};
21
ee9a97db
TL
22&hdmi {
23 vdda-supply = <&ldo4_reg>;
9be495c4
SP
24};
25
9be495c4
SP
26&i2c5 {
27 pinctrl-names = "default";
28 pinctrl-0 = <&i2c5_pins>;
29
30 clock-frequency = <400000>;
6f0ab9a1
TV
31
32 gpio9: gpio@22 {
33 compatible = "ti,tca6424";
34 reg = <0x22>;
35 gpio-controller;
36 #gpio-cells = <2>;
37 };
9be495c4
SP
38};
39
ee9a97db
TL
40&omap5_pmx_core {
41 i2c5_pins: pinmux_i2c5_pins {
42 pinctrl-single,pins = <
03c84de8
JMC
43 OMAP5_IOPAD(0x1c6, PIN_INPUT | MUX_MODE0) /* i2c5_scl */
44 OMAP5_IOPAD(0x1c8, PIN_INPUT | MUX_MODE0) /* i2c5_sda */
ee9a97db
TL
45 >;
46 };
6ac732e4
TV
47};
48
ee9a97db
TL
49&tpd12s015 {
50 gpios = <&gpio9 0 GPIO_ACTIVE_HIGH>, /* TCA6424A P01, CT CP HPD */
51 <&gpio9 1 GPIO_ACTIVE_HIGH>, /* TCA6424A P00, LS OE */
52 <&gpio7 1 GPIO_ACTIVE_HIGH>; /* GPIO 193, HPD */
6ac732e4 53};
49111cd1
TL
54
55&twl6040 {
56 ti,audpwron-gpio = <&gpio5 13 GPIO_ACTIVE_HIGH>; /* gpio line 141 */
57};
58
59&twl6040_pins {
60 pinctrl-single,pins = <
61 OMAP5_IOPAD(0x1be, PIN_OUTPUT | MUX_MODE6) /* mcspi1_somi.gpio5_141 */
62 >;
63};
This page took 0.471362 seconds and 5 git commands to generate.