diff options
Diffstat (limited to 'nrfdemo/conexio_stratus_ns.overlay')
| -rw-r--r-- | nrfdemo/conexio_stratus_ns.overlay | 17 |
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"; + }; +}; |
