mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
dt-bindings: serial: Document serialN aliases
Document the format of aliases referring to UARTs. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Rob Herring <robh@kernel.org>
This commit is contained in:
parent
27f747b123
commit
a5427e4e38
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ description:
|
|||
device tree. Whether these properties apply to a particular device depends
|
||||
on the DT bindings for the actual device.
|
||||
|
||||
Each enabled UART may have an optional "serialN" alias in the "aliases" node,
|
||||
where N is the port number (non-negative decimal integer) as printed on the
|
||||
label next to the physical port.
|
||||
|
||||
properties:
|
||||
$nodename:
|
||||
pattern: "^serial(@.*)?$"
|
||||
|
|
Loading…
Reference in a new issue