0080665fbd
- Refactoring powerpc and arm64 kexec DT handling to common code. This enables IMA on arm64. - Add kbuild support for applying DT overlays at build time. The first user are the DT unittests. - Fix kerneldoc formatting and W=1 warnings in drivers/of/ - Fix handling 64-bit flag on PCI resources - Bump dtschema version required to v2021.2.1 - Enable undocumented compatible checks for dtbs_check. This allows tracking of missing binding schemas. - DT docs improvements. Regroup the DT docs and add the example schema and DT kernel ABI docs to the doc build. - Convert Broadcom Bluetooth and video-mux bindings to schema - Add QCom sm8250 Venus video codec binding schema - Add vendor prefixes for AESOP, YIC System Co., Ltd, and Siliconfile Technologies Inc. - Cleanup of DT schema type references on common properties and standard unit properties -----BEGIN PGP SIGNATURE----- iQJEBAABCgAuFiEEktVUI4SxYhzZyEuo+vtdtY28YcMFAmCIYdgQHHJvYmhAa2Vy bmVsLm9yZwAKCRD6+121jbxhw/PKEACkOCWDnLSY9U7w1uGDHr6UgXIWOY9j8bYy 2pTvDrVa6KZphT6yGU/hxrOk8Mqh5AMd2vUhO2OCoyyl/priTv+Ktqo+bikvJZLa MQm3JnrLpPy/GetdmVD8wq1l+FoeOSTnRIJqRxInsd8UFVpZImtP22ELox6KgGiv keVHIrjsHU/HpafK3w8wHCLikCZk+1Gl6pL/QgFDv2FaaCTKW16Dt64dPqYm49Xk j7YMMQWl+3NJ9ywZV0+PMbl9udi3EjGm5Ap5VfKzpj53Nh07QObg/QtH/1sj0HPo apyW7jAyQFyLytbjxzFL/tljtOeW/5rZos1GWThZ326e+Y0mTKUTDZShvNplfjIf e26FvVi7gndWlRSr30Ia5gdNFAx72IkpJUAuypBXgb+qNPchBJjAXLn9tcIcg/k+ 2R6BIB7SkVLpgTnJ1Bq1+PRqkKM+ggACdJNJIUApj44xoiG01vtGDGRaFuIio+Ch HT4aBbic4kLvagm8VzuiIF/sL7af5pntzArcyOfQTaZ92DyGI2C0j90rK3yPRIYM u9qX/24t1SXiUji74QpoQFzt/+Egy5hYXMJOJJSywUjKf7DBhehqklTjiJRQHKm6 0DJ/n8q4lNru8F0Y4keKSuYTfHBstF7fS3UTH/rUmBAbfEwkvZe6B29KQbs+7aph GTw+jeoR5Q== =rF27 -----END PGP SIGNATURE----- Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux Pull devicetree updates from Rob Herring: - Refactor powerpc and arm64 kexec DT handling to common code. This enables IMA on arm64. - Add kbuild support for applying DT overlays at build time. The first user are the DT unittests. - Fix kerneldoc formatting and W=1 warnings in drivers/of/ - Fix handling 64-bit flag on PCI resources - Bump dtschema version required to v2021.2.1 - Enable undocumented compatible checks for dtbs_check. This allows tracking of missing binding schemas. - DT docs improvements. Regroup the DT docs and add the example schema and DT kernel ABI docs to the doc build. - Convert Broadcom Bluetooth and video-mux bindings to schema - Add QCom sm8250 Venus video codec binding schema - Add vendor prefixes for AESOP, YIC System Co., Ltd, and Siliconfile Technologies Inc. - Cleanup of DT schema type references on common properties and standard unit properties * tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux: (64 commits) powerpc: If kexec_build_elf_info() fails return immediately from elf64_load() powerpc: Free fdt on error in elf64_load() of: overlay: Fix kerneldoc warning in of_overlay_remove() of: linux/of.h: fix kernel-doc warnings of/pci: Add IORESOURCE_MEM_64 to resource flags for 64-bit memory addresses dt-bindings: bcm4329-fmac: add optional brcm,ccode-map docs: dt: update writing-schema.rst references dt-bindings: media: venus: Add sm8250 dt schema of: base: Fix spelling issue with function param 'prop' docs: dt: Add DT API documentation of: Add missing 'Return' section in kerneldoc comments of: Fix kerneldoc output formatting docs: dt: Group DT docs into relevant sub-sections docs: dt: Make 'Devicetree' wording more consistent docs: dt: writing-schema: Include the example schema in the doc build docs: dt: writing-schema: Remove spurious indentation dt-bindings: Fix reference in submitting-patches.rst to the DT ABI doc dt-bindings: ddr: Add optional manufacturer and revision ID to LPDDR3 dt-bindings: media: video-interfaces: Drop the example devicetree: bindings: clock: Minor typo fix in the file armada3700-tbg-clock.txt ...
152 lines
4.4 KiB
YAML
152 lines
4.4 KiB
YAML
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
|
%YAML 1.2
|
|
---
|
|
$id: "http://devicetree.org/schemas/serial/serial.yaml#"
|
|
$schema: "http://devicetree.org/meta-schemas/core.yaml#"
|
|
|
|
title: Serial Interface Generic DT Bindings
|
|
|
|
maintainers:
|
|
- Rob Herring <robh@kernel.org>
|
|
- Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
|
|
|
description:
|
|
This document lists a set of generic properties for describing UARTs in a
|
|
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(@.*)?$"
|
|
|
|
cts-gpios:
|
|
maxItems: 1
|
|
description:
|
|
Must contain a GPIO specifier, referring to the GPIO pin to be used as
|
|
the UART's CTS line.
|
|
|
|
dcd-gpios:
|
|
maxItems: 1
|
|
description:
|
|
Must contain a GPIO specifier, referring to the GPIO pin to be used as
|
|
the UART's DCD line.
|
|
|
|
dsr-gpios:
|
|
maxItems: 1
|
|
description:
|
|
Must contain a GPIO specifier, referring to the GPIO pin to be used as
|
|
the UART's DSR line.
|
|
|
|
dtr-gpios:
|
|
maxItems: 1
|
|
description:
|
|
Must contain a GPIO specifier, referring to the GPIO pin to be used as
|
|
the UART's DTR line.
|
|
|
|
rng-gpios:
|
|
maxItems: 1
|
|
description:
|
|
Must contain a GPIO specifier, referring to the GPIO pin to be used as
|
|
the UART's RNG line.
|
|
|
|
rts-gpios:
|
|
maxItems: 1
|
|
description:
|
|
Must contain a GPIO specifier, referring to the GPIO pin to be used as
|
|
the UART's RTS line.
|
|
|
|
uart-has-rtscts:
|
|
$ref: /schemas/types.yaml#/definitions/flag
|
|
description:
|
|
The presence of this property indicates that the UART has dedicated lines
|
|
for RTS/CTS hardware flow control, and that they are available for use
|
|
(wired and enabled by pinmux configuration). This depends on both the
|
|
UART hardware and the board wiring.
|
|
|
|
rx-tx-swap:
|
|
type: boolean
|
|
description: RX and TX pins are swapped.
|
|
|
|
cts-rts-swap:
|
|
type: boolean
|
|
description: CTS and RTS pins are swapped.
|
|
|
|
rx-threshold:
|
|
$ref: /schemas/types.yaml#/definitions/uint32
|
|
description:
|
|
RX FIFO threshold configuration (in bytes).
|
|
|
|
tx-threshold:
|
|
$ref: /schemas/types.yaml#/definitions/uint32
|
|
description:
|
|
TX FIFO threshold configuration (in bytes).
|
|
|
|
if:
|
|
required:
|
|
- uart-has-rtscts
|
|
then:
|
|
properties:
|
|
cts-gpios: false
|
|
rts-gpios: false
|
|
|
|
patternProperties:
|
|
".*":
|
|
if:
|
|
type: object
|
|
then:
|
|
description:
|
|
Serial attached devices shall be a child node of the host UART device
|
|
the slave device is attached to. It is expected that the attached
|
|
device is the only child node of the UART device. The slave device node
|
|
name shall reflect the generic type of device for the node.
|
|
|
|
properties:
|
|
compatible:
|
|
description:
|
|
Compatible of the device connected to the serial port.
|
|
|
|
max-speed:
|
|
$ref: /schemas/types.yaml#/definitions/uint32
|
|
description:
|
|
The maximum baud rate the device operates at.
|
|
This should only be present if the maximum is less than the slave
|
|
device can support. For example, a particular board has some
|
|
signal quality issue or the host processor can't support higher
|
|
baud rates.
|
|
|
|
current-speed:
|
|
$ref: /schemas/types.yaml#/definitions/uint32
|
|
description: |
|
|
The current baud rate the device operates at.
|
|
This should only be present in case a driver has no chance to know
|
|
the baud rate of the slave device.
|
|
Examples:
|
|
* device supports auto-baud
|
|
* the rate is setup by a bootloader and there is no way to reset
|
|
the device
|
|
* device baud rate is configured by its firmware but there is no
|
|
way to request the actual settings
|
|
|
|
required:
|
|
- compatible
|
|
|
|
additionalProperties: true
|
|
|
|
examples:
|
|
- |
|
|
serial@1234 {
|
|
compatible = "ns16550a";
|
|
reg = <0x1234 0x20>;
|
|
interrupts = <1>;
|
|
|
|
bluetooth {
|
|
compatible = "brcm,bcm4330-bt";
|
|
interrupt-parent = <&gpio>;
|
|
interrupts = <10>;
|
|
};
|
|
};
|