forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'fix-lis3dh-dts' into 'dev'
Fix: LIS3DH DTS support for the akita_gen2 BSP Closes zephyrproject-rtos#24 See merge request blik/embedded/zephyr!27
- Loading branch information
Showing
8 changed files
with
58 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#define CONFIG_LIS3DH_NAME NXP_KINETIS_I2C_40067000_ST_LIS3DH_0F_LABEL | ||
#define CONFIG_LIS3DH_I2C_NAME NXP_KINETIS_I2C_40067000_ST_LIS3DH_0F_BUS_NAME | ||
#define CONFIG_LIS3DH_I2C_ADDRESS NXP_KINETIS_I2C_40067000_ST_LIS3DH_0F_BASE_ADDRESS | ||
#define CONFIG_LIS3DH_NAME NXP_KINETIS_I2C_40067000_ST_LIS3DH_18_LABEL | ||
#define CONFIG_LIS3DH_I2C_MASTER_DEV_NAME NXP_KINETIS_I2C_40067000_ST_LIS3DH_18_BUS_NAME | ||
#define CONFIG_LIS3DH_I2C_ADDR NXP_KINETIS_I2C_40067000_ST_LIS3DH_18_BASE_ADDRESS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
#define CONFIG_FXOS8700_NAME NXP_KINETIS_I2C_40067000_NXP_FXOS8700_1F_LABEL | ||
#define CONFIG_FXOS8700_I2C_NAME NXP_KINETIS_I2C_40067000_NXP_FXOS8700_1F_BUS_NAME | ||
#define CONFIG_FXOS8700_I2C_ADDRESS NXP_KINETIS_I2C_40067000_NXP_FXOS8700_1F_BASE_ADDRESS | ||
|
||
#define CONFIG_LIS3DH_NAME NXP_KINETIS_I2C_40067000_ST_LIS3DH_18_LABEL | ||
#define CONFIG_LIS3DH_I2C_MASTER_DEV_NAME NXP_KINETIS_I2C_40067000_ST_LIS3DH_18_BUS_NAME | ||
#define CONFIG_LIS3DH_I2C_ADDR NXP_KINETIS_I2C_40067000_ST_LIS3DH_18_BASE_ADDRESS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# | ||
# Copyright (c) 2018, blik GmbH | ||
# | ||
# SPDX-License-Identifier: Apache-2.0 | ||
# | ||
--- | ||
title: STMicroelectronics MEMS sensors LIS3DH | ||
id: st,lis3dh | ||
version: 0.1 | ||
|
||
description: > | ||
This binding gives a base representation of LIS3DH magnetometer | ||
inherits: | ||
!include i2c-device.yaml | ||
|
||
properties: | ||
compatible: | ||
constraint: "st,lis3dh" | ||
|
||
... |