]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blob - Documentation/devicetree/bindings/rng/nuvoton,npcm-rng.txt
Merge tag 's390-5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
[mirror_ubuntu-jammy-kernel.git] / Documentation / devicetree / bindings / rng / nuvoton,npcm-rng.txt
1 NPCM SoC Random Number Generator
2
3 Required properties:
4 - compatible : "nuvoton,npcm750-rng" for the NPCM7XX BMC.
5 - reg : Specifies physical base address and size of the registers.
6
7 Example:
8
9 rng: rng@f000b000 {
10 compatible = "nuvoton,npcm750-rng";
11 reg = <0xf000b000 0x8>;
12 };