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:
Benjamin Valentin 2020-01-13 18:32:03 +01:00 committed by Ioannis Glaropoulos
commit 2fef2002e8

View file

@ -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";
};