blob: 91f775096e6b8c77798219d834a142c29c4ea197 [file] [log] [blame]
/*
* Copyright (c) 2025, Mathieu Anquetin <mathieu.anquetin@groupe-cahors.com>
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <st/f4/stm32f429.dtsi>
/ {
soc {
compatible = "st,stm32f439", "st,stm32f4", "simple-bus";
cryp: cryp@50060000 {
compatible = "st,stm32-cryp";
reg = <0x50060000 0x400>;
clocks = <&rcc STM32_CLOCK(AHB2, 4)>;
resets = <&rctl STM32_RESET(AHB2, 4U)>;
interrupts = <79 0>;
status = "disabled";
};
};
};