Merge "ARM: dts: msm: Add qrng device node for msmfalcon"
This commit is contained in:
commit
73f5809c8c
1 changed files with 15 additions and 0 deletions
|
@ -1529,6 +1529,21 @@
|
||||||
hyplog-address-offset = <0x410>;
|
hyplog-address-offset = <0x410>;
|
||||||
hyplog-size-offset = <0x414>;
|
hyplog-size-offset = <0x414>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
qcom_rng: qrng@794000 {
|
||||||
|
compatible = "qcom,msm-rng";
|
||||||
|
reg = <0x794000 0x1000>;
|
||||||
|
qcom,msm-rng-iface-clk;
|
||||||
|
qcom,no-qrng-config;
|
||||||
|
qcom,msm-bus,name = "msm-rng-noc";
|
||||||
|
qcom,msm-bus,num-cases = <2>;
|
||||||
|
qcom,msm-bus,num-paths = <1>;
|
||||||
|
qcom,msm-bus,vectors-KBps =
|
||||||
|
<1 618 0 0>, /* No vote */
|
||||||
|
<1 618 0 800>; /* 100 KHz */
|
||||||
|
clocks = <&clock_gcc GCC_PRNG_AHB_CLK>;
|
||||||
|
clock-names = "iface_clk";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
#include "msmfalcon-ion.dtsi"
|
#include "msmfalcon-ion.dtsi"
|
||||||
|
|
Loading…
Add table
Reference in a new issue