boards: frdm_k22f: Correct FXOS8700 i2c address
The address in NXP's documentation shows that 0x1c is the addressfor the FXOS8700. Signed-off-by: Ryan Holleran <rhollerar@gmail.com>
This commit is contained in:
parent
667db2db88
commit
807d8aa87b
@ -99,9 +99,9 @@
|
||||
&i2c0 {
|
||||
status = "okay";
|
||||
|
||||
fxos8700@1d {
|
||||
fxos8700@1c {
|
||||
compatible = "nxp,fxos8700";
|
||||
reg = <0x1d>;
|
||||
reg = <0x1c>;
|
||||
label = "FXOS8700";
|
||||
int1-gpios = <&gpiod 0 GPIO_ACTIVE_LOW>;
|
||||
int2-gpios = <&gpiod 1 GPIO_ACTIVE_LOW>;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user