zephyr/dts/arm/st/f4/stm32f423.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
388 B
Plaintext

/*
* Copyright (c) 2022 Richard Osterloh
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <st/f4/stm32f413.dtsi>
/ {
soc {
compatible = "st,stm32f423", "st,stm32f4", "simple-bus";
aes: aes@50060000 {
compatible = "st,stm32-aes";
reg = <0x50060000 0x400>;
clocks = <&rcc STM32_CLOCK_BUS_AHB2 0x00000010>;
interrupts = <79 0>;
status = "disabled";
};
};
};