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