Skip to content

Commit

Permalink
bcm2835: Add mailbox bcm2708-vcio to Device Tree
Browse files Browse the repository at this point in the history
Add mailbox to Device Tree. There are no kernel users yet,
but it's available to userspace.

Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
  • Loading branch information
notro authored and popcornmix committed Jun 7, 2015
1 parent 8cb40db commit c03f517
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/bcm2835.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@
reg = <0x7e104000 0x10>;
};

mailbox: mailbox@7e00b800 {
compatible = "brcm,bcm2708-vcio";
reg = <0x7e00b880 0x40>;
interrupts = <0 1>;
};

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

0 comments on commit c03f517

Please sign in to comment.