aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeil Armstrong <narmstrong@baylibre.com>2016-06-15 06:01:46 -0400
committerKevin Hilman <khilman@baylibre.com>2016-06-15 11:53:33 -0400
commit4b7bed38528581796a988f67e168fb2f50cfd969 (patch)
tree2922b3f5058bf858ae8582bb9d02d01f8a96922e
parentb1ec5b5a93dac0b301a54706573348ed7d9bd7f6 (diff)
ARM64: dts: meson-gxbb: Add Hardware Random Generator node
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Signed-off-by: Kevin Hilman <khilman@baylibre.com>
-rw-r--r--arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi5
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 @@
221 #size-cells = <2>; 221 #size-cells = <2>;
222 ranges = <0x0 0x0 0x0 0xc8834000 0x0 0x2000>; 222 ranges = <0x0 0x0 0x0 0xc8834000 0x0 0x2000>;
223 223
224 rng {
225 compatible = "amlogic,meson-rng";
226 reg = <0x0 0x0 0x0 0x4>;
227 };
228
224 pinctrl_periphs: pinctrl@4b0 { 229 pinctrl_periphs: pinctrl@4b0 {
225 compatible = "amlogic,meson-gxbb-periphs-pinctrl"; 230 compatible = "amlogic,meson-gxbb-periphs-pinctrl";
226 #address-cells = <2>; 231 #address-cells = <2>;