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:
parent
71214ae576
commit
de04a0e7cd
1 changed files with 11 additions and 0 deletions
|
|
@ -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>;
|
||||
|
|
|
|||
Loading…
Reference in a new issue