zephyr/dts/arm/st/l5/stm32l562.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

22 lines
385 B
Plaintext

/*
* Copyright (c) 2021 Thomas Stranger
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <st/l5/stm32l5.dtsi>
/ {
soc {
compatible = "st,stm32l562", "st,stm32l5", "simple-bus";
aes: aes@420c0000 {
compatible = "st,stm32-aes";
reg = <0x420c0000 0x400>;
clocks = <&rcc STM32_CLOCK_BUS_AHB2 0x00010000>;
interrupts = <93 0>;
status = "disabled";
};
};
};