summaryrefslogtreecommitdiff
path: root/nrfdemo/conexio_stratus_ns.overlay
diff options
context:
space:
mode:
authorMichal Hanus <hanus.michal@divelit.cz>2025-05-21 20:58:52 +0200
committerMichal Hanus <hanus.michal@divelit.cz>2025-05-21 20:58:52 +0200
commita407db2d45286f37eff10710c9a8e43755cedfc6 (patch)
treeb2451cf76bad9d2ee8f80df9f9df32f176c1e5eb /nrfdemo/conexio_stratus_ns.overlay
parent85f4aadd7382eec843a02f513f6933abba6e5d02 (diff)
bck
Diffstat (limited to 'nrfdemo/conexio_stratus_ns.overlay')
-rw-r--r--nrfdemo/conexio_stratus_ns.overlay17
1 files changed, 17 insertions, 0 deletions
diff --git a/nrfdemo/conexio_stratus_ns.overlay b/nrfdemo/conexio_stratus_ns.overlay
new file mode 100644
index 0000000..5933559
--- /dev/null
+++ b/nrfdemo/conexio_stratus_ns.overlay
@@ -0,0 +1,17 @@
+/*
+ * Copyright (c) 2024 Conexio Technologies, Inc
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ */
+
+/*
+ * Stratus nRF9160 device overlay configuration for BME688 sensor connected to I2C port
+ *
+ */
+&i2c2 {
+ bme688@76 {
+ compatible = "bosch,bme680";
+ reg = <0x77>;
+ status = "okay";
+ };
+};