Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

This patch adds dts node for k2hk hw_random generator driver

Signed-off-by: Vitaly Andrianov <vitalya@ti.com>
[t-kristo@ti.com: added missing addresses from node identifiers]
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>

authored by

Vitaly Andrianov and committed by
Santosh Shilimkar
5653d72c 1fbaa958

+20
+20
arch/arm/boot/dts/keystone-k2hk-netcp.dtsi
··· 228 228 }; 229 229 }; 230 230 }; 231 + 232 + sa_subsys: subsys@20c0000 { 233 + compatible = "simple-bus"; 234 + #address-cells = <1>; 235 + #size-cells = <1>; 236 + ranges = <0 0x20c0000 0x40000>; 237 + 238 + sa_config: subsys@0 { 239 + compatible = "syscon"; 240 + reg = <0x0 0x100>; 241 + }; 242 + 243 + rng@24000 { 244 + compatible = "ti,keystone-rng"; 245 + reg = <0x24000 0x1000>; 246 + ti,syscon-sa-cfg = <&sa_config>; 247 + clocks = <&clksa>; 248 + clock-names = "fck"; 249 + }; 250 + };