docs: correct SARADC_IN4 voltage to 1.8V (max 1.98V) on ROCK 5B - #1987
Merged
Conversation
The SARADC_IN4 pin is powered by the 1.8V SARADC domain (max 1.98V), not 3.3V. Align with CM5/NX5 hardware interface docs.
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.
Summary
Fix the GPIO voltage table on the ROCK 5B hardware interface page: SARADC_IN4 is powered by the 1.8V SARADC domain (max 1.98V), not 3.3V.
Motivation
Reported by Radxa hardware colleague: SARADC_IN4 voltage is 1.8V, max 1.98V.
The previous table listed it as 3.3V nominal / 1.8V max, which was incorrect and could mislead customers wiring the SARADC input.
Changes
docs/rock5/rock5b/hardware-design/hardware-interface.md: SARADC_IN4 电压 3.3V → 1.8V, 最高 1.8V → 1.98Vi18n/en/.../rock5/rock5b/hardware-design/hardware-interface.md: same fix in EnglishAligned with the values already published on CM5 / NX5 hardware interface pages.