1/*
2 * Copyright (c) 2024 STMicroelectronics
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/*
8 * Sensors declared here are possibly present on DIL24
9 */
10&arduino_i2c {
11	status = "okay";
12
13	lis2de18_18_x_nucleo_iks01a3: lis2de12@18 {
14		compatible = "st,lis2de12";
15		reg = <0x18>;
16		int1-gpios =  <&arduino_header 5 GPIO_ACTIVE_HIGH>; /* A5 */
17	};
18
19};
20