blob: f6f3782e206db23c9b1b98adae62b59a2e4b688a [file] [log] [blame]
Yann Gautier7a6ccdf2019-02-12 19:00:29 +01001// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
2/*
Yann Gautierc55e2ee2023-10-18 14:17:04 +02003 * Copyright (C) 2019-2023, STMicroelectronics - All Rights Reserved
Yann Gautier4ede20a2020-09-18 15:04:14 +02004 * Author: Alexandre Torgue <alexandre.torgue@st.com> for STMicroelectronics.
Yann Gautier7a6ccdf2019-02-12 19:00:29 +01005 */
6
7/dts-v1/;
8
Yann Gautier4ede20a2020-09-18 15:04:14 +02009#include "stm32mp157.dtsi"
10#include "stm32mp15xc.dtsi"
11#include "stm32mp15-pinctrl.dtsi"
12#include "stm32mp15xxac-pinctrl.dtsi"
13#include "stm32mp15xx-dkx.dtsi"
Yann Gautier7a6ccdf2019-02-12 19:00:29 +010014
15/ {
16 model = "STMicroelectronics STM32MP157C-DK2 Discovery Board";
17 compatible = "st,stm32mp157c-dk2", "st,stm32mp157";
18
Yann Gautier4ede20a2020-09-18 15:04:14 +020019 aliases {
Yann Gautier4ede20a2020-09-18 15:04:14 +020020 serial3 = &usart2;
21 };
22
23 chosen {
24 stdout-path = "serial0:115200n8";
25 };
Yann Gautier7a6ccdf2019-02-12 19:00:29 +010026};
27
Yann Gautier4ede20a2020-09-18 15:04:14 +020028&cryp1 {
29 status = "okay";
30};