1/* 2 * Copyright (c) 2025 Espressif Systems (Shanghai) Co., Ltd. 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7&i2s0_default { 8 group1 { 9 pinmux = <I2S0_O_WS_GPIO33>, 10 <I2S0_O_BCK_GPIO32>, 11 <I2S0_O_SD_GPIO25>, 12 <I2S0_I_SD_GPIO17>; 13 }; 14}; 15 16i2s_rxtx: &i2s0 { 17 status = "okay"; 18 19 interrupts = <I2S0_INTR_SOURCE IRQ_DEFAULT_PRIORITY 0>, 20 <I2S0_INTR_SOURCE IRQ_DEFAULT_PRIORITY 0>; 21 interrupt-names = "rx", "tx"; 22}; 23