arm64: dts: sdm845: add prng-ee node
RNG hardware in SDM845 features (Execution Environment) EE for HLOS to use, add the node for prng-ee for sdm845. Signed-off-by: Vinod Koul <vkoul@kernel.org> Signed-off-by: Andy Gross <andy.gross@linaro.org>
This commit is contained in:
parent
6e382cc7ba
commit
6e17f81405
@ -12,6 +12,7 @@
|
|||||||
#include <dt-bindings/phy/phy-qcom-qusb2.h>
|
#include <dt-bindings/phy/phy-qcom-qusb2.h>
|
||||||
#include <dt-bindings/reset/qcom,sdm845-aoss.h>
|
#include <dt-bindings/reset/qcom,sdm845-aoss.h>
|
||||||
#include <dt-bindings/soc/qcom,rpmh-rsc.h>
|
#include <dt-bindings/soc/qcom,rpmh-rsc.h>
|
||||||
|
#include <dt-bindings/clock/qcom,gcc-sdm845.h>
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
interrupt-parent = <&intc>;
|
interrupt-parent = <&intc>;
|
||||||
@ -357,6 +358,13 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
rng: rng@793000 {
|
||||||
|
compatible = "qcom,prng-ee";
|
||||||
|
reg = <0x00793000 0x1000>;
|
||||||
|
clocks = <&gcc GCC_PRNG_AHB_CLK>;
|
||||||
|
clock-names = "core";
|
||||||
|
};
|
||||||
|
|
||||||
qupv3_id_0: geniqup@8c0000 {
|
qupv3_id_0: geniqup@8c0000 {
|
||||||
compatible = "qcom,geni-se-qup";
|
compatible = "qcom,geni-se-qup";
|
||||||
reg = <0x8c0000 0x6000>;
|
reg = <0x8c0000 0x6000>;
|
||||||
|
Loading…
Reference in New Issue
Block a user