dts: arm: stm32f4: Add CRYP support for STM32F4xx SoC series

Add Cryptographic Accelerator support for STM32F415/417 and STM32F43x
devices.

Signed-off-by: Markus Fuchs <markus.fuchs@de.sauter-bc.com>
This commit is contained in:
Markus Fuchs 2020-01-13 17:36:18 +01:00 committed by Kumar Gala
commit 53e3c310b5
7 changed files with 76 additions and 0 deletions

View file

@ -83,5 +83,14 @@
status = "disabled";
label = "SPI_6";
};
cryp: cryp@50060000 {
compatible = "st,stm32-cryp";
reg = <0x50060000 0x400>;
clocks = <&rcc STM32_CLOCK_BUS_AHB2 0x00000010>;
interrupts = <79 0>;
status = "disabled";
label = "CRYP";
};
};
};