mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
arm64: dts: rockchip: rk3368: add rng node
Change-Id: Ibbfbff20192e3bf60a07651a44220379ad7f8043 Signed-off-by: Lin Jinhan <troy.lin@rock-chips.com>
This commit is contained in:
@@ -870,6 +870,17 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
rng: rng@ff8a0000 {
|
||||
compatible = "rockchip,cryptov1-rng";
|
||||
reg = <0x0 0xff8a0000 0x0 0x4000>;
|
||||
|
||||
clocks = <&cru SCLK_CRYPTO>, <&cru HCLK_CRYPTO>;
|
||||
clock-names = "clk_crypto", "hclk_crypto";
|
||||
assigned-clocks = <&cru SCLK_CRYPTO>, <&cru HCLK_CRYPTO>;
|
||||
assigned-clock-rates = <150000000>, <100000000>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
iep_mmu: iommu@ff900800 {
|
||||
compatible = "rockchip,iommu";
|
||||
reg = <0x0 0xff900800 0x0 0x100>;
|
||||
|
||||
Reference in New Issue
Block a user