-
Notifications
You must be signed in to change notification settings - Fork 8k
Add basic support for Microchip PIC32CM JH family devices #95480
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
Add basic support for Microchip PIC32CM JH family devices #95480
Conversation
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
update west.yml for pic32cm_jh family DFP and extended with a new Kconfig symbol for PIC32C support. Signed-off-by: Arunprasath P <arunprasath.p@microchip.com>
Adds common and SoC-specific .dtsi files for the Microchip PIC32CM JH family. These files define core peripherals, address maps, and interrupt controller structure shared across the PIC32CM JH variants. Signed-off-by: Arunprasath P <arunprasath.p@microchip.com>
a1b6dff
to
ed81eb7
Compare
boards/microchip/pic32c/pic32cm_jh01_cpro/pic32cm_jh01_cpro.dts
Outdated
Show resolved
Hide resolved
Adds initial SoC-level support for the Microchip PIC32CM JH series, including SoC definition files. Signed-off-by: Arunprasath P <arunprasath.p@microchip.com>
Add gpio binding file for Microchip Port g1 IPs and add gpio node in dtsi files. Signed-off-by: Muhammed Asif <muhammed.asif@microchip.com> Signed-off-by: Mohamed Azhar <mohamed.azhar@microchip.com>
Add gpio driver for Microchip Port G1 Peripheral IPs Signed-off-by: Mohamed Azhar <mohamed.azhar@microchip.com>
ed81eb7
to
e76d476
Compare
Add initial support for the Microchip PIC32CM JH01 Curiosity Pro board Product page: https://www.microchip.com/en-us/development-tool/ev81x90a Signed-off-by: Arunprasath P <arunprasath.p@microchip.com>
e76d476
to
2037153
Compare
|
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.
Nice work!
This PR introduces initial support for the Microchip PIC32CM JH family of SoCs, together with board support for the PIC32CM JH01 Curiosity Pro development kit (EV81X90A).
The changes include: