zephyr/dts/arm/st/l4/stm32l4a6.dtsi
Filip Kokosinski 093f34927b dts/arm/st: add SoC compatible strings
This commit adds compatible strings to the SoC nodes from the ST family.

Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
2023-05-12 15:29:00 +02:00

14 lines
200 B
Plaintext

/*
* Copyright (c) 2022 Tomislav Milkovic
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <st/l4/stm32l496.dtsi>
/ {
soc {
compatible = "st,stm32l4a6", "st,stm32l4", "simple-bus";
};
};