Add support of stm32mp135d discovery board (part number: STM32MP135D-DK). Add also the file for example/test purpose. Signed-off-by: Lionel Debieve <lionel.debieve@foss.st.com> Change-Id: I224ed37dd0ed25a97b5ab185f5a8f554b16e44a0 Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/linux-stm32/+/248838 Reviewed-by: Alexandre TORGUE <alexandre.torgue@foss.st.com>
23 lines
491 B
Plaintext
23 lines
491 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
|
|
/*
|
|
* Copyright (C) STMicroelectronics 2022 - All Rights Reserved
|
|
* Author: Alexandre Torgue <alexandre.torgue@foss.st.com> for STMicroelectronics.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "stm32mp135d-dk.dts"
|
|
|
|
/ {
|
|
model = "STMicroelectronics STM32MP135D-DK configured to run Linux A7 examples";
|
|
compatible = "st,stm32mp135d-dk-a7-examples", "st,stm32mp135d-dk", "st,stm32mp135";
|
|
};
|
|
|
|
&timers4 {
|
|
status = "okay";
|
|
};
|
|
|
|
&timers8 {
|
|
status = "okay";
|
|
};
|