-
Notifications
You must be signed in to change notification settings - Fork 7.4k
silabs siwx91x adc driver #90172
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?
silabs siwx91x adc driver #90172
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. |
bebf5ab
to
5d8468b
Compare
compatible = "silabs,siwx91x-adc"; | ||
#address-cells = <1>; | ||
#size-cells = <0>; | ||
reg = <0x24043800 0x214>; |
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.
From what I see in the reference manual, the max register offset is 0x21C or even 0x220 (might be a mistake in the RM)
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.
As per the si91x_device.h, the size is 0x214. Maybe it is incorrect in the HRM.
5d8468b
to
8d957af
Compare
8d957af
to
99aa849
Compare
Clock driver changes required for initializing the ADC clock for the siwx91x driver Signed-off-by: Sai Santhosh Malae <[email protected]>
1. Create a YAML file for ADC node 2. Add ADC node in the siwx917.dtsi Signed-off-by: Sai Santhosh Malae <[email protected]>
Modified pinctrl driver to configure analog pins for ULP and HP modes. Signed-off-by: Sai Santhosh Malae <[email protected]>
Implement ADC driver for siwx91x device Signed-off-by: Sai Santhosh Malae <[email protected]>
Add siwx917_rb4338a board overlay and congig files Signed-off-by: Sai Santhosh Malae <[email protected]>
update west.yml to point to ADC sdk changes in hal_silabs Signed-off-by: Sai Santhosh Malae <[email protected]>
99aa849
to
68f142b
Compare
|
Enable ADC driver for siwx91x device