Move the dts overlay under a boards/ dir to make it match conf files. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
14 lines
193 B
Plaintext
14 lines
193 B
Plaintext
/*
|
|
* Copyright (c) 2020, Nordic Semiconductor ASA
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
&i2c0 {
|
|
bme680@76 {
|
|
compatible = "bosch,bme680";
|
|
reg = <0x76>;
|
|
label = "BME680";
|
|
};
|
|
};
|