boards: shields: pmod_acl: Specify accelerometer interrupt pin

Specifies which gpio pin on the pmod header is attached to the adxl345
accelerometer interrupt.

Signed-off-by: Maureen Helm <maureen.helm@analog.com>
This commit is contained in:
Maureen Helm 2024-10-25 08:03:49 -05:00 committed by Benjamin Cabé
commit 4fec504985

View file

@ -13,6 +13,7 @@
compatible = "adi,adxl345";
reg = <0x0>;
spi-max-frequency = <DT_FREQ_M(1)>;
int2-gpios = <&pmod_header 4 GPIO_ACTIVE_HIGH>;
status = "okay";
odr = <ADXL345_DT_ODR_25>;
fifo-watermark = <31>;