dts: arm: silabs: sim3u: Add crypto support node

This is needed for Si32 crypto driver support.

Signed-off-by: Reto Schneider <reto.schneider@husqvarnagroup.com>
This commit is contained in:
Reto Schneider 2024-09-16 01:30:16 +02:00 committed by Carles Cufí
parent 71214ae576
commit de04a0e7cd

View file

@ -73,6 +73,17 @@
status = "disabled";
};
crypto: crypto@40027000 {
compatible = "silabs,si32-aes";
reg = <0x40027000 0x1000>;
interrupts = <42 0>;
dmas = <&dma 5 0 0>,
<&dma 6 0 0>,
<&dma 7 0 0>;
dma-names = "tx", "rx", "xor";
status = "disabled";
};
flash: flash-controller@4002e000 {
compatible = "silabs,si32-flash-controller";
reg = <0x4002e000 0x1000>;