Path: blob/master/Documentation/devicetree/bindings/display/apple,h7-display-pipe-mipi.yaml
26308 views
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/display/apple,h7-display-pipe-mipi.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Apple pre-DCP display controller MIPI interface78maintainers:9- Sasha Finkelstein <fnkl.kernel@gmail.com>1011description:12The MIPI controller part of the pre-DCP Apple display controller1314allOf:15- $ref: dsi-controller.yaml#1617properties:18compatible:19items:20- enum:21- apple,t8112-display-pipe-mipi22- apple,t8103-display-pipe-mipi23- const: apple,h7-display-pipe-mipi2425reg:26maxItems: 12728power-domains:29maxItems: 13031ports:32$ref: /schemas/graph.yaml#/properties/ports3334properties:35port@0:36$ref: /schemas/graph.yaml#/properties/port37description: Input port. Always connected to the primary controller3839port@1:40$ref: /schemas/graph.yaml#/properties/port41description: Output MIPI DSI port to the panel4243required:44- port@045- port@14647required:48- compatible49- reg50- ports5152unevaluatedProperties: false5354examples:55- |56dsi@28200000 {57compatible = "apple,t8103-display-pipe-mipi", "apple,h7-display-pipe-mipi";58reg = <0x28200000 0xc000>;59power-domains = <&ps_dispdfr_mipi>;6061ports {62#address-cells = <1>;63#size-cells = <0>;6465port@0 {66reg = <0>;6768dfr_adp_out_mipi: endpoint {69remote-endpoint = <&dfr_adp_out_mipi>;70};71};7273port@1 {74reg = <1>;7576dfr_panel_in: endpoint {77remote-endpoint = <&dfr_mipi_out_panel>;78};79};80};81};82...838485