boards: actinius_icarus_bee: fix accelerometer INT pins

Update the DT with the correct order of the INT1 and INT2 pins
of the accelerometer.

Signed-off-by: Alex Tsamakos <alex@actinius.com>
This commit is contained in:
Alex Tsamakos 2022-07-01 21:13:02 +02:00 committed by Fabio Baltieri
parent 83d7a688bb
commit 7b4bf6b734

View file

@ -121,8 +121,8 @@
lis2dh12_accel: lis2dh12-accel@19 {
compatible = "st,lis2dh12", "st,lis2dh";
reg = <0x19>;
irq-gpios = <&gpio0 28 GPIO_ACTIVE_HIGH>,
<&gpio0 29 GPIO_ACTIVE_HIGH>;
irq-gpios = <&gpio0 29 GPIO_ACTIVE_HIGH>,
<&gpio0 28 GPIO_ACTIVE_HIGH>;
};
};