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

Commit b1ec5b5a authored by Neil Armstrong's avatar Neil Armstrong Committed by Kevin Hilman
Browse files

dt-bindings: hwrng: Add Amlogic Meson Hardware Random Generator bindings

parent 6d1a5c93
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
Amlogic Meson Random number generator
=====================================

Required properties:

- compatible : should be "amlogic,meson-rng"
- reg : Specifies base physical address and size of the registers.

Example:

rng {
        compatible = "amlogic,meson-rng";
        reg = <0x0 0xc8834000 0x0 0x4>;
};