Lines Matching +full:display +full:- +full:subsystem
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
5 $id: "http://devicetree.org/schemas/display/ti/ti,am65x-dss.yaml#"
6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
8 title: Texas Instruments AM65x Display Subsystem
11 - Jyri Sarha <jsarha@ti.com>
12 - Tomi Valkeinen <tomi.valkeinen@ti.com>
15 The AM65x TI Keystone Display SubSystem with two output ports and
22 const: ti,am65x-dss
28 - description: common DSS register area
29 - description: VIDL1 light video plane
30 - description: VID video plane
31 - description: OVR1 overlay manager for vp1
32 - description: OVR2 overlay manager for vp2
33 - description: VP1 video port 1
34 - description: VP2 video port 2
36 reg-names:
38 - const: common
39 - const: vidl1
40 - const: vid
41 - const: ovr1
42 - const: ovr2
43 - const: vp1
44 - const: vp2
48 - description: fck DSS functional clock
49 - description: vp1 Video Port 1 pixel clock
50 - description: vp2 Video Port 2 pixel clock
52 clock-names:
54 - const: fck
55 - const: vp1
56 - const: vp2
61 power-domains:
70 "#address-cells":
73 "#size-cells":
87 - "#address-cells"
88 - "#size-cells"
90 ti,am65x-oldi-io-ctrl:
91 $ref: "/schemas/types.yaml#/definitions/phandle-array"
100 max-memory-bandwidth:
107 - compatible
108 - reg
109 - reg-names
110 - clocks
111 - clock-names
112 - interrupts
113 - ports
118 - |
119 #include <dt-bindings/interrupt-controller/arm-gic.h>
120 #include <dt-bindings/interrupt-controller/irq.h>
121 #include <dt-bindings/soc/ti,sci_pm_domain.h>
124 compatible = "ti,am65x-dss";
132 reg-names = "common", "vidl1", "vid",
134 ti,am65x-oldi-io-ctrl = <&dss_oldi_io_ctrl>;
135 power-domains = <&k3_pds 67 TI_SCI_PD_EXCLUSIVE>;
139 clock-names = "fck", "vp1", "vp2";
142 #address-cells = <1>;
143 #size-cells = <0>;
147 remote-endpoint = <&lcd_in0>;