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:
parent
a4b448ea59
commit
53e3c310b5
7 changed files with 76 additions and 0 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue