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:
Erwan Gouriou 2017-07-20 16:22:06 +02:00 committed by Kumar Gala
commit 69b59fdeb3

View file

@ -27,4 +27,14 @@ properties:
category: required category: required
description: Human readable string describing the device (used by Zephyr for API name) description: Human readable string describing the device (used by Zephyr for API name)
generation: define 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
... ...