sun8i-s3-elimo-impetus.dtsi 689 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2. /*
  3. * Copyright (C) 2020 Matteo Scordino <[email protected]>
  4. */
  5. /dts-v1/;
  6. #include "sun8i-v3.dtsi"
  7. #include "sunxi-common-regulators.dtsi"
  8. / {
  9. model = "Elimo Impetus SoM";
  10. compatible = "elimo,impetus", "sochip,s3", "allwinner,sun8i-v3";
  11. aliases {
  12. serial0 = &uart0;
  13. };
  14. chosen {
  15. stdout-path = "serial0:115200n8";
  16. };
  17. };
  18. &mmc0 {
  19. broken-cd;
  20. bus-width = <4>;
  21. vmmc-supply = <&reg_vcc3v3>;
  22. status = "okay";
  23. };
  24. &uart0 {
  25. pinctrl-0 = <&uart0_pb_pins>;
  26. pinctrl-names = "default";
  27. status = "okay";
  28. };
  29. &usb_otg {
  30. dr_mode = "otg";
  31. status = "okay";
  32. };
  33. &usbphy {
  34. usb0_id_det-gpios = <&pio 5 6 GPIO_ACTIVE_HIGH>;
  35. status = "okay";
  36. };