We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d07f6b commit 0c6a367Copy full SHA for 0c6a367
dts/riscv/sensry/ganymed-sy1xx.dtsi
@@ -9,6 +9,10 @@
9
#address-cells = <1>;
10
#size-cells = <0>;
11
12
+ chosen {
13
+ zephyr,entropy = &trng;
14
+ };
15
+
16
cpus {
17
18
@@ -89,6 +93,12 @@
89
93
status = "okay";
90
94
};
91
95
96
+ trng: random@1d030100 {
97
+ compatible = "sensry,sy1xx-trng";
98
+ reg = <0x1d030100 0x100>;
99
+ status = "okay";
100
101
92
102
gpio0: gpio@1a101000 {
103
compatible = "sensry,sy1xx-gpio";
104
gpio-controller;
0 commit comments