mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-15 15:41:57 +00:00
Add an overlay file, build out of the box for arduino_101 board. Signed-off-by: Aaron Tsui <aaron.tsui@outlook.com>
14 lines
182 B
Plaintext
14 lines
182 B
Plaintext
/*
|
|
* Copyright (c) 2019 Linaro Limited
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
&i2c0 {
|
|
bme280@76 {
|
|
compatible = "bosch,bme280";
|
|
reg = <0x76>;
|
|
label = "BME280";
|
|
};
|
|
};
|