boards: esp32c6_devkitc: Add entropy support

Enable entropy (TRNG) support for esp32c6_devkitc

Signed-off-by: Raffael Rostagno <raffael.rostagno@espressif.com>
This commit is contained in:
Raffael Rostagno 2024-08-20 16:19:37 -03:00 committed by Carles Cufí
commit d09ad6d923
2 changed files with 5 additions and 0 deletions

View file

@ -44,6 +44,10 @@
pinctrl-names = "default";
};
&trng0 {
status = "okay";
};
&spi2 {
#address-cells = <1>;
#size-cells = <0>;

View file

@ -11,6 +11,7 @@ supported:
- uart
- dma
- spi
- entropy
testing:
ignore_tags:
- net