boards: nxp: mcxw7x: Add FXLS8964 Sensor Support

Added FXLS8964 Accel Sensor Support for the
mcxw71 and mcxw72 devices.

Signed-off-by: Emilio Benavente <emilio.benavente@nxp.com>
This commit is contained in:
Emilio Benavente 2025-02-06 00:52:52 -06:00 committed by Carles Cufí
commit 5e35836922
5 changed files with 32 additions and 4 deletions

View file

@ -67,6 +67,10 @@
status = "okay";
};
&gpiob {
status = "okay";
};
&gpioc {
status = "okay";
};
@ -89,6 +93,12 @@
status = "okay";
pinctrl-0 = <&pinmux_lpi2c1>;
pinctrl-names = "default";
accelerometer: accelerometer@19 {
status = "okay";
compatible = "nxp,fxls8974";
reg = <0x19>;
};
};
&lpspi1 {

View file

@ -54,6 +54,9 @@
status = "okay";
};
&gpiob {
status = "okay";
};
&gpioc {
status = "okay";
@ -133,4 +136,10 @@
status = "okay";
pinctrl-0 = <&pinmux_lpi2c1>;
pinctrl-names = "default";
accelerometer: accelerometer@19 {
status = "okay";
compatible = "nxp,fxls8974";
reg = <0x19>;
};
};

View file

@ -54,6 +54,9 @@
status = "okay";
};
&gpiob {
status = "okay";
};
&gpioc {
status = "okay";
@ -133,6 +136,12 @@
status = "okay";
pinctrl-0 = <&pinmux_lpi2c1>;
pinctrl-names = "default";
accelerometer: accelerometer@19 {
status = "okay";
compatible = "nxp,fxls8974";
reg = <0x19>;
};
};
&rtc {