1 Keystone SoC Hardware Random Number Generator(HWRNG) Module
3 On Keystone SoCs HWRNG module is a submodule of the Security Accelerator.
5 - compatible: should be "ti,keystone-rng"
6 - ti,syscon-sa-cfg: phandle to syscon node of the SA configuration registers.
7 This registers are shared between hwrng and crypto drivers.
8 - clocks: phandle to the reference clocks for the subsystem
9 - clock-names: functional clock name. Should be set to "fck"
10 - reg: HWRNG module register space
16 compatible = "ti,keystone-rng";
17 ti,syscon-sa-cfg = <&sa_config>;
20 reg = <0x24000 0x1000>;