blob: 212560c2e23d881aa8ec232e651a2e8f538c29f0 [file] [log] [blame]
/*
* Copyright (c) 2019, Kwon Tae-young <tykwon@m2i.co.kr>
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <st/f4/stm32f405.dtsi>
/ {
soc {
compatible = "st,stm32f415", "st,stm32f4", "simple-bus";
cryp: cryp@50060000 {
compatible = "st,stm32-cryp";
reg = <0x50060000 0x400>;
clocks = <&rcc STM32_CLOCK(AHB2, 4U)>;
resets = <&rctl STM32_RESET(AHB2, 4U)>;
interrupts = <79 0>;
status = "disabled";
};
};
};