Commit 52c7c913 authored by Lokesh Vutla's avatar Lokesh Vutla Committed by Tony Lindgren

ARM: dts: AM43xx: Add node for RNG

Adding DT node for hardware random number generator.
Signed-off-by: default avatarLokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 8ed607a7
...@@ -909,6 +909,13 @@ des: des@53701000 { ...@@ -909,6 +909,13 @@ des: des@53701000 {
dma-names = "tx", "rx"; dma-names = "tx", "rx";
}; };
rng: rng@48310000 {
compatible = "ti,omap4-rng";
ti,hwmods = "rng";
reg = <0x48310000 0x2000>;
interrupts = <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>;
};
mcasp0: mcasp@48038000 { mcasp0: mcasp@48038000 {
compatible = "ti,am33xx-mcasp-audio"; compatible = "ti,am33xx-mcasp-audio";
ti,hwmods = "mcasp0"; ti,hwmods = "mcasp0";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment