Skip to content

Commit a2c0bc3

Browse files
committed
[nrf fromlist] samples: drivers: adc: adc_sequence: Update nrf54h20 configuration
Add AIN9 pin in nrf54h20dk to verify AIN8-AIN13 inputs. Upstream PR #: 85709 Signed-off-by: Krzysztof Chruściński <[email protected]>
1 parent c2e69cf commit a2c0bc3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

samples/drivers/adc/adc_sequence/boards/nrf54h20dk_nrf54h20_cpuapp.overlay

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,16 @@
3939
zephyr,oversampling = <8>;
4040
};
4141

42+
channel@2 {
43+
reg = <2>;
44+
zephyr,gain = "ADC_GAIN_1_2";
45+
zephyr,reference = "ADC_REF_INTERNAL";
46+
zephyr,acquisition-time = <ADC_ACQ_TIME_DEFAULT>;
47+
zephyr,input-positive = <NRF_SAADC_AIN9>; /* P9.01 */
48+
zephyr,resolution = <12>;
49+
zephyr,oversampling = <8>;
50+
};
51+
4252
channel@7 {
4353
reg = <7>;
4454
zephyr,gain = "ADC_GAIN_1_2";

0 commit comments

Comments
 (0)