Path: blob/master/Documentation/devicetree/bindings/display/bridge/synopsys,dw-hdmi.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/synopsys,dw-hdmi.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Common Properties for Synopsys DesignWare HDMI TX Controller78maintainers:9- Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>1011description: |12This document defines device tree properties for the Synopsys DesignWare HDMI13TX controller (DWC HDMI TX) IP core. It doesn't constitute a full device tree14binding specification by itself but is meant to be referenced by device tree15bindings for the platform-specific integrations of the DWC HDMI TX.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.2021properties:22reg:23maxItems: 12425reg-io-width:26description:27Width (in bytes) of the registers specified by the reg property.28enum: [1, 4]29default: 13031clocks:32minItems: 233maxItems: 534items:35- description: The bus clock for either AHB and APB36- description: The internal register configuration clock37additionalItems: true3839clock-names:40minItems: 241maxItems: 542items:43- const: iahb44- const: isfr45additionalItems: true4647ddc-i2c-bus:48$ref: /schemas/types.yaml#/definitions/phandle49deprecated: true50description:51The HDMI DDC bus can be connected to either a system I2C master or the52functionally-reduced I2C master contained in the DWC HDMI. When connected53to a system I2C master this property contains a phandle to that I2C54master controller.5556This property is deprecated, the system I2C master controller should57be referenced through the ddc-i2c-bus property of the HDMI connector58node.5960interrupts:61maxItems: 16263additionalProperties: true6465...666768