boards: nxp: frdm_rw612: add ambient temperature sensor

Now added on board p3t1755 temperature sensor node and the
corresponding alias.

Signed-off-by: Dipak Shetty <shetty.dipak@gmx.com>
This commit is contained in:
Dipak Shetty 2025-04-02 22:06:51 +02:00 committed by Benjamin Cabé
commit 1c33c048cc

View file

@ -17,6 +17,7 @@
i2c-0 = &flexcomm2;
pwm-0 = &sctimer;
sw0 = &user_button_0;
ambient-temp0 = &p3t1755;
};
chosen {
@ -255,6 +256,12 @@ arduino_i2c: &flexcomm2 {
#size-cells = <0>;
pinctrl-0 = <&pinmux_flexcomm2_i2c>;
pinctrl-names = "default";
p3t1755: p3t1755@48 {
compatible = "nxp,p3t1755";
reg = <0x48>;
status = "okay";
};
};
zephyr_mipi_dbi_spi: &lcdic {