twl4030_omap3.dtsi 654 B

12345678910111213141516171819202122232425
  1. /*
  2. * Copyright (C) 2013 Linaro, Ltd.
  3. *
  4. * This program is free software; you can redistribute it and/or modify
  5. * it under the terms of the GNU General Public License version 2 as
  6. * published by the Free Software Foundation.
  7. */
  8. &twl {
  9. pinctrl-names = "default";
  10. pinctrl-0 = <&twl4030_pins>;
  11. };
  12. &omap3_pmx_core {
  13. /*
  14. * On most OMAP3 platforms, the twl4030 IRQ line is connected
  15. * to the SYS_NIRQ line on OMAP. Therefore, configure the
  16. * defaults for the SYS_NIRQ pin here.
  17. */
  18. twl4030_pins: pinmux_twl4030_pins {
  19. pinctrl-single,pins = <
  20. 0x1b0 (PIN_INPUT_PULLUP | PIN_OFF_WAKEUPENABLE | MUX_MODE0) /* sys_nirq.sys_nirq */
  21. >;
  22. };
  23. };