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>
This commit is contained in:
Dimitrije Lilic 2025-04-11 14:39:53 +02:00 committed by Benjamin Cabé
commit c41a2652d7

View file

@ -12,7 +12,7 @@
spi-max-frequency = <DT_FREQ_M(2)>;
gp1-gpios = <&arduino_header 14 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>;
gp0-gpios = <&arduino_header 15 (GPIO_PULL_DOWN)>;
conversion-gpios = <&arduino_header 13 (GPIO_ACTIVE_HIGH | MAX32_GPIO_VSEL_VDDIOH)>;
conversion-gpios = <&arduino_header 12 (GPIO_ACTIVE_HIGH | MAX32_GPIO_VSEL_VDDIOH)>;
#address-cells = <1>;
#size-cells = <0>;
#io-channel-cells = <1>;