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:
parent
83d7a688bb
commit
7b4bf6b734
|
@ -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>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue