blob: 272fea54fd4a68886e4f04ae5ec6e29f50d6b00a [file] [log] [blame]
/*
* Copyright (c) 2020 Jacek Ozimek <jacek.ozmk@gmail.com>
*
* SPDX-License-Identifier: Apache-2.0
*/
&feather_i2c {
bme280: bme280@76 {
/* 0x76 - SDO <-> GND */
/* 0x77 - SDO <-> VCC */
compatible = "bosch,bme280";
reg = <0x76>;
label = "ENVIRONMENTAL_SENSOR";
};
};