blob: 28dfe506cdad684d2386ec9b582e7ba2ef9420d0 [file] [log] [blame]
* RNG (Random Number Generator)
Required properties:
- compatible : Should be "qcom,msm-rng"
- reg : Offset and length of the register set for the device
Optional property:
- qcom,msm-rng-iface-clk : If the device uses iface-clk.
Example:
qcom,msm-rng@f9bff000 {
compatible = "qcom,msm-rng";
reg = <0xf9bff000 0x200>;
qcom,msm-rng-iface-clk;
};