brcm,iproc-sba.txt 695 B

1234567891011121314151617181920212223242526272829
  1. * Broadcom SBA RAID engine
  2. Required properties:
  3. - compatible: Should be one of the following
  4. "brcm,iproc-sba"
  5. "brcm,iproc-sba-v2"
  6. The "brcm,iproc-sba" has support for only 6 PQ coefficients
  7. The "brcm,iproc-sba-v2" has support for only 30 PQ coefficients
  8. - mboxes: List of phandle and mailbox channel specifiers
  9. Example:
  10. raid_mbox: mbox@67400000 {
  11. ...
  12. #mbox-cells = <3>;
  13. ...
  14. };
  15. raid0 {
  16. compatible = "brcm,iproc-sba-v2";
  17. mboxes = <&raid_mbox 0 0x1 0xffff>,
  18. <&raid_mbox 1 0x1 0xffff>,
  19. <&raid_mbox 2 0x1 0xffff>,
  20. <&raid_mbox 3 0x1 0xffff>,
  21. <&raid_mbox 4 0x1 0xffff>,
  22. <&raid_mbox 5 0x1 0xffff>,
  23. <&raid_mbox 6 0x1 0xffff>,
  24. <&raid_mbox 7 0x1 0xffff>;
  25. };