boards: st: sensortile_box_pro: remove hts221 sensor
Remove HTS221 sensor support from sensortile_box_pro as it has been ruled out from final version. In fact, HTS221 is in the process of being terminated and is not recommended for new design. The candidate replacement is SHT40 from Sensirion, which is available also as a DIL24 adapter, which can be plugged on sensortile_box_pro board. See SENSEVAL-SHT4XV1: https://www.st.com/en/partner-products-and-services/senseval-sht4xv1.html Signed-off-by: Armando Visconti <armando.visconti@st.com>
This commit is contained in:
parent
07c0c59655
commit
cdce68e4c8
5 changed files with 0 additions and 38 deletions
|
@ -163,8 +163,6 @@ Motion and environmental sensors
|
|||
(`lps22df datasheet`_)
|
||||
- **LIS2DU12** 3-axis accelerometer
|
||||
(`lis2du12 datasheet`_)
|
||||
- **HTS221** Humidity sensor
|
||||
(`hts221 datasheet`_)
|
||||
- **STTS22H** Digital temperature sensor
|
||||
(`stts22hh datasheet`_)
|
||||
- **MP23db01HP** Microphone / audio sensor
|
||||
|
@ -353,9 +351,6 @@ References
|
|||
.. _lis2du12 datasheet:
|
||||
https://www.st.com/en/mems-and-sensors/lis2du12.html
|
||||
|
||||
.. _hts221 datasheet:
|
||||
https://www.st.com/en/mems-and-sensors/hts221.html
|
||||
|
||||
.. _stts22hh datasheet:
|
||||
https://www.st.com/en/mems-and-sensors/stts22h.html
|
||||
|
||||
|
|
|
@ -228,13 +228,6 @@ stm32_lp_tick_source: &lptim1 {
|
|||
status = "okay";
|
||||
clock-frequency = <I2C_BITRATE_FAST>;
|
||||
|
||||
hts221@5f {
|
||||
compatible = "st,hts221";
|
||||
reg = <0x5f>;
|
||||
drdy-gpios = <&gpioe 11 GPIO_ACTIVE_HIGH>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
lps22df@5d {
|
||||
compatible = "st,lps22df";
|
||||
reg = <0x5d>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue