boards: arm: sensortile_box_pro: add stts22h sensor

Extend sensortile_box_pro with stts22h temperature sensor support.

Signed-off-by: Armando Visconti <armando.visconti@st.com>
This commit is contained in:
Armando Visconti 2024-01-30 17:04:43 +01:00 committed by Anas Nashif
parent 8d83b76f84
commit 2001142bf0

View file

@ -206,7 +206,7 @@ stm32_lp_tick_source: &lptim1 {
int1-gpios = <&gpiof 2 GPIO_ACTIVE_HIGH>;
int2-gpios = <&gpiof 15 GPIO_ACTIVE_HIGH>;
drdy-pin = <2>;
drdy-pin = <1>;
};
};
@ -256,6 +256,13 @@ stm32_lp_tick_source: &lptim1 {
irq-gpios = <&gpioe 6 GPIO_ACTIVE_HIGH>;
status = "okay";
};
stts22h@38 {
compatible = "st,stts22h";
reg = <0x38>;
int-gpios = <&gpiob 15 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};
&i2c2 {