Commit 4d9cc669 authored by Maureen Helm's avatar Maureen Helm Committed by Anas Nashif
Browse files

hexiwear_k64: Add fxos8700 defaults



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

Change-Id: Ib8a1e451ddfd84d2b2f19b0da846854acc969dcf
Signed-off-by: default avatarMaureen Helm <maureen.helm@nxp.com>
parent 8e52d561
Loading
Loading
Loading
Loading
+17 −1
Original line number Diff line number Diff line
@@ -128,7 +128,7 @@ config I2C_0_IRQ_PRI
endif # I2C_0

config I2C_1
	def_bool n
	def_bool y

if I2C_1

@@ -142,6 +142,22 @@ endif # I2C_1

endif # I2C

if FXOS8700

config FXOS8700_I2C_NAME
	default I2C_1_NAME

config FXOS8700_I2C_ADDRESS
	default 0x1e

config FXOS8700_GPIO_NAME
	default GPIO_K64_D_DEV_NAME

config FXOS8700_GPIO_PIN
	default 13

endif # FXOS8700

if PWM_K64_FTM

config PWM_K64_FTM_0