diff --git a/boards/st/stm32u5g9j_dk1/stm32u5g9j_dk1.dts b/boards/st/stm32u5g9j_dk1/stm32u5g9j_dk1.dts index 7840a7c76296f..96d85689a66c0 100644 --- a/boards/st/stm32u5g9j_dk1/stm32u5g9j_dk1.dts +++ b/boards/st/stm32u5g9j_dk1/stm32u5g9j_dk1.dts @@ -52,6 +52,7 @@ sdhc0 = &sdmmc1; watchdog0 = &iwdg; die-temp0 = &die_temp; + ambient-temp0 = &stts22h_temperature; volt-sensor0 = &vref1; volt-sensor1 = &vbat4; }; @@ -142,6 +143,20 @@ clock-frequency = ; }; +&i2c3 { + pinctrl-0 = <&i2c3_scl_ph7 &i2c3_sda_ph8>; + pinctrl-names = "default"; + status = "okay"; + clock-frequency = ; + + stts22h_temperature: stts22h@3f { + compatible = "st,stts22h"; + reg = <0x3f>; + int-gpios = <&gpiof 2 GPIO_ACTIVE_LOW>; + status = "okay"; + }; +}; + &i2c6 { pinctrl-0 = <&i2c6_scl_pd1 &i2c6_sda_pd0>; pinctrl-names = "default";