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 * Gallop43 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.dtsi" 13*f126890aSEmmanuel Vadot#include "omap3-overo-gallop43-common.dtsi" 14*f126890aSEmmanuel Vadot 15*f126890aSEmmanuel Vadot/ { 16*f126890aSEmmanuel Vadot model = "OMAP35xx Gumstix Overo on Gallop43"; 17*f126890aSEmmanuel Vadot compatible = "gumstix,omap3-overo-gallop43", "gumstix,omap3-overo", "ti,omap3430", "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 OMAP3430_CORE2_IOPAD(0x25ea, PIN_OUTPUT | MUX_MODE4) /* etk_d7.gpio_21 */ 24*f126890aSEmmanuel Vadot OMAP3430_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 OMAP3430_CORE2_IOPAD(0x25ee, PIN_INPUT | MUX_MODE4) /* etk_d9.gpio_23 */ 31*f126890aSEmmanuel Vadot OMAP3430_CORE2_IOPAD(0x25dc, PIN_INPUT | MUX_MODE4) /* etk_d0.gpio_14 */ 32*f126890aSEmmanuel Vadot >; 33*f126890aSEmmanuel Vadot }; 34*f126890aSEmmanuel Vadot}; 35*f126890aSEmmanuel Vadot 36