devicetree: Add mailbox bindings
Add general mboxes, mbox-names to base.yaml to be utilized by any clients that use mailboxes. Additionally add mailbox-controller.yaml for common properties shared by all mailbox controller devices. Signed-off-by: Kumar Gala <kumar.gala@linaro.org> Signed-off-by: Carlo Caione <ccaione@baylibre.com>
This commit is contained in:
parent
a35e046fb2
commit
3c6b8e5736
2 changed files with 21 additions and 0 deletions
|
@ -97,3 +97,14 @@ properties:
|
|||
required: false
|
||||
type: string-array
|
||||
description: Provided names of IO channel specifiers
|
||||
|
||||
mboxes:
|
||||
required: false
|
||||
type: phandle-array
|
||||
description: mailbox / IPM channels specifiers
|
||||
specifier-space: mbox
|
||||
|
||||
mbox-names:
|
||||
required: false
|
||||
type: string-array
|
||||
description: Provided names of mailbox / IPM channel specifiers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue