blob: a51e60518eb6bb2bcc0c82452743b0b7ac3c37c4 [file] [log] [blame]
R Sricharan6b5de092012-05-10 19:46:00 +05301/*
Sricharan Rfa63d032013-06-07 18:52:47 +05302 * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/
R Sricharan6b5de092012-05-10 19:46:00 +05303 *
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
Tony Lindgrenee9a97d2015-10-16 12:32:32 -070010#include "omap5-board-common.dtsi"
R Sricharan6b5de092012-05-10 19:46:00 +053011
12/ {
Sricharan Rfa63d032013-06-07 18:52:47 +053013 model = "TI OMAP5 uEVM board";
14 compatible = "ti,omap5-uevm", "ti,omap5";
R Sricharan6b5de092012-05-10 19:46:00 +053015
16 memory {
17 device_type = "memory";
Santosh Shilimkar03178c62013-01-18 11:43:16 +053018 reg = <0x80000000 0x7F000000>; /* 2032 MB */
R Sricharan6b5de092012-05-10 19:46:00 +053019 };
Balaji T K5dd18b02012-08-07 12:48:21 +053020};
21
Tony Lindgrenee9a97d2015-10-16 12:32:32 -070022&hdmi {
23 vdda-supply = <&ldo4_reg>;
Sourav Poddar9be495c2013-02-13 14:58:22 +053024};
25
Sourav Poddar9be495c2013-02-13 14:58:22 +053026&i2c5 {
27 pinctrl-names = "default";
28 pinctrl-0 = <&i2c5_pins>;
29
30 clock-frequency = <400000>;
Tomi Valkeinen6f0ab9a2014-03-12 11:53:26 +020031
32 gpio9: gpio@22 {
33 compatible = "ti,tca6424";
34 reg = <0x22>;
35 gpio-controller;
36 #gpio-cells = <2>;
37 };
Sourav Poddar9be495c2013-02-13 14:58:22 +053038};
39
Tony Lindgrenee9a97d2015-10-16 12:32:32 -070040&omap5_pmx_core {
41 i2c5_pins: pinmux_i2c5_pins {
42 pinctrl-single,pins = <
Javier Martinez Canillas03c84de2015-11-13 01:54:17 -030043 OMAP5_IOPAD(0x1c6, PIN_INPUT | MUX_MODE0) /* i2c5_scl */
44 OMAP5_IOPAD(0x1c8, PIN_INPUT | MUX_MODE0) /* i2c5_sda */
Tony Lindgrenee9a97d2015-10-16 12:32:32 -070045 >;
Tomi Valkeinen6ac732e2014-03-12 11:57:03 +020046 };
47};
Tony Lindgrenee9a97d2015-10-16 12:32:32 -070048
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 */
53};
Tony Lindgren49111cd2016-05-12 13:29:48 -070054
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};