mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
arm64: dts: rockchip: rv1126b: add crypto & rng node
Signed-off-by: Lin Jinhan <troy.lin@rock-chips.com> Change-Id: Ifa9144d9280df74e0c6d1aee14eeac4eb7453901
This commit is contained in:
@@ -289,6 +289,27 @@
|
||||
};
|
||||
};
|
||||
|
||||
crypto: crypto@20940000 {
|
||||
compatible = "rockchip,crypto-ce";
|
||||
reg = <0x20940000 0x2000>;
|
||||
interrupts = <GIC_SPI 168 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cru ACLK_NSRKCE>, <&cru HCLK_NS_RKCE>,
|
||||
<&cru CLK_PKA_NSRKCE>;
|
||||
clock-names = "aclk", "hclk", "pka";
|
||||
resets = <&cru SRST_HRESETN_NS_RKCE>;
|
||||
reset-names = "crypto-rst";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
rng: rng@20950000 {
|
||||
compatible = "rockchip,rkrng";
|
||||
reg = <0x20950000 0x200>;
|
||||
interrupts = <GIC_SPI 176 IRQ_TYPE_LEVEL_HIGH>;
|
||||
resets = <&cru SRST_HRESETN_RKRNG_NS>;
|
||||
reset-names = "reset";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
sai0: sai@20960000 {
|
||||
compatible = "rockchip,rv1126b-sai", "rockchip,sai-v1";
|
||||
reg = <0x20960000 0x1000>;
|
||||
|
||||
Reference in New Issue
Block a user