mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 01:53:29 +02:00
riscv: dts: starfive - Add hwrng node for JH7110 SoC
Add hardware rng controller node for StarFive JH7110 SoC. Co-developed-by: Jenny Zhang <jenny.zhang@starfivetech.com> Signed-off-by: Jenny Zhang <jenny.zhang@starfivetech.com> Signed-off-by: Jia Jie Ho <jiajie.ho@starfivetech.com> Acked-by: Palmer Dabbelt <palmer@rivosinc.com> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
This commit is contained in:
parent
e2c07765e1
commit
87ddf5b109
|
|
@ -848,6 +848,16 @@ sdma: dma-controller@16008000 {
|
|||
#dma-cells = <2>;
|
||||
};
|
||||
|
||||
rng: rng@1600c000 {
|
||||
compatible = "starfive,jh7110-trng";
|
||||
reg = <0x0 0x1600C000 0x0 0x4000>;
|
||||
clocks = <&stgcrg JH7110_STGCLK_SEC_AHB>,
|
||||
<&stgcrg JH7110_STGCLK_SEC_MISC_AHB>;
|
||||
clock-names = "hclk", "ahb";
|
||||
resets = <&stgcrg JH7110_STGRST_SEC_AHB>;
|
||||
interrupts = <30>;
|
||||
};
|
||||
|
||||
mmc0: mmc@16010000 {
|
||||
compatible = "starfive,jh7110-mmc";
|
||||
reg = <0x0 0x16010000 0x0 0x10000>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user