2023-09-01 12:41:23 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2023 Intel Corporation
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
|
|
|
&i2c0 {
|
2023-12-22 17:24:02 +08:00
|
|
|
bme280@76 {
|
|
|
|
compatible = "bosch,bme280";
|
|
|
|
reg = <0x76>;
|
2023-09-01 12:41:23 +08:00
|
|
|
status = "okay";
|
2023-12-22 17:24:02 +08:00
|
|
|
};
|
2023-09-01 12:41:23 +08:00
|
|
|
};
|