twl6030_omap4.dtsi 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. /*
  2. * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/
  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. /*
  10. * On most OMAP4 platforms, the twl6030 IRQ line is connected
  11. * to the SYS_NIRQ1 line on OMAP and the twl6030 MSECURE line is
  12. * connected to the fref_clk0_out.sys_drm_msecure line.
  13. * Therefore, configure the defaults for the SYS_NIRQ1 and
  14. * fref_clk0_out.sys_drm_msecure pins here.
  15. */
  16. pinctrl-names = "default";
  17. pinctrl-0 = <
  18. &twl6030_pins
  19. &twl6030_wkup_pins
  20. >;
  21. };
  22. &omap4_pmx_wkup {
  23. twl6030_wkup_pins: pinmux_twl6030_wkup_pins {
  24. pinctrl-single,pins = <
  25. OMAP4_IOPAD(0x054, PIN_OUTPUT | MUX_MODE2) /* fref_clk0_out.sys_drm_msecure */
  26. >;
  27. };
  28. };
  29. &omap4_pmx_core {
  30. twl6030_pins: pinmux_twl6030_pins {
  31. pinctrl-single,pins = <
  32. OMAP4_IOPAD(0x19e, WAKEUP_EN | PIN_INPUT_PULLUP | MUX_MODE0) /* sys_nirq1.sys_nirq1 */
  33. >;
  34. };
  35. };