]> git.ipfire.org Git - people/arne_f/kernel.git/blame - arch/arm/boot/dts/omap4-panda-es.dts
sun7i: dts: add bananapro.
[people/arne_f/kernel.git] / arch / arm / boot / dts / omap4-panda-es.dts
CommitLineData
f700c4d7
PU
1/*
2 * Copyright (C) 2012 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 */
4b79197c 8/dts-v1/;
9b07b477 9
98ef7957
FV
10#include "omap4460.dtsi"
11#include "omap4-panda-common.dtsi"
f700c4d7
PU
12
13/* Audio routing is differnet between PandaBoard4430 and PandaBoardES */
14&sound {
15 ti,model = "PandaBoardES";
16
17 /* Audio routing */
18 ti,audio-routing =
19 "Headset Stereophone", "HSOL",
20 "Headset Stereophone", "HSOR",
21 "Ext Spk", "HFL",
22 "Ext Spk", "HFR",
23 "Line Out", "AUXL",
24 "Line Out", "AUXR",
25 "AFML", "Line In",
26 "AFMR", "Line In";
27};
0d9250c4
RN
28
29/* PandaboardES has external pullups on SCL & SDA */
30&dss_hdmi_pins {
31 pinctrl-single,pins = <
bcd3cca7
FV
32 0x5a (PIN_INPUT_PULLUP | MUX_MODE0) /* hdmi_cec.hdmi_cec */
33 0x5c (PIN_INPUT | MUX_MODE0) /* hdmi_scl.hdmi_scl */
34 0x5e (PIN_INPUT | MUX_MODE0) /* hdmi_sda.hdmi_sda */
0d9250c4
RN
35 >;
36};
3818d7ca
DM
37
38&omap4_pmx_core {
39 led_gpio_pins: gpio_led_pmx {
40 pinctrl-single,pins = <
41 0xb6 (PIN_OUTPUT | MUX_MODE3) /* gpio_110 */
42 >;
43 };
44};
45
46&led_wkgpio_pins {
47 pinctrl-single,pins = <
48 0x1c (PIN_OUTPUT | MUX_MODE3) /* gpio_wk8 */
49 >;
50};
51
52&leds {
53 pinctrl-0 = <
54 &led_gpio_pins
55 &led_wkgpio_pins
56 >;
57
58 heartbeat {
59 gpios = <&gpio4 14 GPIO_ACTIVE_HIGH>;
60 };
61 mmc {
62 gpios = <&gpio1 8 GPIO_ACTIVE_HIGH>;
63 };
64};
c1bac171
NM
65
66&gpio1 {
67 ti,no-reset-on-init;
68};