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:
parent
307b10e516
commit
2d97b86b5c
1 changed files with 2 additions and 2 deletions
|
@ -166,13 +166,13 @@
|
||||||
reg = <0x10>;
|
reg = <0x10>;
|
||||||
};
|
};
|
||||||
|
|
||||||
bh1749@38 {
|
bh1749: bh1749@38 {
|
||||||
compatible = "rohm,bh1749";
|
compatible = "rohm,bh1749";
|
||||||
reg = <0x38>;
|
reg = <0x38>;
|
||||||
int-gpios = <&gpio1 5 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
|
int-gpios = <&gpio1 5 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
|
||||||
};
|
};
|
||||||
|
|
||||||
bme688@76 {
|
bme688: bme688@76 {
|
||||||
compatible = "bosch,bme680";
|
compatible = "bosch,bme680";
|
||||||
reg = <0x76>;
|
reg = <0x76>;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue