Skip to content

Commit

Permalink
boards: thingy53_nrf5340: Add missing DTS nodelabels for sensors
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
MarekPieta authored and carlescufi committed Mar 9, 2023
1 parent 307b10e commit 2d97b86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boards/arm/thingy53_nrf5340/thingy53_nrf5340_common.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
};
Expand Down

0 comments on commit 2d97b86

Please sign in to comment.