[PATCH v3 3/5] ARM: dts: imx6sll: add rng
Horia Geantă
horia.geanta at nxp.com
Tue Jul 14 08:39:18 EDT 2020
Add node for the RNGB block.
Signed-off-by: Horia Geantă <horia.geanta at nxp.com>
---
arch/arm/boot/dts/imx6sll.dtsi | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/arch/arm/boot/dts/imx6sll.dtsi b/arch/arm/boot/dts/imx6sll.dtsi
index fb5d3bc50c6b..0b622201a1f3 100644
--- a/arch/arm/boot/dts/imx6sll.dtsi
+++ b/arch/arm/boot/dts/imx6sll.dtsi
@@ -786,6 +786,13 @@
clocks = <&clks IMX6SLL_CLK_MMDC_P0_IPG>;
};
+ rngb: rng at 21b4000 {
+ compatible = "fsl,imx6sll-rngb", "fsl,imx25-rngb";
+ reg = <0x021b4000 0x4000>;
+ interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&clks IMX6SLL_CLK_DUMMY>;
+ };
+
ocotp: efuse at 21bc000 {
#address-cells = <1>;
#size-cells = <1>;
--
2.17.1
More information about the linux-arm-kernel
mailing list