zephyr/samples/sensor/bmi270/app.overlay
Kumar Gala 88021ecd47 samples: sensors: Remove label property from devicetree overlays
Label properties are not required

Signed-off-by: Kumar Gala <galak@kernel.org>
2022-07-19 08:23:35 -05:00

15 lines
194 B
Plaintext

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