diff options
author | Neil Armstrong <[email protected]> | 2016-06-15 12:01:46 +0200 |
---|---|---|
committer | Kevin Hilman <[email protected]> | 2016-06-15 08:53:33 -0700 |
commit | 4b7bed38528581796a988f67e168fb2f50cfd969 (patch) | |
tree | 2922b3f5058bf858ae8582bb9d02d01f8a96922e | |
parent | b1ec5b5a93dac0b301a54706573348ed7d9bd7f6 (diff) |
ARM64: dts: meson-gxbb: Add Hardware Random Generator node
Signed-off-by: Neil Armstrong <[email protected]>
Signed-off-by: Kevin Hilman <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi index 063e3b679207..806b90392402 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi @@ -221,6 +221,11 @@ #size-cells = <2>; ranges = <0x0 0x0 0x0 0xc8834000 0x0 0x2000>; + rng { + compatible = "amlogic,meson-rng"; + reg = <0x0 0x0 0x0 0x4>; + }; + pinctrl_periphs: pinctrl@4b0 { compatible = "amlogic,meson-gxbb-periphs-pinctrl"; #address-cells = <2>; |