Skip to content

Commit 4d65854

Browse files
mstasiaknordichenrikbrixandersen
authored andcommitted
drivers: adc: adc_nrfx_saadc: Extend internal reference values
Current target-reference mapping does not cover all cases. Signed-off-by: Michał Stasiak <michal.stasiak@nordicsemi.no>
1 parent 18c0c3a commit 4d65854

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

drivers/adc/adc_nrfx_saadc.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,9 @@ static DEVICE_API(adc, adc_nrfx_driver_api) = {
754754
#ifdef CONFIG_ADC_ASYNC
755755
.read_async = adc_nrfx_read_async,
756756
#endif
757-
#if defined(CONFIG_SOC_COMPATIBLE_NRF54LX)
757+
#if defined(NRF54LV10A_ENGA_XXAA)
758+
.ref_internal = 1300,
759+
#elif defined(CONFIG_SOC_COMPATIBLE_NRF54LX)
758760
.ref_internal = 900,
759761
#elif defined(CONFIG_NRF_PLATFORM_HALTIUM)
760762
.ref_internal = 1024,

0 commit comments

Comments
 (0)