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

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

Signed-off-by: default avatarEric Anholt <eric@anholt.net>
Acked-by: default avatarLee Jones <lee.jones@linaro.org>
Acked-by: default avatarStephen Warren <swarren@wwwdotorg.org>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 64146f20
...@@ -61,6 +61,13 @@ rng@7e104000 { ...@@ -61,6 +61,13 @@ rng@7e104000 {
reg = <0x7e104000 0x10>; reg = <0x7e104000 0x10>;
}; };
mailbox: mailbox@7e00b800 {
compatible = "brcm,bcm2835-mbox";
reg = <0x7e00b880 0x40>;
interrupts = <0 1>;
#mbox-cells = <0>;
};
gpio: gpio@7e200000 { gpio: gpio@7e200000 {
compatible = "brcm,bcm2835-gpio"; compatible = "brcm,bcm2835-gpio";
reg = <0x7e200000 0xb4>; reg = <0x7e200000 0xb4>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment