modules: hal_tdk: Add icp101xx support
icp101xx are barometric pressure and temperature sensors. https://invensense.tdk.com/smartpressure Signed-off-by: Remi Buisson <remi.buisson@tdk.com>
This commit is contained in:
parent
b9466d28b6
commit
fe796a7e22
@ -373,6 +373,19 @@ Sensors
|
||||
};
|
||||
};
|
||||
|
||||
* The :dtcompatible:`invensense,icp10125` driver has been renamed to
|
||||
:dtcompatible:`invensense,icp101xx`.
|
||||
The Device Tree can be configured as follows:
|
||||
|
||||
.. code-block:: devicetree
|
||||
|
||||
&i2c0 {
|
||||
icp101xx:icp101xx@63 {
|
||||
compatible = "invensense,icp101xx";
|
||||
reg = <0x63>;
|
||||
};
|
||||
};
|
||||
|
||||
Serial
|
||||
======
|
||||
|
||||
|
||||
@ -17,4 +17,10 @@ config USE_EMD_ICM42670
|
||||
depends on DT_HAS_INVENSENSE_ICM42670P_ENABLED \
|
||||
|| DT_HAS_INVENSENSE_ICM42670S_ENABLED
|
||||
|
||||
config USE_EMD_ICP101XX
|
||||
bool "ICP101XX Barometric Pressure and Temperature Sensors"
|
||||
imply TDK_HAL
|
||||
depends on ZEPHYR_HAL_TDK_MODULE
|
||||
depends on DT_HAS_INVENSENSE_ICP101XX_ENABLED
|
||||
|
||||
endmenu
|
||||
|
||||
Loading…
Reference in New Issue
Block a user