Commit 911aa194 authored by Tomer Maimon's avatar Tomer Maimon Committed by Herbert Xu
Browse files

dt-binding: hwrng: add NPCM RNG documentation



Added device tree binding documentation for Nuvoton BMC
NPCM Random Number Generator (RNG).

Signed-off-by: default avatarTomer Maimon <tmaimon77@gmail.com>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 11031c0d
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
NPCM SoC Random Number Generator

Required properties:
- compatible  : "nuvoton,npcm750-rng" for the NPCM7XX BMC.
- reg         : Specifies physical base address and size of the registers.

Example:

rng: rng@f000b000 {
	compatible = "nuvoton,npcm750-rng";
	reg = <0xf000b000 0x8>;
};