msm8994-pins.dtsi 959 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. /*
  2. * Copyright (c) 2013-2016, The Linux Foundation. All rights reserved.
  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 and
  6. * only version 2 as published by the Free Software Foundation.
  7. *
  8. * This program is distributed in the hope that it will be useful,
  9. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. * GNU General Public License for more details.
  12. */
  13. &msmgpio {
  14. blsp1_uart2_default: blsp1_uart2_default {
  15. pinmux {
  16. function = "blsp_uart2";
  17. pins = "gpio4", "gpio5";
  18. };
  19. pinconf {
  20. pins = "gpio4", "gpio5";
  21. drive-strength = <16>;
  22. bias-disable;
  23. };
  24. };
  25. blsp1_uart2_sleep: blsp1_uart2_sleep {
  26. pinmux {
  27. function = "gpio";
  28. pins = "gpio4", "gpio5";
  29. };
  30. pinconf {
  31. pins = "gpio4", "gpio5";
  32. drive-strength = <2>;
  33. bias-pull-down;
  34. };
  35. };
  36. };