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
58 assigned-clocks:
62 assigned-clock-parents:
69 power-domains:
73 dma-coherent:
90 ti,am65x-oldi-io-ctrl:
99 max-memory-bandwidth:
106 - compatible
107 - reg
108 - reg-names
109 - clocks
110 - clock-names
111 - interrupts
112 - ports
117 - |
118 #include <dt-bindings/interrupt-controller/arm-gic.h>
119 #include <dt-bindings/interrupt-controller/irq.h>
120 #include <dt-bindings/soc/ti,sci_pm_domain.h>
123 compatible = "ti,am65x-dss";
131 reg-names = "common", "vidl1", "vid",
133 ti,am65x-oldi-io-ctrl = <&dss_oldi_io_ctrl>;
134 power-domains = <&k3_pds 67 TI_SCI_PD_EXCLUSIVE>;
138 clock-names = "fck", "vp1", "vp2";
141 #address-cells = <1>;
142 #size-cells = <0>;
146 remote-endpoint = <&lcd_in0>;