From 4c91eadf3ebae2c3ec2c806e5db307fbda276d79 Mon Sep 17 00:00:00 2001 From: rpaulo Date: Wed, 31 Jul 2013 06:23:10 +0000 Subject: Add definitions for the Mailbox, Spinlock and PRU-ICSS devices. --- sys/boot/fdt/dts/am335x.dtsi | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'sys/boot') diff --git a/sys/boot/fdt/dts/am335x.dtsi b/sys/boot/fdt/dts/am335x.dtsi index 1ab047f..90fb741 100644 --- a/sys/boot/fdt/dts/am335x.dtsi +++ b/sys/boot/fdt/dts/am335x.dtsi @@ -219,5 +219,24 @@ /* 1 - Host Mode, 0 - Device Mode */ modemask = <2>; }; + + mbox0@480C8000 { + compatible = "am335x,system-mbox"; + reg = < 0x480C8000 0x1000 >; + interrupts = <77>; + interrupt-parent = <&AINTC>; + }; + + spinlock0@480CA000 { + compatible = "am335x,spinlock"; + reg = < 0x480CA000 0x1000 >; + }; + + pruss@4A300000 { + compatible = "ti,pruss-v2"; + reg = <0x4A300000 0x80000>; + interrupt-parent = <&AINTC>; + interrupts = <20 21 22 23 24 25 26 27>; + }; }; }; -- cgit v1.1