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:
parent
b2e29fe0d7
commit
5e35836922
5 changed files with 32 additions and 4 deletions
|
@ -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 {
|
||||
|
|
|
@ -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>;
|
||||
};
|
||||
};
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue