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,k2g-dss.yaml#"
6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
8 title: Texas Instruments K2G Display Subsystem
11 - Jyri Sarha <jsarha@ti.com>
12 - Tomi Valkeinen <tomi.valkeinen@ti.com>
15 The K2G DSS is an ultra-light version of TI Keystone Display
16 SubSystem. It has only one output port and video plane. The
21 const: ti,k2g-dss
25 - description: cfg DSS top level
26 - description: common DISPC common
27 - description: VID1 video plane 1
28 - description: OVR1 overlay manager for vp1
29 - description: VP1 video port 1
31 reg-names:
33 - const: cfg
34 - const: common
35 - const: vid1
36 - const: ovr1
37 - const: vp1
41 - description: fck DSS functional clock
42 - description: vp1 Video Port 1 pixel clock
44 clock-names:
46 - const: fck
47 - const: vp1
52 power-domains:
62 max-memory-bandwidth:
69 - compatible
70 - reg
71 - reg-names
72 - clocks
73 - clock-names
74 - interrupts
75 - port
80 - |
81 #include <dt-bindings/interrupt-controller/arm-gic.h>
82 #include <dt-bindings/interrupt-controller/irq.h>
85 compatible = "ti,k2g-dss";
91 reg-names = "cfg", "common", "vid1", "ovr1", "vp1";
94 clock-names = "fck", "vp1";
97 power-domains = <&k2g_pds 0x2>;
99 max-memory-bandwidth = <230000000>;
103 remote-endpoint = <&sii9022_in>;