zephyr/drivers/i2s
Bjarki Arge Andreasen 979a565289 drivers: clock_control: nrf2: align with hw binding names
Currently there is a mismatch between the naming of the hardware and
the drivers targetting the hardware. nrf2_ is used instead of
the actual bindings names, like nrf2_audiopll instead of
nrfs_audiopll. This makes it hard to map drivers to the hardware
they are targetting.

There is historical reason for some of this, namely the same binding
name was used for different hardware, which is why nrf2_ was used
on newer platforms. This is no longer the case though, so drivers
and configs can be named according to the hardware without conflict.

Signed-off-by: Bjarki Arge Andreasen <bjarki.andreasen@nordicsemi.no>
2025-06-13 11:12:43 +02:00
..
CMakeLists.txt drivers: i2s: add sai support for stm32u5xx 2025-06-06 08:41:59 +02:00
i2s_common.c
i2s_esp32.c drivers: i2s: esp32 fix warnings and errors due to variable declarations 2025-04-16 01:10:26 +02:00
i2s_handlers.c
i2s_litex.c
i2s_litex.h
i2s_ll_stm32.c style: add missing curly braces in if/while/for statements. 2025-05-17 14:10:33 +02:00
i2s_ll_stm32.h
i2s_mcux_flexcomm.c
i2s_mcux_sai.c drivers: i2s: mcux_sai: add MCLK direction control in the initialization 2025-05-15 16:16:28 +02:00
i2s_nrf_tdm.c drivers: clock_control: nrf2: align with hw binding names 2025-06-13 11:12:43 +02:00
i2s_nrfx.c drivers: i2s_nrfx: Add missing <hal/nrf_clock.h> inclusion 2025-06-12 11:31:11 +02:00
i2s_sam_ssc.c
i2s_silabs_siwx91x.c drivers: i2s: siwx91x: Add siwx91x I2S primary driver 2025-05-20 15:24:50 +02:00
i2s_stm32_sai.c drivers: i2s: add sai support for stm32u5xx 2025-06-06 08:41:59 +02:00
i2s_test.c
Kconfig
Kconfig.esp32
Kconfig.litex
Kconfig.mcux
Kconfig.mcux_flexcomm
Kconfig.nrfx drivers: i2s: Add support for nRF TDM peripherals 2025-06-02 13:29:10 +02:00
Kconfig.sam_ssc
Kconfig.siwx91x drivers: i2s: siwx91x: Add siwx91x I2S primary driver 2025-05-20 15:24:50 +02:00
Kconfig.stm32 drivers: i2s: add sai support for stm32u5xx 2025-06-06 08:41:59 +02:00
Kconfig.test