xref: /freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-overo-storm-palo43.dts (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-only
2*f126890aSEmmanuel Vadot/*
3*f126890aSEmmanuel Vadot * Copyright (C) 2014 Florian Vaussard, EPFL Mobots group
4*f126890aSEmmanuel Vadot */
5*f126890aSEmmanuel Vadot
6*f126890aSEmmanuel Vadot/*
7*f126890aSEmmanuel Vadot * Palo43 expansion board is manufactured by Gumstix Inc.
8*f126890aSEmmanuel Vadot */
9*f126890aSEmmanuel Vadot
10*f126890aSEmmanuel Vadot/dts-v1/;
11*f126890aSEmmanuel Vadot
12*f126890aSEmmanuel Vadot#include "omap3-overo-storm.dtsi"
13*f126890aSEmmanuel Vadot#include "omap3-overo-palo43-common.dtsi"
14*f126890aSEmmanuel Vadot
15*f126890aSEmmanuel Vadot/ {
16*f126890aSEmmanuel Vadot	model = "OMAP36xx/AM37xx/DM37xx Gumstix Overo on Palo43";
17*f126890aSEmmanuel Vadot	compatible = "gumstix,omap3-overo-palo43", "gumstix,omap3-overo", "ti,omap3630", "ti,omap3";
18*f126890aSEmmanuel Vadot};
19*f126890aSEmmanuel Vadot
20*f126890aSEmmanuel Vadot&omap3_pmx_core2 {
21*f126890aSEmmanuel Vadot	led_pins: led-pins {
22*f126890aSEmmanuel Vadot		pinctrl-single,pins = <
23*f126890aSEmmanuel Vadot			OMAP3630_CORE2_IOPAD(0x25ea, PIN_OUTPUT | MUX_MODE4)	/* etk_d7.gpio_21 */
24*f126890aSEmmanuel Vadot			OMAP3630_CORE2_IOPAD(0x25ec, PIN_OUTPUT | MUX_MODE4)	/* etk_d8.gpio_22 */
25*f126890aSEmmanuel Vadot		>;
26*f126890aSEmmanuel Vadot	};
27*f126890aSEmmanuel Vadot
28*f126890aSEmmanuel Vadot	button_pins: button-pins {
29*f126890aSEmmanuel Vadot		pinctrl-single,pins = <
30*f126890aSEmmanuel Vadot			OMAP3630_CORE2_IOPAD(0x25ee, PIN_INPUT | MUX_MODE4)	/* etk_d9.gpio_23 */
31*f126890aSEmmanuel Vadot			OMAP3630_CORE2_IOPAD(0x25dc, PIN_INPUT | MUX_MODE4)	/* etk_d0.gpio_14 */
32*f126890aSEmmanuel Vadot		>;
33*f126890aSEmmanuel Vadot	};
34*f126890aSEmmanuel Vadot};
35*f126890aSEmmanuel Vadot
36