1/* i2s_speed with CONFIG_I2S_TEST_SEPARATE_DEVICES=y uses two I2S peripherals: 2 * i2s-node0 is the receiver 3 * i2s-node1 is the transmitter 4 */ 5 6/ { 7 aliases { 8 i2s-node0 = &i2s0; 9 i2s-node1 = &i2s1; 10 }; 11}; 12