dts: Add label property to uart.yaml
Add optional label property to be generated as part of the UART yaml spec. This lets us use the label string in a device tree to generate the device name (for example CONFIG_UART_STM32_PORT_1_NAME). Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
21ef8a6acc
commit
9cce05a89a
1 changed files with 5 additions and 0 deletions
|
@ -22,4 +22,9 @@ properties:
|
|||
category: required
|
||||
description: Clock gate information
|
||||
generation: define
|
||||
- label:
|
||||
type: string
|
||||
category: required
|
||||
description: Human readable string describing the device (used by Zephyr for API name)
|
||||
generation: define
|
||||
...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue