1NPCM SoC Random Number Generator
2
3Required properties:
4- compatible : "nuvoton,npcm750-rng" for the NPCM7XX BMC.
5- reg : Specifies physical base address and size of the registers.
6
7Example:
8
9rng: rng@f000b000 {
10 compatible = "nuvoton,npcm750-rng";
11 reg = <0xf000b000 0x8>;
12};
13