/* * 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"; }; };