1/*
2 *
3 * Copyright (c) 2020 STMicroelectronics
4 *
5 * SPDX-License-Identifier: Apache-2.0
6 */
7
8&arduino_i2c {
9	lsm6dsl_x_nucleo_iks01a2_shub: lsm6dsl@6b {
10		compatible = "st,lsm6dsl";
11		reg = <0x6b>;
12		irq-gpios = <&arduino_header 10 GPIO_ACTIVE_HIGH>;	/* D4 */
13	};
14};
15