diff options
author | Horia Geantă <horia.geanta@nxp.com> | 2020-07-15 17:26:02 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-08-17 10:06:33 +0200 |
commit | 79428026bdbd7802221e8c70b66eff4ed215494a (patch) | |
tree | 39a6b265ce64814dd45b5ffdfc352f139dd3b403 /arch/arm/boot/dts/imx6sll.dtsi | |
parent | ARM: dts: imx6sl: fix rng node (diff) | |
download | linux-79428026bdbd7802221e8c70b66eff4ed215494a.tar.xz linux-79428026bdbd7802221e8c70b66eff4ed215494a.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/imx6sll.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6sll.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
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@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>; |