omap3-ha.dts 583 B

12345678910111213141516171819202122232425
  1. // SPDX-License-Identifier: GPL-2.0-only
  2. /*
  3. * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/
  4. * Copyright (C) 2014 Stefan Roese <[email protected]>
  5. */
  6. #include "omap3-ha-common.dtsi"
  7. / {
  8. model = "TI OMAP3 HEAD acoustics baseboard with TAO3530 SOM";
  9. compatible = "headacoustics,omap3-ha", "technexion,omap3-tao3530", "ti,omap3430", "ti,omap34xx", "ti,omap3";
  10. };
  11. &omap3_pmx_core {
  12. pinctrl-names = "default";
  13. pinctrl-0 = <
  14. &hsusbb2_pins
  15. &powerdown_input_pins
  16. &fpga_boot0_pins
  17. &fpga_boot1_pins
  18. &led_blue_pins
  19. &led_green_pins
  20. &led_red_pins
  21. >;
  22. };