From a407db2d45286f37eff10710c9a8e43755cedfc6 Mon Sep 17 00:00:00 2001 From: Michal Hanus Date: Wed, 21 May 2025 20:58:52 +0200 Subject: bck --- nrfdemo/conexio_stratus_ns.overlay | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 nrfdemo/conexio_stratus_ns.overlay (limited to 'nrfdemo/conexio_stratus_ns.overlay') 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"; + }; +}; -- cgit v1.2.3