mirror of
https://github.com/torvalds/linux.git
synced 2024-12-23 11:21:33 +00:00
4f2f76f125
We have RNG bindings in hwrng/ and rng/. Consolidate them all under rng/. Signed-off-by: Rob Herring <robh@kernel.org> Cc: Pawel Moll <pawel.moll@arm.com> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Ian Campbell <ijc+devicetree@hellion.org.uk> Cc: Kumar Gala <galak@codeaurora.org>
13 lines
250 B
Plaintext
13 lines
250 B
Plaintext
HWRNG support for the iproc-rng200 driver
|
|
|
|
Required properties:
|
|
- compatible : "brcm,iproc-rng200"
|
|
- reg : base address and size of control register block
|
|
|
|
Example:
|
|
|
|
rng {
|
|
compatible = "brcm,iproc-rng200";
|
|
reg = <0x18032000 0x28>;
|
|
};
|