Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c7995ee7 authored by Kefeng Wang's avatar Kefeng Wang Committed by Herbert Xu
Browse files

dt/bindings: Add bindings for hisilicon random number generator



Document the devicetree bindings for the random number generator found
on Hisilicon Hip04 and Hip05 soc.

Signed-off-by: default avatarKefeng Wang <wangkefeng.wang@huawei.com>
Acked-by: default avatarRob Herring <rob@kernel.org>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent d293b640
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
Hisilicon Random Number Generator

Required properties:
- compatible : Should be "hisilicon,hip04-rng" or "hisilicon,hip05-rng"
- reg : Offset and length of the register set of this block

Example:

rng@d1010000 {
	compatible = "hisilicon,hip05-rng";
	reg = <0xd1010000 0x100>;
};