Lines Matching +full:parallel +full:- +full:ports
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Russell King <linux@armlinux.org.uk>
22 video-ports:
30 audio-ports:
32 Array of 8-bit values, 2 values per DAI (Documentation/sound/soc/dai.rst).
35 $ref: /schemas/types.yaml#/definitions/uint32-matrix
39 - description: |
41 (see include/dt-bindings/display/tda998x.h).
42 - description:
46 '#sound-dai-cells':
49 nxp,calib-gpios:
57 description: Parallel input port
59 ports:
60 $ref: /schemas/graph.yaml#/properties/ports
65 description: Parallel input port
72 - compatible
73 - reg
76 - required:
77 - port
78 - required:
79 - ports
84 - |
85 #include <dt-bindings/display/tda998x.h>
86 #include <dt-bindings/interrupt-controller/irq.h>
89 #address-cells = <1>;
90 #size-cells = <0>;
92 tda998x: hdmi-encoder@70 {
95 interrupt-parent = <&gpio0>;
97 video-ports = <0x230145>;
99 #sound-dai-cells = <1>;
100 /* DAI-format / AP_ENA reg value */
101 audio-ports = <TDA998x_SPDIF 0x04>,
106 remote-endpoint = <&lcdc_0>;