stm32mp257f-ev1.dts 812 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. // SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-3-Clause)
  2. /*
  3. * Copyright (C) 2023-2024, STMicroelectronics - All Rights Reserved
  4. * Author: Alexandre Torgue <alexandre.torgue@foss.st.com> for STMicroelectronics.
  5. */
  6. /dts-v1/;
  7. #include "stm32mp257.dtsi"
  8. #include "stm32mp25xf.dtsi"
  9. #include "stm32mp25-pinctrl.dtsi"
  10. #include "stm32mp25xxai-pinctrl.dtsi"
  11. / {
  12. model = "STMicroelectronics STM32MP257F-EV1 Evaluation Board";
  13. compatible = "st,stm32mp257f-ev1", "st,stm32mp257";
  14. aliases {
  15. serial0 = &usart2;
  16. };
  17. chosen {
  18. stdout-path = "serial0:115200n8";
  19. };
  20. memory@80000000 {
  21. device_type = "memory";
  22. reg = <0x0 0x80000000 0x1 0x0>;
  23. };
  24. };
  25. &bsec {
  26. board_id: board-id@3d8 {
  27. reg = <0x3d8 0x4>;
  28. };
  29. };
  30. &usart2 {
  31. pinctrl-names = "default";
  32. pinctrl-0 = <&usart2_pins_a>;
  33. status = "okay";
  34. };