Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml

Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml

File Facts

System
Linux kernel
Corpus path
Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml
Extension
.yaml
Size
4727 bytes
Lines
196
Domain
Support Tooling And Documentation
Bucket
Documentation
Inferred role
Support Tooling And Documentation: configuration, schema, or hardware description
Status
atlas-only

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

# SPDX-License-Identifier: GPL-2.0
%YAML 1.2
---
$id: http://devicetree.org/schemas/serial/snps-dw-apb-uart.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: Synopsys DesignWare ABP UART

maintainers:
  - Rob Herring <robh@kernel.org>

allOf:
  - $ref: serial.yaml#
  - $ref: rs485.yaml#

  - if:
      properties:
        compatible:
          items:
            - {}
            - const: renesas,rzn1-uart
            - const: snps,dw-apb-uart
    then:
      properties:
        dmas: false
        dma-names: false

  - if:
      properties:
        compatible:
          contains:
            const: starfive,jh7110-uart
    then:
      properties:
        resets:
          minItems: 2
    else:
      properties:
        resets:
          maxItems: 1

properties:
  compatible:
    oneOf:
      - items:
          - const: renesas,r9a06g032-uart
          - const: renesas,rzn1-uart
          - const: snps,dw-apb-uart
      - items:
          - const: renesas,r9a06g032-uart
          - const: renesas,rzn1-uart
      - items:
          - enum:
              - anlogic,dr1v90-uart
              - brcm,bcm11351-dw-apb-uart
              - brcm,bcm21664-dw-apb-uart
              - rockchip,px30-uart
              - rockchip,rk1808-uart
              - rockchip,rk3036-uart
              - rockchip,rk3066-uart
              - rockchip,rk3128-uart
              - rockchip,rk3188-uart
              - rockchip,rk3288-uart
              - rockchip,rk3308-uart
              - rockchip,rk3328-uart
              - rockchip,rk3368-uart
              - rockchip,rk3399-uart
              - rockchip,rk3506-uart
              - rockchip,rk3528-uart
              - rockchip,rk3562-uart

Annotation

Implementation Notes