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:
parent
a9c65f09d1
commit
4fec504985
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
||||||
compatible = "adi,adxl345";
|
compatible = "adi,adxl345";
|
||||||
reg = <0x0>;
|
reg = <0x0>;
|
||||||
spi-max-frequency = <DT_FREQ_M(1)>;
|
spi-max-frequency = <DT_FREQ_M(1)>;
|
||||||
|
int2-gpios = <&pmod_header 4 GPIO_ACTIVE_HIGH>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
odr = <ADXL345_DT_ODR_25>;
|
odr = <ADXL345_DT_ODR_25>;
|
||||||
fifo-watermark = <31>;
|
fifo-watermark = <31>;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue