omap3-ha.dts 716 B

12345678910111213141516171819202122232425262728
  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. #include "omap3-ha-common.dtsi"
  10. / {
  11. model = "TI OMAP3 HEAD acoustics baseboard with TAO3530 SOM";
  12. compatible = "headacoustics,omap3-ha", "technexion,omap3-tao3530", "ti,omap34xx", "ti,omap3";
  13. };
  14. &omap3_pmx_core {
  15. pinctrl-names = "default";
  16. pinctrl-0 = <
  17. &hsusbb2_pins
  18. &powerdown_input_pins
  19. &fpga_boot0_pins
  20. &fpga_boot1_pins
  21. &led_blue_pins
  22. &led_green_pins
  23. &led_red_pins
  24. >;
  25. };