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 9e8e88a commit 2b1548dCopy full SHA for 2b1548d
dts/bindings/rng/telink,b91-trng.yaml
@@ -0,0 +1,15 @@
1
+# Copyright (c) 2021, Telink Semiconductor
2
+# SPDX-License-Identifier: Apache-2.0
3
+
4
+description: Telink B91 RNG
5
6
+compatible: "telink,b91-trng"
7
8
+include: base.yaml
9
10
+properties:
11
+ reg:
12
+ required: true
13
14
+ label:
15
dts/riscv/telink_b91.dtsi
@@ -154,6 +154,13 @@
154
status = "disabled";
155
};
156
157
+ trng0: trng@80101800 {
158
+ compatible = "telink,b91-trng";
159
+ reg = <0x80101800 0x20>;
160
+ label = "trng_0";
161
+ status = "disabled";
162
+ };
163
164
pinmux: pinmux@80140330 {
165
compatible = "telink,b91-pinmux";
166
reg = <0x80140330 0x28
0 commit comments