1 // SPDX-License-Identifier: GPL-2.0-only 2 3 /dts-v1/; 4 5 #include "omap34xx.dtsi" 6 #include "logicpd-torpedo-som.dtsi" 7 #include "logicpd-torpedo-baseboard.dtsi" 8 #include "omap-gpmc-smsc9221.dtsi" 9 10 / { 11 model = "LogicPD Zoom OMAP35xx Torpedo Development Kit"; 12 compatible = "logicpd,dm3730-torpedo-devkit", "ti,omap3430", "ti,omap3"; 13 }; 14 15 &omap3_pmx_core { 16 isp1763_pins: isp1763-pins { 17 pinctrl-single,pins = < 18 OMAP3_CORE1_IOPAD(0x2154, PIN_INPUT_PULLUP | MUX_MODE4) /* sdmmc1_dat6.gpio_128 */ 19 >; 20 }; 21 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.