15 lines
226 B
Text
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";
|
|
};
|
|
};
|