blob: 7cd6eacfec1a2a563e30dba1033af21a615cd91a [file] [log] [blame]
/*
* 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";
};
};
};