Skip to content

Commit c41a265

Browse files
dimitrije-lilickartben
authored andcommitted
boards: shields: Fix EVAL-AD4052-ARDZ adc shield conversion pin
Changed conversion gpio to correct arudino header number. Signed-off-by: Dimitrije Lilic <dimitrije.lilic@orioninc.com>
1 parent 7126fab commit c41a265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/shields/eval_ad4052_ardz/eval_ad4052_ardz.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
spi-max-frequency = <DT_FREQ_M(2)>;
1313
gp1-gpios = <&arduino_header 14 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>;
1414
gp0-gpios = <&arduino_header 15 (GPIO_PULL_DOWN)>;
15-
conversion-gpios = <&arduino_header 13 (GPIO_ACTIVE_HIGH | MAX32_GPIO_VSEL_VDDIOH)>;
15+
conversion-gpios = <&arduino_header 12 (GPIO_ACTIVE_HIGH | MAX32_GPIO_VSEL_VDDIOH)>;
1616
#address-cells = <1>;
1717
#size-cells = <0>;
1818
#io-channel-cells = <1>;

0 commit comments

Comments
 (0)