stm32mp157a-dk1.dts 527 B

123456789101112131415161718192021
  1. // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
  2. /*
  3. * Copyright (C) 2019-2023, STMicroelectronics - All Rights Reserved
  4. * Author: Alexandre Torgue <alexandre.torgue@st.com> for STMicroelectronics.
  5. */
  6. /dts-v1/;
  7. #include "stm32mp157.dtsi"
  8. #include "stm32mp15-pinctrl.dtsi"
  9. #include "stm32mp15xxac-pinctrl.dtsi"
  10. #include "stm32mp15xx-dkx.dtsi"
  11. / {
  12. model = "STMicroelectronics STM32MP157A-DK1 Discovery Board";
  13. compatible = "st,stm32mp157a-dk1", "st,stm32mp157";
  14. chosen {
  15. stdout-path = "serial0:115200n8";
  16. };
  17. };