Path: blob/master/Documentation/devicetree/bindings/dma/brcm,iproc-sba.yaml
26308 views
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/dma/brcm,iproc-sba.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Broadcom SBA RAID engine78maintainers:9- Ray Jui <rjui@broadcom.com>10- Scott Branden <sbranden@broadcom.com>1112properties:13compatible:14enum:15- brcm,iproc-sba16- brcm,iproc-sba-v21718mboxes:19minItems: 120maxItems: 82122required:23- compatible24- mboxes2526additionalProperties: false2728examples:29- |30raid0 {31compatible = "brcm,iproc-sba-v2";32mboxes = <&raid_mbox 0 0x1 0xffff>,33<&raid_mbox 1 0x1 0xffff>,34<&raid_mbox 2 0x1 0xffff>,35<&raid_mbox 3 0x1 0xffff>,36<&raid_mbox 4 0x1 0xffff>,37<&raid_mbox 5 0x1 0xffff>,38<&raid_mbox 6 0x1 0xffff>,39<&raid_mbox 7 0x1 0xffff>;40};414243