blob: 4e93e30a4d1f6017814be23af05dd0f1e3c8e833 [file] [log] [blame]
/* i2s_speed with CONFIG_I2S_TEST_SEPARATE_DEVICES=y uses two I2S peripherals:
* i2s-node0 is the receiver
* i2s-node1 is the transmitter
*/
/ {
aliases {
i2s-node0 = &i2s0;
i2s-node1 = &i2s1;
};
};
&i2s0 {
status = "okay";
};
&i2s1 {
status = "okay";
};