Lines Matching +full:max +full:- +full:memory +full:- +full:bandwidth
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#
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
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:
61 max-memory-bandwidth:
64 Input memory (from main memory to dispc) bandwidth limit in
68 - compatible
69 - reg
70 - reg-names
71 - clocks
72 - clock-names
73 - interrupts
74 - port
79 - |
80 #include <dt-bindings/interrupt-controller/arm-gic.h>
81 #include <dt-bindings/interrupt-controller/irq.h>
84 compatible = "ti,k2g-dss";
90 reg-names = "cfg", "common", "vid1", "ovr1", "vp1";
93 clock-names = "fck", "vp1";
96 power-domains = <&k2g_pds 0x2>;
98 max-memory-bandwidth = <230000000>;
102 remote-endpoint = <&sii9022_in>;