Lines Matching +full:dai +full:- +full:link +full:- +full:3

1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
7 #include "meson-g12b-odroid.dtsi"
14 dio2133: audio-amplifier-0 {
15 compatible = "simple-audio-amplifier";
16 enable-gpios = <&gpio_ao GPIOAO_2 GPIO_ACTIVE_HIGH>;
17 VCC-supply = <&vcc_5v>;
18 sound-name-prefix = "U19";
22 hub_5v: regulator-hub_5v {
23 compatible = "regulator-fixed";
24 regulator-name = "HUB_5V";
25 regulator-min-microvolt = <5000000>;
26 regulator-max-microvolt = <5000000>;
27 vin-supply = <&vcc_5v>;
31 enable-active-high;
35 compatible = "amlogic,axg-sound-card";
36 model = "ODROID-N2";
37 audio-widgets = "Line", "Lineout";
38 audio-aux-devs = <&tdmout_b>, <&tdmout_c>, <&tdmin_a>,
41 audio-routing = "TDMOUT_B IN 0", "FRDDR_A OUT 1",
74 assigned-clocks = <&clkc CLKID_MPLL2>,
77 assigned-clock-parents = <0>, <0>, <0>;
78 assigned-clock-rates = <294912000>,
82 dai-link-0 {
83 sound-dai = <&frddr_a>;
86 dai-link-1 {
87 sound-dai = <&frddr_b>;
90 dai-link-2 {
91 sound-dai = <&frddr_c>;
94 dai-link-3 {
95 sound-dai = <&toddr_a>;
98 dai-link-4 {
99 sound-dai = <&toddr_b>;
102 dai-link-5 {
103 sound-dai = <&toddr_c>;
107 dai-link-6 {
108 sound-dai = <&tdmif_b>;
109 dai-format = "i2s";
110 dai-tdm-slot-tx-mask-0 = <1 1>;
111 dai-tdm-slot-tx-mask-1 = <1 1>;
112 dai-tdm-slot-tx-mask-2 = <1 1>;
113 dai-tdm-slot-tx-mask-3 = <1 1>;
114 mclk-fs = <256>;
116 codec-0 {
117 sound-dai = <&tohdmitx TOHDMITX_I2S_IN_B>;
120 codec-1 {
121 sound-dai = <&toacodec TOACODEC_IN_B>;
126 dai-link-7 {
127 sound-dai = <&tdmif_c>;
128 dai-format = "i2s";
129 dai-tdm-slot-tx-mask-0 = <1 1>;
130 mclk-fs = <256>;
132 codec-0 {
133 sound-dai = <&tohdmitx TOHDMITX_I2S_IN_C>;
136 codec-1 {
137 sound-dai = <&toacodec TOACODEC_IN_C>;
142 dai-link-8 {
143 sound-dai = <&tohdmitx TOHDMITX_I2S_OUT>;
146 sound-dai = <&hdmi_tx>;
151 dai-link-9 {
152 sound-dai = <&toacodec TOACODEC_OUT>;
155 sound-dai = <&acodec>;
162 AVDD-supply = <&vddao_1v8>;
167 pinctrl-0 = <&eth_pins>, <&eth_rgmii_pins>;
168 pinctrl-names = "default";
170 phy-mode = "rgmii";
171 phy-handle = <&external_phy>;
172 amlogic,tx-delay-ns = <2>;
176 external_phy: ethernet-phy@0 {
179 max-speed = <1000>;
181 reset-assert-us = <10000>;
182 reset-deassert-us = <80000>;
183 reset-gpios = <&gpio GPIOZ_15 (GPIO_ACTIVE_LOW | GPIO_OPEN_DRAIN)>;
185 interrupt-parent = <&gpio_intc>;
192 gpio-line-names =
238 * WARNING: The USB Hub on the Odroid-N2 needs a reset signal
243 usb-hub-hog {
244 gpio-hog;
246 output-high;
247 line-name = "usb-hub-reset";
253 pinctrl-0 = <&i2c3_sda_a_pins>, <&i2c3_sck_a_pins>;
254 pinctrl-names = "default";
259 wakeup-source;
265 pinctrl-0 = <&remote_input_ao_pins>;
266 pinctrl-names = "default";
267 linux,rc-map-name = "rc-odroid";
273 * Replace emmc_data_8b_pins to emmc_data_4b_pins from sd_emmc_c pinctrl-0,
274 * and change bus-width to 4 then spifc can be enabled.
279 pinctrl-0 = <&nor_pins>;
280 pinctrl-names = "default";
283 #address-cells = <1>;
284 #size-cells = <1>;
285 compatible = "mxicy,mx25u6435f", "jedec,spi-nor";
287 spi-max-frequency = <104000000>;
296 vbus-supply = <&usb_pwr_en>;
301 phy-supply = <&hub_5v>;