Commit 8e52d561 authored by Maureen Helm's avatar Maureen Helm Committed by Anas Nashif
Browse files

frdm_k64f: Add fxos8700 defaults



Add defaults for the fxos8700 sensor, including which i2c instance, the
slave address, and interrupt pin.

Change-Id: I4b0255308fd5c9b7c43f0f22e8ce2fe86c5e7011
Signed-off-by: default avatarMaureen Helm <maureen.helm@nxp.com>
parent 550b02e4
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -142,6 +142,22 @@ endif # I2C_1

endif # I2C

if FXOS8700

config FXOS8700_I2C_NAME
	default I2C_0_NAME

config FXOS8700_I2C_ADDRESS
	default 0x1d

config FXOS8700_GPIO_NAME
	default GPIO_K64_C_DEV_NAME

config FXOS8700_GPIO_PIN
	default 13

endif # FXOS8700

if PWM_K64_FTM

config PWM_K64_FTM_0