zephyr/tests/drivers/i2s/i2s_api/boards/litex_vexriscv.overlay
Andrzej Głąbek aea674e583 tests: drivers: i2s_api: Add DT aliases i2s-node0 and i2s-node1
Add DT aliases that specify I2S devices to be used in the test.
Add new overlays as in fdad738cff
and modify existing ones accordingly.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2023-04-03 12:32:34 -04:00

10 lines
134 B
Text

/* i2s-node0 is the receiver
* i2s-node1 is the transmitter
*/
/ {
aliases {
i2s-node0 = &i2s_rx;
i2s-node1 = &i2s_tx;
};
};