dts: common: yaml: Update uart yaml with new properties
Update uart yaml files to provide new properties: -"interrupts-name" -"pinctrl" Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
6ec63522cc
commit
69b59fdeb3
1 changed files with 10 additions and 0 deletions
|
@ -27,4 +27,14 @@ properties:
|
|||
category: required
|
||||
description: Human readable string describing the device (used by Zephyr for API name)
|
||||
generation: define
|
||||
- interrupt-names:
|
||||
type: stringlist
|
||||
category: optional
|
||||
description: names of required interrupts
|
||||
generation: define
|
||||
- pinctrl-\d+:
|
||||
type: array
|
||||
category: optional
|
||||
description: pinmux information for RX, TX, CTS, RTS
|
||||
generation: define
|
||||
...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue