194c24b26SAnup Patel* Broadcom SBA RAID engine
294c24b26SAnup Patel
394c24b26SAnup PatelRequired properties:
494c24b26SAnup Patel- compatible: Should be one of the following
594c24b26SAnup Patel	      "brcm,iproc-sba"
694c24b26SAnup Patel	      "brcm,iproc-sba-v2"
794c24b26SAnup Patel  The "brcm,iproc-sba" has support for only 6 PQ coefficients
894c24b26SAnup Patel  The "brcm,iproc-sba-v2" has support for only 30 PQ coefficients
994c24b26SAnup Patel- mboxes: List of phandle and mailbox channel specifiers
1094c24b26SAnup Patel
1194c24b26SAnup PatelExample:
1294c24b26SAnup Patel
1394c24b26SAnup Patelraid_mbox: mbox@67400000 {
1494c24b26SAnup Patel	...
1594c24b26SAnup Patel	#mbox-cells = <3>;
1694c24b26SAnup Patel	...
1794c24b26SAnup Patel};
1894c24b26SAnup Patel
1994c24b26SAnup Patelraid0 {
2094c24b26SAnup Patel	compatible = "brcm,iproc-sba-v2";
2194c24b26SAnup Patel	mboxes = <&raid_mbox 0 0x1 0xffff>,
2294c24b26SAnup Patel		 <&raid_mbox 1 0x1 0xffff>,
2394c24b26SAnup Patel		 <&raid_mbox 2 0x1 0xffff>,
2494c24b26SAnup Patel		 <&raid_mbox 3 0x1 0xffff>,
2594c24b26SAnup Patel		 <&raid_mbox 4 0x1 0xffff>,
2694c24b26SAnup Patel		 <&raid_mbox 5 0x1 0xffff>,
2794c24b26SAnup Patel		 <&raid_mbox 6 0x1 0xffff>,
2894c24b26SAnup Patel		 <&raid_mbox 7 0x1 0xffff>;
2994c24b26SAnup Patel};
30