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

Commit 05b682b7 authored by Eric Anholt's avatar Eric Anholt Committed by Lee Jones
Browse files

ARM: bcm2835: dt: Add the mailbox to the device tree

parent 64146f20
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -61,6 +61,13 @@
			reg = <0x7e104000 0x10>;
		};

		mailbox: mailbox@7e00b800 {
			compatible = "brcm,bcm2835-mbox";
			reg = <0x7e00b880 0x40>;
			interrupts = <0 1>;
			#mbox-cells = <0>;
		};

		gpio: gpio@7e200000 {
			compatible = "brcm,bcm2835-gpio";
			reg = <0x7e200000 0xb4>;