1/*
2 * Copyright (c) 2023 Intel Corporation
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7&i2c0 {
8	bme280@76 {
9		compatible = "bosch,bme280";
10		reg = <0x76>;
11		status = "okay";
12	};
13};
14