blob: 802523196ee58c5ab5159d3656efcdc5ccb99508 [file] [log] [blame]
Scott Branden259d3172015-03-04 12:42:13 -08001HWRNG support for the iproc-rng200 driver
2
3Required properties:
Florian Fainelli8ddef132017-11-01 16:20:05 -07004- compatible : Must be one of:
Stefan Wahrenefdd6092019-11-19 19:16:19 -08005 "brcm,bcm2711-rng200"
Florian Fainelli62239492019-05-10 10:31:10 -07006 "brcm,bcm7211-rng200"
Florian Fainelli8ddef132017-11-01 16:20:05 -07007 "brcm,bcm7278-rng200"
8 "brcm,iproc-rng200"
Scott Branden259d3172015-03-04 12:42:13 -08009- reg : base address and size of control register block
10
11Example:
12
13rng {
14 compatible = "brcm,iproc-rng200";
15 reg = <0x18032000 0x28>;
16};