~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/display/ti/ti,am65x-dss.yaml

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /Documentation/devicetree/bindings/display/ti/ti,am65x-dss.yaml (Architecture i386) and /Documentation/devicetree/bindings/display/ti/ti,am65x-dss.yaml (Architecture sparc64)


  1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-C      1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
  2 # Copyright 2019 Texas Instruments Incorporate      2 # Copyright 2019 Texas Instruments Incorporated
  3 %YAML 1.2                                           3 %YAML 1.2
  4 ---                                                 4 ---
  5 $id: http://devicetree.org/schemas/display/ti/      5 $id: http://devicetree.org/schemas/display/ti/ti,am65x-dss.yaml#
  6 $schema: http://devicetree.org/meta-schemas/co      6 $schema: http://devicetree.org/meta-schemas/core.yaml#
  7                                                     7 
  8 title: Texas Instruments AM65x Display Subsyst      8 title: Texas Instruments AM65x Display Subsystem
  9                                                     9 
 10 maintainers:                                       10 maintainers:
 11   - Jyri Sarha <jsarha@ti.com>                      11   - Jyri Sarha <jsarha@ti.com>
 12   - Tomi Valkeinen <tomi.valkeinen@ti.com>          12   - Tomi Valkeinen <tomi.valkeinen@ti.com>
 13                                                    13 
 14 description: |                                     14 description: |
 15   The AM625 and AM65x TI Keystone Display SubS     15   The AM625 and AM65x TI Keystone Display SubSystem with two output
 16   ports and two video planes. In AM65x DSS, th     16   ports and two video planes. In AM65x DSS, the first video port
 17   supports 1 OLDI TX and in AM625 DSS, the fir     17   supports 1 OLDI TX and in AM625 DSS, the first video port output is
 18   internally routed to 2 OLDI TXes. The second     18   internally routed to 2 OLDI TXes. The second video port supports DPI
 19   format. The first plane is full video plane      19   format. The first plane is full video plane with all features and the
 20   second is a "lite plane" without scaling sup     20   second is a "lite plane" without scaling support.
 21                                                    21 
 22 properties:                                        22 properties:
 23   compatible:                                      23   compatible:
 24     enum:                                          24     enum:
 25       - ti,am625-dss                               25       - ti,am625-dss
 26       - ti,am62a7,dss                              26       - ti,am62a7,dss
 27       - ti,am65x-dss                               27       - ti,am65x-dss
 28                                                    28 
 29   reg:                                             29   reg:
 30     description:                                   30     description:
 31       Addresses to each DSS memory region desc     31       Addresses to each DSS memory region described in the SoC's TRM.
 32     items:                                         32     items:
 33       - description: common DSS register area      33       - description: common DSS register area
 34       - description: VIDL1 light video plane       34       - description: VIDL1 light video plane
 35       - description: VID video plane               35       - description: VID video plane
 36       - description: OVR1 overlay manager for      36       - description: OVR1 overlay manager for vp1
 37       - description: OVR2 overlay manager for      37       - description: OVR2 overlay manager for vp2
 38       - description: VP1 video port 1              38       - description: VP1 video port 1
 39       - description: VP2 video port 2              39       - description: VP2 video port 2
 40       - description: common1 DSS register area     40       - description: common1 DSS register area
 41                                                    41 
 42   reg-names:                                       42   reg-names:
 43     items:                                         43     items:
 44       - const: common                              44       - const: common
 45       - const: vidl1                               45       - const: vidl1
 46       - const: vid                                 46       - const: vid
 47       - const: ovr1                                47       - const: ovr1
 48       - const: ovr2                                48       - const: ovr2
 49       - const: vp1                                 49       - const: vp1
 50       - const: vp2                                 50       - const: vp2
 51       - const: common1                             51       - const: common1
 52                                                    52 
 53   clocks:                                          53   clocks:
 54     items:                                         54     items:
 55       - description: fck DSS functional clock      55       - description: fck DSS functional clock
 56       - description: vp1 Video Port 1 pixel cl     56       - description: vp1 Video Port 1 pixel clock
 57       - description: vp2 Video Port 2 pixel cl     57       - description: vp2 Video Port 2 pixel clock
 58                                                    58 
 59   clock-names:                                     59   clock-names:
 60     items:                                         60     items:
 61       - const: fck                                 61       - const: fck
 62       - const: vp1                                 62       - const: vp1
 63       - const: vp2                                 63       - const: vp2
 64                                                    64 
 65   assigned-clocks:                                 65   assigned-clocks:
 66     minItems: 1                                    66     minItems: 1
 67     maxItems: 3                                    67     maxItems: 3
 68                                                    68 
 69   assigned-clock-parents:                          69   assigned-clock-parents:
 70     minItems: 1                                    70     minItems: 1
 71     maxItems: 3                                    71     maxItems: 3
 72                                                    72 
 73   interrupts:                                      73   interrupts:
 74     maxItems: 1                                    74     maxItems: 1
 75                                                    75 
 76   power-domains:                                   76   power-domains:
 77     maxItems: 1                                    77     maxItems: 1
 78     description: phandle to the associated pow     78     description: phandle to the associated power domain
 79                                                    79 
 80   dma-coherent:                                    80   dma-coherent:
 81     type: boolean                                  81     type: boolean
 82                                                    82 
 83   ports:                                           83   ports:
 84     $ref: /schemas/graph.yaml#/properties/port     84     $ref: /schemas/graph.yaml#/properties/ports
 85                                                    85 
 86     properties:                                    86     properties:
 87       port@0:                                      87       port@0:
 88         $ref: /schemas/graph.yaml#/properties/     88         $ref: /schemas/graph.yaml#/properties/port
 89         description:                               89         description:
 90           For AM65x DSS, the OLDI output port      90           For AM65x DSS, the OLDI output port node from video port 1.
 91           For AM625 DSS, the internal DPI outp     91           For AM625 DSS, the internal DPI output port node from video
 92           port 1.                                  92           port 1.
 93           For AM62A7 DSS, the port is tied off     93           For AM62A7 DSS, the port is tied off inside the SoC.
 94                                                    94 
 95       port@1:                                      95       port@1:
 96         $ref: /schemas/graph.yaml#/properties/     96         $ref: /schemas/graph.yaml#/properties/port
 97         description:                               97         description:
 98           The DSS DPI output port node from vi     98           The DSS DPI output port node from video port 2
 99                                                    99 
100   ti,am65x-oldi-io-ctrl:                          100   ti,am65x-oldi-io-ctrl:
101     $ref: /schemas/types.yaml#/definitions/pha    101     $ref: /schemas/types.yaml#/definitions/phandle
102     description:                                  102     description:
103       phandle to syscon device node mapping OL    103       phandle to syscon device node mapping OLDI IO_CTRL registers.
104       The mapped range should point to OLDI_DA    104       The mapped range should point to OLDI_DAT0_IO_CTRL, map it and
105       following OLDI_DAT1_IO_CTRL, OLDI_DAT2_I    105       following OLDI_DAT1_IO_CTRL, OLDI_DAT2_IO_CTRL, OLDI_DAT3_IO_CTRL,
106       and OLDI_CLK_IO_CTRL registers. This pro    106       and OLDI_CLK_IO_CTRL registers. This property is needed for OLDI
107       interface to work.                          107       interface to work.
108                                                   108 
109   max-memory-bandwidth:                           109   max-memory-bandwidth:
110     $ref: /schemas/types.yaml#/definitions/uin    110     $ref: /schemas/types.yaml#/definitions/uint32
111     description:                                  111     description:
112       Input memory (from main memory to dispc)    112       Input memory (from main memory to dispc) bandwidth limit in
113       bytes per second                            113       bytes per second
114                                                   114 
115 allOf:                                            115 allOf:
116   - if:                                           116   - if:
117       properties:                                 117       properties:
118         compatible:                               118         compatible:
119           contains:                               119           contains:
120             const: ti,am62a7-dss                  120             const: ti,am62a7-dss
121     then:                                         121     then:
122       properties:                                 122       properties:
123         ports:                                    123         ports:
124           properties:                             124           properties:
125             port@0: false                         125             port@0: false
126                                                   126 
127 required:                                         127 required:
128   - compatible                                    128   - compatible
129   - reg                                           129   - reg
130   - reg-names                                     130   - reg-names
131   - clocks                                        131   - clocks
132   - clock-names                                   132   - clock-names
133   - interrupts                                    133   - interrupts
134   - ports                                         134   - ports
135                                                   135 
136 additionalProperties: false                       136 additionalProperties: false
137                                                   137 
138 examples:                                         138 examples:
139   - |                                             139   - |
140     #include <dt-bindings/interrupt-controller    140     #include <dt-bindings/interrupt-controller/arm-gic.h>
141     #include <dt-bindings/interrupt-controller    141     #include <dt-bindings/interrupt-controller/irq.h>
142     #include <dt-bindings/soc/ti,sci_pm_domain    142     #include <dt-bindings/soc/ti,sci_pm_domain.h>
143                                                   143 
144     dss: dss@4a00000 {                            144     dss: dss@4a00000 {
145             compatible = "ti,am65x-dss";          145             compatible = "ti,am65x-dss";
146             reg =   <0x04a00000 0x1000>, /* co    146             reg =   <0x04a00000 0x1000>, /* common */
147                     <0x04a02000 0x1000>, /* vi    147                     <0x04a02000 0x1000>, /* vidl1 */
148                     <0x04a06000 0x1000>, /* vi    148                     <0x04a06000 0x1000>, /* vid */
149                     <0x04a07000 0x1000>, /* ov    149                     <0x04a07000 0x1000>, /* ovr1 */
150                     <0x04a08000 0x1000>, /* ov    150                     <0x04a08000 0x1000>, /* ovr2 */
151                     <0x04a0a000 0x1000>, /* vp    151                     <0x04a0a000 0x1000>, /* vp1 */
152                     <0x04a0b000 0x1000>, /* vp    152                     <0x04a0b000 0x1000>, /* vp2 */
153                     <0x04a01000 0x1000>; /* co    153                     <0x04a01000 0x1000>; /* common1 */
154             reg-names = "common", "vidl1", "vi    154             reg-names = "common", "vidl1", "vid",
155                     "ovr1", "ovr2", "vp1", "vp    155                     "ovr1", "ovr2", "vp1", "vp2", "common1";
156             ti,am65x-oldi-io-ctrl = <&dss_oldi    156             ti,am65x-oldi-io-ctrl = <&dss_oldi_io_ctrl>;
157             power-domains = <&k3_pds 67 TI_SCI    157             power-domains = <&k3_pds 67 TI_SCI_PD_EXCLUSIVE>;
158             clocks =        <&k3_clks 67 1>,      158             clocks =        <&k3_clks 67 1>,
159                             <&k3_clks 216 1>,     159                             <&k3_clks 216 1>,
160                             <&k3_clks 67 2>;      160                             <&k3_clks 67 2>;
161             clock-names = "fck", "vp1", "vp2";    161             clock-names = "fck", "vp1", "vp2";
162             interrupts = <GIC_SPI 166 IRQ_TYPE    162             interrupts = <GIC_SPI 166 IRQ_TYPE_EDGE_RISING>;
163             ports {                               163             ports {
164                     #address-cells = <1>;         164                     #address-cells = <1>;
165                     #size-cells = <0>;            165                     #size-cells = <0>;
166                     port@0 {                      166                     port@0 {
167                             reg = <0>;            167                             reg = <0>;
168                             oldi_out0: endpoin    168                             oldi_out0: endpoint {
169                                     remote-end    169                                     remote-endpoint = <&lcd_in0>;
170                             };                    170                             };
171                     };                            171                     };
172             };                                    172             };
173     };                                            173     };
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php