Commit 214c2e79 authored by Armando Visconti's avatar Armando Visconti Committed by Maureen Helm
Browse files

board/shields: x-nucleo-iks01a3: configure irq-gpios for lis2mdl



Configure interrupt gpio information (irq-gpios) into the
x-nucleo-iks01a3 shield overlay file.

Signed-off-by: default avatarArmando Visconti <armando.visconti@st.com>
parent 82b91727
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@
	lis2mdl@1e {
		compatible = "st,lis2mdl";
		reg = <0x1e>;
		irq-gpios =  <&arduino_header 2 0>; /* A2 */
		label = "LIS2MDL";
	};