2015-03-05 04:42:13 +08:00
|
|
|
HWRNG support for the iproc-rng200 driver
|
|
|
|
|
|
|
|
Required properties:
|
2017-11-02 07:20:05 +08:00
|
|
|
- compatible : Must be one of:
|
2019-11-20 11:16:19 +08:00
|
|
|
"brcm,bcm2711-rng200"
|
2019-05-11 01:31:10 +08:00
|
|
|
"brcm,bcm7211-rng200"
|
2017-11-02 07:20:05 +08:00
|
|
|
"brcm,bcm7278-rng200"
|
|
|
|
"brcm,iproc-rng200"
|
2015-03-05 04:42:13 +08:00
|
|
|
- reg : base address and size of control register block
|
|
|
|
|
|
|
|
Example:
|
|
|
|
|
|
|
|
rng {
|
|
|
|
compatible = "brcm,iproc-rng200";
|
|
|
|
reg = <0x18032000 0x28>;
|
|
|
|
};
|