stih410-pinctrl.dtsi 549 B

12345678910111213141516171819202122232425262728293031
  1. // SPDX-License-Identifier: GPL-2.0-only
  2. /*
  3. * Copyright (C) 2014 STMicroelectronics Limited.
  4. * Author: Peter Griffin <[email protected]>
  5. */
  6. #include "st-pincfg.h"
  7. / {
  8. soc {
  9. pin-controller-rear@922f080 {
  10. usb0 {
  11. pinctrl_usb0: usb2-0 {
  12. st,pins {
  13. usb-oc-detect = <&pio35 0 ALT1 IN>;
  14. usb-pwr-enable = <&pio35 1 ALT1 OUT>;
  15. };
  16. };
  17. };
  18. usb1 {
  19. pinctrl_usb1: usb2-1 {
  20. st,pins {
  21. usb-oc-detect = <&pio35 2 ALT1 IN>;
  22. usb-pwr-enable = <&pio35 3 ALT1 OUT>;
  23. };
  24. };
  25. };
  26. };
  27. };
  28. };