boards: alif: ensemble: Add I2C2/I2C3 pinctrl nodes for appkits - #613
Open
Prabhakar-Alifsemi wants to merge 1 commit into
Open
boards: alif: ensemble: Add I2C2/I2C3 pinctrl nodes for appkits#613Prabhakar-Alifsemi wants to merge 1 commit into
Prabhakar-Alifsemi wants to merge 1 commit into
Conversation
Add active and sleep pinctrl nodes for I2C2 and I2C3 to the Ensemble E7/E8 appkit common pin control files. - I2C2: P0_7 (SDA) / P0_6 (SCL) - I2C3: P1_0 (SDA) / P1_1 (SCL) Sleep states release the pins to GPIO. Signed-off-by: Prabhakar Kumar <prabhakar.kumar@alifsemi.com>
Prabhakar-Alifsemi
requested review from
RupeshKumar-AlifSemi,
silesh-alifsemi and
sudhir-alifsemi
August 10, 2026 17:58
There was a problem hiding this comment.
Pull request overview
Adds missing pinctrl state definitions for I2C2 and I2C3 on the Alif Ensemble E7/E8 AppKit boards so these buses can be enabled via devicetree without needing app-level overlays.
Changes:
- Add
pinctrl_i2c2/pinctrl_i2c2_sleepusing P0_7 (SDA) and P0_6 (SCL) - Add
pinctrl_i2c3/pinctrl_i2c3_sleepusing P1_0 (SDA) and P1_1 (SCL)
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| boards/alif/common/ensemble-e8-appkit-pinctrl.dtsi | Adds active/sleep pinctrl groups for I2C2 and I2C3 for the E8 AppKit pinctrl set. |
| boards/alif/common/ensemble-e7-appkit-pinctrl.dtsi | Adds active/sleep pinctrl groups for I2C2 and I2C3 for the E7 AppKit pinctrl set. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+202
to
+206
| pinctrl_i2c2: pinctrl_i2c2 { | ||
| group0 { | ||
| pinmux = <PIN_P0_7__I2C2_SDA_A>, | ||
| <PIN_P0_6__I2C2_SCL_A>; | ||
|
|
Comment on lines
+231
to
+235
| pinctrl_i2c2: pinctrl_i2c2 { | ||
| group0 { | ||
| pinmux = <PIN_P0_7__I2C2_SDA_A>, | ||
| <PIN_P0_6__I2C2_SCL_A>; | ||
|
|
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 active and sleep pinctrl nodes for I2C2 and I2C3 to the Ensemble E7/E8 appkit common pin control files.
Sleep states release the pins to GPIO.