blob: cc6191afb7f623ca1d385c9dccd0a158a4e8bbf1 [file] [log] [blame]
/*
* Copyright (c) 2023 STMicroelectronics
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <st/l4/stm32l4p5.dtsi>
/ {
soc {
compatible = "st,stm32l4q5", "st,stm32l4", "simple-bus";
aes: aes@50060000 {
compatible = "st,stm32l4-aes", "st,stm32-aes";
reg = <0x50060000 0x400>;
clocks = <&rcc STM32_CLOCK(AHB2, 16U)>;
resets = <&rctl STM32_RESET(AHB2, 16U)>;
interrupts = <79 0>;
interrupt-names = "aes";
status = "disabled";
};
};
};