Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a1bf7082 authored by Lubomir Rintel's avatar Lubomir Rintel Committed by Stephen Warren
Browse files

ARM: bcm2835: add Broadcom BCM2835 RNG to the device tree



This adds a device tree binding for random number generator present on
Broadcom BCM2835 SoC, used in Raspberry Pi and Roku 2 devices.

Signed-off-by: default avatarLubomir Rintel <lkundrak@v3.sk>
Tested-by: default avatarStephen Warren <swarren@wwwdotorg.org>
Signed-off-by: default avatarStephen Warren <swarren@wwwdotorg.org>
parent 6ce5f02e
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -34,6 +34,11 @@
			reg = <0x7e100000 0x28>;
		};

		rng {
			compatible = "brcm,bcm2835-rng";
			reg = <0x7e104000 0x10>;
		};

		uart@20201000 {
			compatible = "brcm,bcm2835-pl011", "arm,pl011", "arm,primecell";
			reg = <0x7e201000 0x1000>;