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.
 
 
 
 
 
 

31 lines
540 B

/*
* Copyright (c) 2024 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
/* i2s-node0 is the transmitter/receiver */
/ {
aliases {
i2s-node0 = &tdm130;
};
};
&pinctrl {
tdm130_default_alt: tdm130_default_alt {
group1 {
psels = <NRF_PSEL(TDM_SCK_M, 1, 3)>,
<NRF_PSEL(TDM_FSYNC_M, 1, 6)>,
<NRF_PSEL(TDM_SDOUT, 1, 4)>,
<NRF_PSEL(TDM_SDIN, 1, 5)>;
};
};
};
&tdm130 {
status = "okay";
pinctrl-0 = <&tdm130_default_alt>;
pinctrl-names = "default";
memory-regions = <&cpuapp_dma_region>;
};