overlays: rt5616: Add RT5616 audio codec overlay - #7574
Merged
Conversation
Add an overlay for the Realtek RT5616 I2S audio codec: - rt5616-mclk: 12.288 MHz fixed clock feeding the codec MCLK pin - rt5616@1b: codec on I2C1 at 0x1b with the mclk clock - simple-audio-card: I2S link to the I2S consumer controller (GPIO 18-21) with mclk-fs = 256 for 48 kHz operation The codec is the clock master (bitclock/frame master); the RP1 I2S consumer block only supports slave mode, so the bitclock-master and frame-master properties point at the codec side. The alsaname parameter overrides the ALSA card name. Tested on Raspberry Pi 5 (EDATEC IPC3020) with: dtoverlay=rt5616 Signed-off-by: zjzhao <zjzhao@edatec.cn>
zjzhao-eda
force-pushed
the
rt5616-overlay
branch
from
August 27, 2026 01:05
b8aa960 to
d1e6d5b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add an overlay for the Realtek RT5616 I2S audio codec:
The codec is the clock master (bitclock/frame master); the RP1 I2S consumer block only supports slave mode, so the bitclock-master and frame-master properties point at the codec side.
The alsaname parameter overrides the ALSA card name.
Tested on Raspberry Pi 5 (EDATEC IPC3020) with:
dtoverlay=rt5616