0001 // SPDX-License-Identifier: GPL-2.0-only
0002 /*
0003 * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/
0004 * Copyright (C) 2014 Stefan Roese <sr@denx.de>
0005 */
0006
0007 #include "omap3-ha-common.dtsi"
0008
0009 / {
0010 model = "TI OMAP3 HEAD acoustics baseboard with TAO3530 SOM";
0011 compatible = "headacoustics,omap3-ha", "technexion,omap3-tao3530", "ti,omap3430", "ti,omap34xx", "ti,omap3";
0012 };
0013
0014 &omap3_pmx_core {
0015 pinctrl-names = "default";
0016 pinctrl-0 = <
0017 &hsusbb2_pins
0018 &powerdown_input_pins
0019 &fpga_boot0_pins
0020 &fpga_boot1_pins
0021 &led_blue_pins
0022 &led_green_pins
0023 &led_red_pins
0024 >;
0025 };