zephyr/drivers/i2s
Andrzej Głąbek 32da1078da drivers: i2s: Add support for nRF I2S peripherals
Add a shim that allows using the nrfx I2S driver via the Zephyr API.
Add also missing devicetree nodes representing the I2S peripherals
in the nRF52 Series SoCs.
Extend the "nordic,nrf-i2s" binding with a new property that allows
specifying the clock source to be used by the I2S peripheral (so that
it is possible to use HFXO for better accurracy of the peripheral clock
or, in the nRF53 Series SoCs, to use the dedicated audio oscillator).

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2021-07-28 18:41:26 -04:00
..
CMakeLists.txt drivers: i2s: Add support for nRF I2S peripherals 2021-07-28 18:41:26 -04:00
Kconfig
Kconfig.cavs
Kconfig.litex
Kconfig.mcux_flexcomm
Kconfig.nrfx drivers: i2s: Add support for nRF I2S peripherals 2021-07-28 18:41:26 -04:00
Kconfig.sam_ssc
Kconfig.stm32
i2s_cavs.c
i2s_cavs.h
i2s_common.c
i2s_handlers.c
i2s_litex.c
i2s_litex.h
i2s_ll_stm32.c
i2s_ll_stm32.h
i2s_mcux_flexcomm.c
i2s_nrfx.c drivers: i2s: Add support for nRF I2S peripherals 2021-07-28 18:41:26 -04:00
i2s_sam_ssc.c drivers: i2s_sam_ssc: use `dma_reload()` to continue transfer 2021-07-27 09:52:07 -04:00