OSDN Git Service

ARM: bcm2835: dt: Add the mailbox to the device tree
authorEric Anholt <eric@anholt.net>
Tue, 5 May 2015 20:27:46 +0000 (13:27 -0700)
committerLee Jones <lee.jones@linaro.org>
Thu, 14 May 2015 09:02:33 +0000 (10:02 +0100)
Signed-off-by: Eric Anholt <eric@anholt.net>
Acked-by: Lee Jones <lee.jones@linaro.org>
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
arch/arm/boot/dts/bcm2835.dtsi

index 4d4c129..4ff1b83 100644 (file)
                        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>;