blob: 86abf4f60f4e09dcbd707180f30d8783680db563 [file] [log] [blame]
/*
* Copyright (c) 2024 STMicroelectronics
*
* SPDX-License-Identifier: Apache-2.0
*/
/*
* Sensors declared here are possibly present on DIL24
*/
&arduino_i2c {
status = "okay";
lis2de18_18_x_nucleo_iks01a3: lis2de12@18 {
compatible = "st,lis2de12";
reg = <0x18>;
int1-gpios = <&arduino_header 5 GPIO_ACTIVE_HIGH>; /* A5 */
};
};