dts: esp32s3: add TRNG support
Add True Random Number Generator support on esp32s3 Signed-off-by: Lucas Tamborrino <lucas.tamborrino@espressif.com>
This commit is contained in:
parent
d5672c9ee3
commit
7486fe7a83
5 changed files with 17 additions and 0 deletions
|
@ -109,6 +109,10 @@
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&trng0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&flash0 {
|
||||
status = "okay";
|
||||
partitions {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue