Add snapshot of device tree bindings from keystone common kernel, branch "android-mainline-keystone-qcom-release" at c4c12103f9c0 ("Snap for 9228065 from e32903b9a63bb558df8b803b076619c53c16baad to android-mainline-keystone-qcom-release"). Change-Id: I7682079615cbd9f29340a5c1f2a1d84ec441a1f1 Signed-off-by: Melody Olvera <quic_molvera@quicinc.com>
30 lines
695 B
Plaintext
30 lines
695 B
Plaintext
* Broadcom SBA RAID engine
|
|
|
|
Required properties:
|
|
- compatible: Should be one of the following
|
|
"brcm,iproc-sba"
|
|
"brcm,iproc-sba-v2"
|
|
The "brcm,iproc-sba" has support for only 6 PQ coefficients
|
|
The "brcm,iproc-sba-v2" has support for only 30 PQ coefficients
|
|
- mboxes: List of phandle and mailbox channel specifiers
|
|
|
|
Example:
|
|
|
|
raid_mbox: mbox@67400000 {
|
|
...
|
|
#mbox-cells = <3>;
|
|
...
|
|
};
|
|
|
|
raid0 {
|
|
compatible = "brcm,iproc-sba-v2";
|
|
mboxes = <&raid_mbox 0 0x1 0xffff>,
|
|
<&raid_mbox 1 0x1 0xffff>,
|
|
<&raid_mbox 2 0x1 0xffff>,
|
|
<&raid_mbox 3 0x1 0xffff>,
|
|
<&raid_mbox 4 0x1 0xffff>,
|
|
<&raid_mbox 5 0x1 0xffff>,
|
|
<&raid_mbox 6 0x1 0xffff>,
|
|
<&raid_mbox 7 0x1 0xffff>;
|
|
};
|