Skip to content

Commit 6dbe40e

Browse files
committed
tests: adc: update overlay for adc test
Add interrupts information for these boards: - ek_ra8m1 - ek_ra8d1 - mck_ra8t1 Signed-off-by: The Nguyen <the.nguyen.yf@renesas.com>
1 parent bfb7828 commit 6dbe40e

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

tests/drivers/adc/adc_api/boards/ek_ra8d1.overlay

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
&adc1 {
2525
pinctrl-0 = <&adc1_default>;
2626
pinctrl-names = "default";
27+
interrupts = <95 12>;
28+
interrupt-names = "scanend";
2729
status = "okay";
2830
#address-cells = <1>;
2931
#size-cells = <0>;

tests/drivers/adc/adc_api/boards/ek_ra8m1.overlay

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
&adc1 {
2525
pinctrl-0 = <&adc1_default>;
2626
pinctrl-names = "default";
27+
interrupts = <95 12>;
28+
interrupt-names = "scanend";
2729
status = "okay";
2830
#address-cells = <1>;
2931
#size-cells = <0>;

tests/drivers/adc/adc_api/boards/mck_ra8t1.overlay

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
&adc1 {
2525
pinctrl-0 = <&adc1_default>;
2626
pinctrl-names = "default";
27+
interrupts = <95 12>;
28+
interrupt-names = "scanend";
2729
status = "okay";
2830
#address-cells = <1>;
2931
#size-cells = <0>;

0 commit comments

Comments
 (0)