Skip to content

Commit 8381931

Browse files
Lin Jinhanrkhuangtao
authored andcommitted
ARM: dts: rockchip: rk322x: add rng node
Change-Id: Ie39242a306d8d6f26c4b6adc19ec09cea5b93ede Signed-off-by: Lin Jinhan <[email protected]>
1 parent 31cec86 commit 8381931

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

arch/arm/boot/dts/rk322x.dtsi

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,18 @@
271271
#clock-cells = <0>;
272272
};
273273

274+
rng: rng@100a0000 {
275+
compatible = "rockchip,cryptov1-rng";
276+
reg = <0x100a0000 0x4000>;
277+
clocks = <&cru SCLK_CRYPTO>, <&cru HCLK_S_CRYPTO>;
278+
clock-names = "clk_crypto", "hclk_crypto";
279+
assigned-clocks = <&cru SCLK_CRYPTO>, <&cru HCLK_S_CRYPTO>;
280+
assigned-clock-rates = <150000000>, <100000000>;
281+
resets = <&cru SRST_CRYPTO>;
282+
reset-names = "reset";
283+
status = "disabled";
284+
};
285+
274286
i2s1: i2s1@100b0000 {
275287
compatible = "rockchip,rk3228-i2s", "rockchip,rk3066-i2s";
276288
reg = <0x100b0000 0x4000>;

0 commit comments

Comments
 (0)