1/*
2 * Copyright (c) 2022 Georgij Cernysiov <geo.cgv@gmail.com>
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#include <st/h7/stm32h725.dtsi>
8
9/ {
10	soc {
11		compatible = "st,stm32h730", "st,stm32h7", "simple-bus";
12
13		cryp: cryp@48021000 {
14			compatible = "st,stm32-cryp";
15			reg = <0x48021000 0x400>;
16			clocks = <&rcc STM32_CLOCK_BUS_AHB2 0x00000010>;
17			interrupts = <79 0>;
18			status = "disabled";
19		};
20	};
21};
22