-
Notifications
You must be signed in to change notification settings - Fork 8.3k
dts: microchip: pinctrl: pic32cz_ca: Add support for pinctrl #99547
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
dts: microchip: pinctrl: pic32cz_ca: Add support for pinctrl #99547
Conversation
Update west.yml for adding the pinctrl definition in hal_microchip for pic32cz_ca devices Signed-off-by: Mohamed Azhar <[email protected]>
Adds the pinctrl node and encapsulates the port nodes within the pinctrl node for pic32cz ca series of socs, and updates the binding file Signed-off-by: Mohamed Azhar <[email protected]>
|
The following west manifest projects have changed revision in this Pull Request:
⛔ DNM label due to: 1 project with PR revision Note: This message is automatically posted and updated by the Manifest GitHub Action. |
015796f to
b6e0054
Compare
b6e0054 to
da24326
Compare
| # Copyright (c) 2025 Microchip Technology Inc. | ||
| # SPDX-License-Identifier: Apache-2.0 | ||
|
|
||
| add_subdirectory(common) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
keep an empty line.
Just a remind that order of includes will be first in common then later in soc_series. It is always a game of what depends on what!
add_subdirectory(common)
+
zephyr_include_directories(${SOC_SERIES})There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nandojve, Added an empty line as per your comment
Updates G1 pinctrl driver Signed-off-by: Mohamed Azhar <[email protected]>
Add pinctrl to the supported drivers list for pic32cz_ca80_cult board Signed-off-by: Mohamed Azhar <[email protected]>
da24326 to
d85fed0
Compare
|



Associated pull request for the addition of the pinctrl definitions to hal_microchip: zephyrproject-rtos/hal_microchip#45