ARM: dts: k2e: add dts node for k2e hw_rng driver

This patch adds dts node for k2e hw_random generator driver

Signed-off-by: Vitaly Andrianov <vitalya@ti.com>
Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
This commit is contained in:
Vitaly Andrianov 2018-06-26 10:02:57 -07:00 committed by Santosh Shilimkar
parent 3d0b6bd871
commit bf5ebea481

View File

@ -225,3 +225,23 @@ interface-1 {
};
};
};
sa_subsys: subsys@24080000 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "simple-bus";
ranges = <0 0x24080000 0x40000>;
sa_config: subsys@0 {
compatible = "syscon";
reg = <0x0 0x100>;
};
rng@24000 {
compatible = "ti,keystone-rng";
reg = <0x24000 0x1000>;
ti,syscon-sa-cfg = <&sa_config>;
clocks = <&clksa>;
clock-names = "fck";
};
};