boards: thingy53_nrf5340: Add missing DTS nodelabels for sensors

Change adds missing DTS nodelabels for bh1749 and bme688 sensors.
This is done to simplify referring to the sensors in application.

Signed-off-by: Marek Pieta <Marek.Pieta@nordicsemi.no>
This commit is contained in:
Marek Pieta 2023-03-09 12:19:52 +01:00 committed by Carles Cufí
commit 2d97b86b5c

View file

@ -166,13 +166,13 @@
reg = <0x10>;
};
bh1749@38 {
bh1749: bh1749@38 {
compatible = "rohm,bh1749";
reg = <0x38>;
int-gpios = <&gpio1 5 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
};
bme688@76 {
bme688: bme688@76 {
compatible = "bosch,bme680";
reg = <0x76>;
};