From 2d97b86b5c9fb83ced9cd2c697ce022bede7e9cc Mon Sep 17 00:00:00 2001 From: Marek Pieta Date: Thu, 9 Mar 2023 12:19:52 +0100 Subject: [PATCH] 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 --- boards/arm/thingy53_nrf5340/thingy53_nrf5340_common.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/arm/thingy53_nrf5340/thingy53_nrf5340_common.dts b/boards/arm/thingy53_nrf5340/thingy53_nrf5340_common.dts index ebe3bd523a7..4c5b1d91b13 100644 --- a/boards/arm/thingy53_nrf5340/thingy53_nrf5340_common.dts +++ b/boards/arm/thingy53_nrf5340/thingy53_nrf5340_common.dts @@ -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>; };