msm-rng.txt 486 B

123456789101112131415161718
  1. * RNG (Random Number Generator)
  2. Required properties:
  3. - compatible : Should be "qcom,msm-rng"
  4. - reg : Offset and length of the register set for the device
  5. Optional property:
  6. - qcom,msm-rng-iface-clk : If the device uses iface-clk.
  7. - qcom,no-qrng-config : Flag to decide whether the driver do the hardware configuration or not.
  8. Example:
  9. qcom,msm-rng@f9bff000 {
  10. compatible = "qcom,msm-rng";
  11. reg = <0xf9bff000 0x200>;
  12. qcom,msm-rng-iface-clk;
  13. qcom,no-qrng-config;
  14. };