zephyr/samples/modules/lvgl/accelerometer_chart/boards/native_sim.overlay
Alberto Escolar Piedras 4ae6c4518e samples/*/lvgl: Remove native_posix overlays
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>
2025-03-07 19:16:14 +01:00

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>;
};
};