1/* 2 * Copyright (c) 2019, Kwon Tae-young <tykwon@m2i.co.kr> 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7#include <st/f4/stm32f405.dtsi> 8 9/ { 10 soc { 11 compatible = "st,stm32f415", "st,stm32f4", "simple-bus"; 12 13 cryp: cryp@50060000 { 14 compatible = "st,stm32-cryp"; 15 reg = <0x50060000 0x400>; 16 clocks = <&rcc STM32_CLOCK(AHB2, 4U)>; 17 resets = <&rctl STM32_RESET(AHB2, 4U)>; 18 interrupts = <79 0>; 19 status = "disabled"; 20 }; 21 }; 22}; 23