zephyr_ircam/boards/shields/mlx90640_elecrow_i2c/mlx90640_elecrow_i2c.overlay
2024-01-06 22:03:37 +01:00

15 lines
226 B
Text

/*
* Copyright (c) 2024 PM
*
* SPDX-License-Identifier: Apache-2.0
*/
&i2c0 {
status = "okay";
mlx90640_mlx90640_elecrow_i2c: mlx90640@33 {
compatible = "melexis,mlx90640";
reg = <0x33>;
status = "okay";
};
};