Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

28 lines
427 B

/* i2s-node0 is the transmitter/receiver */
/ {
aliases {
i2s-node0 = &i2s0;
};
};
&pinctrl {
i2s0_default_alt: i2s0_default_alt {
group1 {
psels = <NRF_PSEL(I2S_SCK_M, 1, 6)>,
<NRF_PSEL(I2S_LRCK_M, 1, 7)>,
<NRF_PSEL(I2S_SDOUT, 0, 4)>,
<NRF_PSEL(I2S_SDIN, 0, 5)>;
};
};
};
&uart1 {
status = "disabled";
};
&i2s0 {
status = "okay";
pinctrl-0 = <&i2s0_default_alt>;
pinctrl-names = "default";
};