dts: arm: st: u5: add missing compatibles for stm32u595 and u599

Add missing compatibles for STM32U595 and STM32U599.

Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>
This commit is contained in:
Guillaume Gautier 2023-09-22 14:57:47 +02:00 committed by Carles Cufí
commit 950fba73ee
2 changed files with 8 additions and 0 deletions

View file

@ -9,6 +9,8 @@
/ {
soc {
compatible = "st,stm32u595", "st,stm32u5", "simple-bus";
pinctrl: pin-controller@42020000 {
compatible = "st,stm32-pinctrl";
#address-cells = <1>;

View file

@ -5,3 +5,9 @@
*/
#include <st/u5/stm32u595.dtsi>
/ {
soc {
compatible = "st,stm32u599", "st,stm32u5", "simple-bus";
};
};