mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
arm64: dts: rockchip: rk3588s: add rng node
Signed-off-by: Lin Jinhan <troy.lin@rock-chips.com> Change-Id: Ifb8964053daa6b593dd2c2c6a3b8caab8526e56d
This commit is contained in:
@@ -1674,6 +1674,17 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
rng: rng@fe378000 {
|
||||
compatible = "rockchip,trngv1";
|
||||
reg = <0x0 0xfe378000 0x0 0x200>;
|
||||
interrupts = <GIC_SPI 400 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cru SCMI_HCLK_SECURE_NS>;
|
||||
clock-names = "hclk_trng";
|
||||
resets = <&scmi_reset SRST_H_TRNG_NS>;
|
||||
reset-names = "reset";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
i2s0_8ch: i2s@fe470000 {
|
||||
compatible = "rockchip,rk3588-i2s-tdm";
|
||||
reg = <0x0 0xfe470000 0x0 0x1000>;
|
||||
|
||||
Reference in New Issue
Block a user