Skip to content

Commit 84de5b8

Browse files
bogdanovsnashif
authored andcommitted
samples: sensors: bme280: Add lp_em_cc2340r5 overlay
Add lp_em_cc2340r5 overlay in bme280 sensors sample. Signed-off-by: Stoyan Bogdanov <[email protected]>
1 parent 4fbf028 commit 84de5b8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/*
2+
* Copyright (c) 2024 Baylibre, SAS
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
&i2c0 {
8+
bme280@76 {
9+
compatible = "bosch,bme280";
10+
reg = <0x76>;
11+
status = "okay";
12+
};
13+
};

0 commit comments

Comments
 (0)