hisi-rng.txt 281 B

12345678910111213
  1. Hisilicon Random Number Generator
  2. Required properties:
  3. - compatible : Should be "hisilicon,hip04-rng" or "hisilicon,hip05-rng"
  4. - reg : Offset and length of the register set of this block
  5. Example:
  6. rng@d1010000 {
  7. compatible = "hisilicon,hip05-rng";
  8. reg = <0xd1010000 0x100>;
  9. };