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

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>

authored by

Vitaly Andrianov and committed by
Santosh Shilimkar
bf5ebea4 3d0b6bd8

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