native_posix is being removed as it has reached its end of life in 4.2, after being deprecated since 4.0. So these overlays will not serve any purpose anymore. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
17 lines
235 B
Plaintext
17 lines
235 B
Plaintext
/* Copyright (c) 2023 Benjamin Cabé <benjamin@zephyrproject.org>
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/ {
|
|
aliases {
|
|
accel0 = &bmi_i2c;
|
|
};
|
|
};
|
|
|
|
&i2c0 {
|
|
bmi_i2c: bmi@68 {
|
|
compatible = "bosch,bmi160";
|
|
reg = <0x68>;
|
|
};
|
|
};
|