]> git.karo-electronics.de Git - linux-beck.git/commitdiff
arm64: dts: apm: Mailbox device tree node for APM X-Gene v2 platform.
authorDuc Dang <dhdang@apm.com>
Thu, 25 Feb 2016 22:30:05 +0000 (14:30 -0800)
committerDuc Dang <dhdang@apm.com>
Fri, 26 Feb 2016 01:14:03 +0000 (17:14 -0800)
Add mailbox device tree node for APM X-Gene v2 platform.

Signed-off-by: Duc Dang <dhdang@apm.com>
arch/arm64/boot/dts/apm/apm-shadowcat.dtsi

index 66b394220b6975ae8d204dca5b259410c4d8e586..46fe1e673190dbc53c35742caba111946d4152cc 100644 (file)
                        };
                };
 
+               mailbox: mailbox@10540000 {
+                       compatible = "apm,xgene-slimpro-mbox";
+                       reg = <0x0 0x10540000 0x0 0x8000>;
+                       #mbox-cells = <1>;
+                       interrupts =   <0x0 0x0 0x4
+                                       0x0 0x1 0x4
+                                       0x0 0x2 0x4
+                                       0x0 0x3 0x4
+                                       0x0 0x4 0x4
+                                       0x0 0x5 0x4
+                                       0x0 0x6 0x4
+                                       0x0 0x7 0x4>;
+               };
+
                serial0: serial@10600000 {
                        device_type = "serial";
                        compatible = "ns16550";