stm32mp15xx-dhcom-pdk2.dtsi 694 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. // SPDX-License-Identifier: GPL-2.0-or-later OR BSD-3-Clause
  2. /*
  3. * Copyright (C) 2019-2020 Marek Vasut <marex@denx.de>
  4. * Copyright (C) 2022 DH electronics GmbH
  5. */
  6. / {
  7. aliases {
  8. serial0 = &uart4;
  9. serial1 = &usart3;
  10. };
  11. chosen {
  12. stdout-path = "serial0:115200n8";
  13. };
  14. };
  15. &usart3 {
  16. pinctrl-names = "default";
  17. pinctrl-0 = <&usart3_pins_a>;
  18. status = "okay";
  19. };
  20. &usbotg_hs {
  21. dr_mode = "otg";
  22. pinctrl-0 = <&usbotg_hs_pins_a>;
  23. pinctrl-names = "default";
  24. phy-names = "usb2-phy";
  25. phys = <&usbphyc_port1 0>;
  26. vbus-supply = <&vbus_otg>;
  27. status = "okay";
  28. };
  29. &usbphyc {
  30. status = "okay";
  31. };
  32. &usbphyc_port0 {
  33. phy-supply = <&vdd_usb>;
  34. };
  35. &usbphyc_port1 {
  36. phy-supply = <&vdd_usb>;
  37. };