docs: rock3b: fix GPIO3_C5 for UART7_RX_M1 and mark I2S3 M0 functions - #2002
Open
tangzz-radxa wants to merge 1 commit into
Open
docs: rock3b: fix GPIO3_C5 for UART7_RX_M1 and mark I2S3 M0 functions#2002tangzz-radxa wants to merge 1 commit into
tangzz-radxa wants to merge 1 commit into
Conversation
- Pin 13 UART7_RX_M1 was missing its GPIO number; add GPIO3_C5 (verified against RK3568 TRM and ROCK 3B V1.51 schematic) - Mark I2S3 M0 functions on GPIO3_A2-A6 per RK3568 TRM Table 21-5: pin 36 I2S3_MCLK_M0, pin 12 I2S3_SCLK_M0, pin 35 I2S3_LRCK_M0, pin 40 I2S3_SDO_M0, pin 38 I2S3_SDI_M0 Fixes radxa-docs#571
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.
Fix ROCK 3B 40-pin GPIO table issues reported in #571:
GPIO3_C5(verified against RK3568 TRM and ROCK 3B V1.51 schematic; consistent with ROCK 3A / ROCK 3 e25 tables).i2s3_mclkm0/sclkm0/lrckm0/sdom0/sdim0, all mux3'b001) and ROCK 3B V1.51 schematic:I2S3_MCLK_M0(GPIO3_A2)I2S3_SCLK_M0(GPIO3_A3)I2S3_LRCK_M0(GPIO3_A4)I2S3_SDO_M0(GPIO3_A5)I2S3_SDI_M0(GPIO3_A6)Both zh and en pages updated.
Fixes #571