arm64: dts: qcom: Add RNG device tree node

Adds rng device tree node for msm8916 SoCs.

Signed-off-by: Stanimir Varbanov <stanimir.varbanov@linaro.org>
Signed-off-by: Andy Gross <agross@codeaurora.org>
This commit is contained in:
Stanimir Varbanov 2015-08-25 18:37:42 +03:00 committed by Andy Gross
parent 6ff33f3902
commit f6d24bf30c
1 changed files with 7 additions and 0 deletions

View File

@ -390,6 +390,13 @@
interrupt-controller;
#interrupt-cells = <4>;
};
rng@22000 {
compatible = "qcom,prng";
reg = <0x00022000 0x200>;
clocks = <&gcc GCC_PRNG_AHB_CLK>;
clock-names = "core";
};
};
};