stm32mp157c-odyssey.dts 730 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. /*
  2. * Copyright (C) 2019, STMicroelectronics. All Rights Reserved.
  3. * Copyright (C) 2021, Grzegorz Szymaszek.
  4. *
  5. * SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-3-Clause)
  6. */
  7. /dts-v1/;
  8. #include "stm32mp157c-odyssey-som.dtsi"
  9. / {
  10. model = "Seeed Studio Odyssey-STM32MP157C Board";
  11. compatible = "seeed,stm32mp157c-odyssey",
  12. "seeed,stm32mp157c-odyssey-som", "st,stm32mp157";
  13. aliases {
  14. serial0 = &uart4;
  15. };
  16. chosen {
  17. stdout-path = "serial0:115200n8";
  18. };
  19. };
  20. &sdmmc1 {
  21. pinctrl-names = "default";
  22. pinctrl-0 = <&sdmmc1_b4_pins_a>;
  23. disable-wp;
  24. st,neg-edge;
  25. bus-width = <4>;
  26. vmmc-supply = <&v3v3>;
  27. status = "okay";
  28. };
  29. &uart4 {
  30. pinctrl-names = "default";
  31. pinctrl-0 = <&uart4_pins_a>;
  32. status = "okay";
  33. };