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>
10 lines
134 B
Text
10 lines
134 B
Text
/* i2s-node0 is the receiver
|
|
* i2s-node1 is the transmitter
|
|
*/
|
|
|
|
/ {
|
|
aliases {
|
|
i2s-node0 = &i2s_rx;
|
|
i2s-node1 = &i2s_tx;
|
|
};
|
|
};
|