blob: 658b7bb055192fcb5ac6e1720d362133f109d4e0 [file] [log] [blame]
/*
* Copyright (c) 2022 Tomislav Milkovic
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <st/l4/stm32l476.dtsi>
/ {
soc {
aes: aes@50060000 {
compatible = "st,stm32-aes";
reg = <0x50060000 0x400>;
clocks = <&rcc STM32_CLOCK_BUS_AHB2 0x00010000>;
interrupts = <79 0>;
interrupt-names = "aes";
status = "disabled";
};
};
};