|
|
|
// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
|
|
|
|
/*
|
|
|
|
* Copyright (C) 2019-2023, STMicroelectronics - All Rights Reserved
|
|
|
|
* Author: Alexandre Torgue <alexandre.torgue@st.com> for STMicroelectronics.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/dts-v1/;
|
|
|
|
|
|
|
|
#include "stm32mp157.dtsi"
|
|
|
|
#include "stm32mp15xc.dtsi"
|
|
|
|
#include "stm32mp15-pinctrl.dtsi"
|
|
|
|
#include "stm32mp15xxac-pinctrl.dtsi"
|
|
|
|
#include "stm32mp15xx-dkx.dtsi"
|
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "STMicroelectronics STM32MP157C-DK2 Discovery Board";
|
|
|
|
compatible = "st,stm32mp157c-dk2", "st,stm32mp157";
|
|
|
|
|
|
|
|
aliases {
|
|
|
|
serial3 = &usart2;
|
|
|
|
};
|
|
|
|
|
|
|
|
chosen {
|
|
|
|
stdout-path = "serial0:115200n8";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&cryp1 {
|
|
|
|
status = "okay";
|
|
|
|
};
|