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:
parent
8d83b76f84
commit
2001142bf0
1 changed files with 8 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue