dts: bindings: move io-channels and io-channel-names to base.yaml
Generalize io-channels and io-channel-names devicetree node properties and move their definitions to base.yaml. Keep binding specific description where relevant. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
parent
8cc051ccac
commit
0e7a76e462
6 changed files with 12 additions and 7 deletions
|
@ -85,3 +85,13 @@ properties:
|
|||
required: false
|
||||
type: string-array
|
||||
description: Provided names of DMA channel specifiers
|
||||
|
||||
io-channels:
|
||||
required: false
|
||||
type: phandle-array
|
||||
description: IO channels specifiers
|
||||
|
||||
io-channel-names:
|
||||
required: false
|
||||
type: string-array
|
||||
description: Provided names of IO channel specifiers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue