/* * Copyright (c) 2023 Charles Dias * * SPDX-License-Identifier: Apache-2.0 */ #include #include /* * STM32H7B0 line contains the same peripherals as STM32H7A3, * with addition of CRYPTO/HASH and OTFDEC peripherals. */ / { soc { compatible = "st,stm32h7b0", "st,stm32h7", "simple-bus"; cryp: cryp@48021000 { compatible = "st,stm32-cryp"; reg = <0x48021000 0x400>; clocks = <&rcc STM32_CLOCK(AHB2, 4U)>; resets = <&rctl STM32_RESET(AHB2, 4U)>; interrupts = <79 0>; interrupt-names = "cryp"; status = "disabled"; }; }; };