blob: aafb6c9d8e6c50d6b6559f6e022d76da828ce7dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
/*
* Copyright (c) 2024 Conexio Technologies, Inc
*
* SPDX-License-Identifier: Apache-2.0
*/
/*
* Stratus Pro nRF9161 device overlay configuration for BME688 sensor connected to QWIIC port
*
*/
&i2c2 {
bme688@76 {
compatible = "bosch,bme680";
reg = <0x77>;
status = "okay";
};
};
|