1/*
2 * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/
3 * Copyright (C) 2014 Stefan Roese <sr@denx.de>
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 2 as
7 * published by the Free Software Foundation.
8 */
9
10#include "omap3-ha-common.dtsi"
11
12/ {
13	model = "TI OMAP3 HEAD acoustics baseboard with TAO3530 SOM";
14	compatible = "headacoustics,omap3-ha", "technexion,omap3-tao3530", "ti,omap34xx", "ti,omap3";
15};
16
17&omap3_pmx_core {
18	pinctrl-names = "default";
19	pinctrl-0 = <
20		&hsusbb2_pins
21		&powerdown_input_pins
22		&fpga_boot0_pins
23		&fpga_boot1_pins
24		&led_blue_pins
25		&led_green_pins
26		&led_red_pins
27	>;
28};
29