soc: atmel_sam0: add SAM TRNG to DTS
We can use the SAM entropy node here. Signed-off-by: Benjamin Valentin <benpicco@googlemail.com>
This commit is contained in:
parent
633d57508f
commit
2fef2002e8
1 changed files with 3 additions and 2 deletions
|
@ -238,9 +238,10 @@
|
|||
label = "USB0";
|
||||
};
|
||||
|
||||
rng: rng@42002800 {
|
||||
compatible = "atmel,sam0-trng";
|
||||
trng: random@42002800 {
|
||||
compatible = "atmel,sam-trng";
|
||||
reg = <0x42002800 0x1e>;
|
||||
peripheral-id = <0>;
|
||||
interrupts = <131 0>;
|
||||
label = "ENTROPY_0";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue