ARM: dts: imx6sll: add rng

Add node for the RNGB block.

Signed-off-by: Horia Geantă <horia.geanta@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Horia Geantă 2020-07-15 18:26:02 +03:00 committed by Shawn Guo
parent 82ffb35c2c
commit 79428026bd
1 changed files with 7 additions and 0 deletions

View File

@ -786,6 +786,13 @@
clocks = <&clks IMX6SLL_CLK_MMDC_P0_IPG>;
};
rngb: rng@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@21bc000 {
#address-cells = <1>;
#size-cells = <1>;