zephyr/samples/sensor/bmi270/app.overlay

15 lines
194 B
Plaintext
Raw Permalink Normal View History

/*
* Copyright (c) 2021 Bosch Sensortec GmbH
*
* SPDX-License-Identifier: Apache-2.0
*/
&arduino_i2c {
status = "okay";
bmi270@68 {
compatible = "bosch,bmi270";
reg = <0x68>;
};
};