rockchip: dts: rk3568: add rng node and enable
Change-Id: Ie58d30776facf7f2bd6060fad06c4cbb53727e68 Signed-off-by: Lin Jinhan <troy.lin@rock-chips.com>
This commit is contained in:
parent
025272a2d2
commit
529dfdedda
|
|
@ -91,6 +91,11 @@
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&rng {
|
||||
u-boot,dm-pre-reloc;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&sfc {
|
||||
u-boot,dm-spl;
|
||||
/delete-property/ pinctrl-names;
|
||||
|
|
|
|||
|
|
@ -1883,6 +1883,12 @@
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
rng: rng@fe388000 {
|
||||
compatible = "rockchip,cryptov2-rng";
|
||||
reg = <0x0 0xfe388000 0x0 0x2000>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
secure_otp: secure_otp@fe3a0000 {
|
||||
compatible = "rockchip,rk3568-secure-otp";
|
||||
reg = <0x0 0xfe3a0000 0x0 0x4000>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue