1 * STMicroelectronics STM32 CRYP
4 - compatible: Should be "st,stm32f756-cryp".
5 - reg: The address and length of the peripheral registers space
6 - clocks: The input clock of the CRYP instance
7 - interrupts: The CRYP interrupt
10 - resets: The input reset of the CRYP instance
14 compatible = "st,stm32f756-cryp";
15 reg = <0x50060000 0x400>;
17 clocks = <&rcc 0 STM32F7_AHB2_CLOCK(CRYP)>;
18 resets = <&rcc STM32F7_AHB2_RESET(CRYP)>;