Lines Matching +full:audio +full:- +full:ports

1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/
6 #include <dt-bindings/display/tda998x.h>
7 #include <dt-bindings/interrupt-controller/irq.h>
10 nxp_hdmi_bonelt_pins: nxp-hdmi-bonelt-pins {
11 pinctrl-single,pins = <
36 nxp_hdmi_bonelt_off_pins: nxp-hdmi-bonelt-off-pins {
37 pinctrl-single,pins = <
42 mcasp0_pins: mcasp0-pins {
43 pinctrl-single,pins = <
58 * below to "crossed" and uncomment the video-ports -property
61 blue-and-red-wiring = "straight";
65 remote-endpoint = <&hdmi_0>;
74 nxp,calib-gpios = <&gpio1 25 0>;
75 interrupts-extended = <&gpio1 25 IRQ_TYPE_LEVEL_LOW>;
77 pinctrl-names = "default", "off";
78 pinctrl-0 = <&nxp_hdmi_bonelt_pins>;
79 pinctrl-1 = <&nxp_hdmi_bonelt_off_pins>;
82 /* video-ports = <0x234501>; */
84 #sound-dai-cells = <0>;
85 audio-ports = < TDA998x_I2S 0x03>;
87 ports {
88 #address-cells = <1>;
89 #size-cells = <0>;
95 remote-endpoint = <&lcdc_0>;
103 #sound-dai-cells = <0>;
104 pinctrl-names = "default";
105 pinctrl-0 = <&mcasp0_pins>;
107 op-mode = <0>; /* MCASP_IIS_MODE */
108 tdm-slots = <2>;
109 serial-dir = < /* 0: INACTIVE, 1: TX, 2: RX */
112 tx-num-evt = <32>;
113 rx-num-evt = <32>;
118 #clock-cells = <0>;
119 compatible = "fixed-clock";
120 clock-frequency = <24576000>;
124 #clock-cells = <0>;
125 compatible = "gpio-gate-clock";
127 enable-gpios = <&gpio1 27 0>; /* BeagleBone Black Clk enable on GPIO1_27 */
131 compatible = "simple-audio-card";
132 simple-audio-card,name = "TI BeagleBone Black";
133 simple-audio-card,format = "i2s";
134 simple-audio-card,bitclock-master = <&dailink0_master>;
135 simple-audio-card,frame-master = <&dailink0_master>;
137 dailink0_master: simple-audio-card,cpu {
138 sound-dai = <&mcasp0>;
142 simple-audio-card,codec {
143 sound-dai = <&tda19988>;