Documentation/devicetree/bindings/display/imx/fsl,imx-parallel-display.yaml

Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/display/imx/fsl,imx-parallel-display.yaml

File Facts

System
Linux kernel
Corpus path
Documentation/devicetree/bindings/display/imx/fsl,imx-parallel-display.yaml
Extension
.yaml
Size
1836 bytes
Lines
86
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/display/imx/fsl,imx-parallel-display.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: Parallel display support

maintainers:
  - Frank Li <Frank.Li@nxp.com>

properties:
  compatible:
    const: fsl,imx-parallel-display

  interface-pix-fmt:
    $ref: /schemas/types.yaml#/definitions/string
    enum:
      - rgb24
      - rgb565
      - bgr666
      - lvds666

  ddc:
    $ref: /schemas/types.yaml#/definitions/phandle
    description:
      phandle describing the i2c bus handling the display data channel

  '#address-cells':
    const: 1

  '#size-cells':
    const: 0

  port@0:
    $ref: /schemas/graph.yaml#/$defs/port-base
    unevaluatedProperties: false
    description: input port connected to the IPU display interface

  port@1:
    $ref: /schemas/graph.yaml#/$defs/port-base
    unevaluatedProperties: false
    description: output port connected to a panel

  port:
    $ref: /schemas/graph.yaml#/properties/port
    unevaluatedProperties: false
    deprecated: true
    description: input port connected to the IPU display interface, see port@0

  display-timings:
    $ref: /schemas/display/panel/display-timings.yaml#
    unevaluatedProperties: false
    deprecated: true

required:
  - compatible

additionalProperties: false

examples:
  - |
    display {
        compatible = "fsl,imx-parallel-display";
        #address-cells = <1>;
        #size-cells = <0>;
        interface-pix-fmt = "rgb24";

        port@0 {
            reg = <0>;

Annotation

Implementation Notes