boards: silabs: sim3u1xx_dk: Enable crypto support

Using the HW acceleration is much faster than either Mbed TLS or
tinycrypt.

Signed-off-by: Reto Schneider <reto.schneider@husqvarnagroup.com>
This commit is contained in:
Reto Schneider 2024-05-11 05:13:49 +02:00 committed by Carles Cufí
parent 1790eda851
commit 7dc6dd9b8a
3 changed files with 12 additions and 0 deletions

View File

@ -49,6 +49,8 @@ The board configuration supports the following hardware features:
+-----------+------------+-------------------------------------+
| SYSTICK | on-chip | systick |
+-----------+------------+-------------------------------------+
| AES | on-chip | crypto |
+-----------+------------+-------------------------------------+
| DMA | on-chip | dma |
+-----------+------------+-------------------------------------+
| FLASH | on-chip | flash memory |

View File

@ -109,3 +109,12 @@
};
};
};
&dma {
status = "okay";
dma-channels = <8>; /* Crypto DMA channels have ID 5, 6, and 7 */
};
&crypto {
status = "okay";
};

View File

@ -13,6 +13,7 @@ toolchain:
- xtools
- zephyr
supported:
- crypto
- dma
- flash
- gpio