Skip to content

Commit 9c62d77

Browse files
SanjayyyVnashif
authored andcommitted
dts: arm: ti: mspm0: g: Add TRNG node for MSPM0 G series
Add a support for TRNG node for true random number generation. Signed-off-by: Sanjay Vallimanalan <sanjay@linumiz.com>
1 parent b804a5a commit 9c62d77

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

dts/arm/ti/mspm0/g/mspm0g.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,14 @@
153153
clk-div = <1>;
154154
status = "disabled";
155155
};
156+
157+
trng: trng@40444000 {
158+
compatible = "ti,mspm0-trng";
159+
reg = <0x40444000 0x2000>;
160+
interrupts = <1 0>;
161+
ti,clk-div = <1>;
162+
status = "disabled";
163+
};
156164
};
157165
};
158166

0 commit comments

Comments
 (0)