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:
parent
0781a86862
commit
950fba73ee
2 changed files with 8 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
|||
|
||||
/ {
|
||||
soc {
|
||||
compatible = "st,stm32u595", "st,stm32u5", "simple-bus";
|
||||
|
||||
pinctrl: pin-controller@42020000 {
|
||||
compatible = "st,stm32-pinctrl";
|
||||
#address-cells = <1>;
|
||||
|
|
|
@ -5,3 +5,9 @@
|
|||
*/
|
||||
|
||||
#include <st/u5/stm32u595.dtsi>
|
||||
|
||||
/ {
|
||||
soc {
|
||||
compatible = "st,stm32u599", "st,stm32u5", "simple-bus";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue