Documentation/devicetree/bindings/serial/via,vt8500-uart.yaml

Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/serial/via,vt8500-uart.yaml

File Facts

System
Linux kernel
Corpus path
Documentation/devicetree/bindings/serial/via,vt8500-uart.yaml
Extension
.yaml
Size
813 bytes
Lines
47
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-only OR BSD-2-Clause)

%YAML 1.2
---
$id: http://devicetree.org/schemas/serial/via,vt8500-uart.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: VIA VT8500 and WonderMedia WM8xxx UART Controller

maintainers:
  - Alexey Charkov <alchark@gmail.com>

allOf:
  - $ref: serial.yaml

properties:
  compatible:
    enum:
      - via,vt8500-uart # up to WM8850/WM8950
      - wm,wm8880-uart  # for WM8880 and later

  clocks:
    maxItems: 1

  interrupts:
    maxItems: 1

  reg:
    maxItems: 1

required:
  - compatible
  - clocks
  - interrupts
  - reg

unevaluatedProperties: false

examples:
  - |
    serial@d8200000 {
        compatible = "via,vt8500-uart";
        reg = <0xd8200000 0x1040>;
        interrupts = <32>;
        clocks = <&clkuart0>;
    };

Annotation

Implementation Notes