Skip to content

Commit 2b1548d

Browse files
Yuriy Vynnychekcarlescufi
authored andcommitted
dts: riscv: add Telink B91 Entropy driver support
Added Entropy driver DTSI support for Telink B91 platform Signed-off-by: Yuriy Vynnychek <[email protected]>
1 parent 9e8e88a commit 2b1548d

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
required: true

dts/riscv/telink_b91.dtsi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,13 @@
154154
status = "disabled";
155155
};
156156

157+
trng0: trng@80101800 {
158+
compatible = "telink,b91-trng";
159+
reg = <0x80101800 0x20>;
160+
label = "trng_0";
161+
status = "disabled";
162+
};
163+
157164
pinmux: pinmux@80140330 {
158165
compatible = "telink,b91-pinmux";
159166
reg = <0x80140330 0x28

0 commit comments

Comments
 (0)