Path: blob/master/Documentation/devicetree/bindings/display/bridge/snps,dw-mipi-dsi.yaml
26309 views
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/display/bridge/snps,dw-mipi-dsi.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Synopsys DesignWare MIPI DSI host controller78maintainers:9- Philippe CORNU <philippe.cornu@foss.st.com>1011description: |12This document defines device tree properties for the Synopsys DesignWare MIPI13DSI host controller. It doesn't constitute a device tree binding specification14by itself but is meant to be referenced by platform-specific device tree15bindings.1617When referenced from platform device tree bindings the properties defined in18this document are defined as follows. The platform device tree bindings are19responsible for defining whether each property is required or optional.2021allOf:22- $ref: ../dsi-controller.yaml#2324properties:25reg:26maxItems: 12728clocks: true2930clock-names: true3132resets:33maxItems: 13435reset-names:36const: apb3738ports:39$ref: /schemas/graph.yaml#/properties/ports4041properties:42port@0:43$ref: /schemas/graph.yaml#/properties/port44description: Input node to receive pixel data.4546port@1:47$ref: /schemas/graph.yaml#/properties/port48description: DSI output node to panel.4950required:51- port@052- port@15354required:55- clock-names56- clocks57- ports58- reg5960additionalProperties: true616263