-
Notifications
You must be signed in to change notification settings - Fork 8.3k
drivers: comparator: microchip: Introduce G1 Comparator Driver #99155
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
Merged
jhedberg
merged 4 commits into
zephyrproject-rtos:main
from
Zephyr4Microchip:g1_comparator_driver
Nov 14, 2025
Merged
drivers: comparator: microchip: Introduce G1 Comparator Driver #99155
jhedberg
merged 4 commits into
zephyrproject-rtos:main
from
Zephyr4Microchip:g1_comparator_driver
Nov 14, 2025
Conversation
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
db18193 to
6dd0b20
Compare
nandojve
requested changes
Nov 10, 2025
6dd0b20 to
bd31383
Compare
NhMchp
previously approved these changes
Nov 11, 2025
bjarki-andreasen
requested changes
Nov 11, 2025
tests/drivers/comparator/gpio_loopback/boards/sam_e54_xpro.overlay
Outdated
Show resolved
Hide resolved
bd31383 to
6e548d0
Compare
bjarki-andreasen
previously approved these changes
Nov 13, 2025
Contributor
bjarki-andreasen
left a comment
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!
NhMchp
previously approved these changes
Nov 13, 2025
nandojve
previously approved these changes
Nov 13, 2025
Add the device tree node and the binding file for microchip comparator G1 Peripheral. Signed-off-by: Arunprasath P <arunprasath.p@microchip.com>
Add G1 Comparator driver for Microchip Analog Comparator Peripherals. Signed-off-by: Arunprasath P <arunprasath.p@microchip.com>
Update sam_e54_xpro.yml to include Comparator in the supported features list. Signed-off-by: Arunprasath P <arunprasath.p@microchip.com>
Add board overlay file for sam_e54_xpro to enable comparator test cases to run on this board. Signed-off-by: Arunprasath P <arunprasath.p@microchip.com>
4f7bdf7
6e548d0 to
4f7bdf7
Compare
|
Contributor
Author
|
Hi @bjarki-andreasen, @nandojve, @NhMchp, I have resolved the conflicts in the PR. Could you please re-approve the PR? |
bjarki-andreasen
approved these changes
Nov 14, 2025
NhMchp
approved these changes
Nov 14, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: Boards/SoCs
area: Comparator
area: Devicetree Bindings
area: Drivers
area: Tests
Issues related to a particular existing or missing test
platform: Microchip MEC
Microchip MEC Platform
platform: Microchip SAM
Microchip SAM Platform (formerly Atmel SAM)
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.



This pull request adds Comparator driver support for the Microchip Analog Comparator peripheral. It introduces the Comparator driver implementation and updates the devicetree for the SAM D5x/E5x series to include the required node and bindings.