1/* 2 * Copyright (c) 2019, Markus Fuchs <markus.fuchs@de.sauter-bc.com> 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7#include <st/f4/stm32f427.dtsi> 8#include <zephyr/dt-bindings/memory-controller/stm32-fmc-sdram.h> 9 10/ { 11 soc { 12 compatible = "st,stm32f437", "st,stm32f4", "simple-bus"; 13 14 cryp: cryp@50060000 { 15 compatible = "st,stm32-cryp"; 16 reg = <0x50060000 0x400>; 17 clocks = <&rcc STM32_CLOCK_BUS_AHB2 0x00000010>; 18 interrupts = <79 0>; 19 status = "disabled"; 20 }; 21 }; 22}; 23