1/* 2 * 3 * Copyright (c) 2018 Linaro Limited 4 * 5 * SPDX-License-Identifier: Apache-2.0 6 */ 7 8&arduino_i2c { 9 10 hts221_x_nucleo_iks01a1: hts221@5f { 11 compatible = "st,hts221"; 12 reg = <0x5f>; 13 }; 14 15 lps25hb_press_x_nucleo_iks01a1: lps25hb-press@5d { 16 compatible = "st,lps25hb-press"; 17 reg = <0x5d>; 18 }; 19 20 lis3mdl_magn_x_nucleo_iks01a1: lis3mdl-magn@1e { 21 compatible = "st,lis3mdl-magn"; 22 reg = <0x1e>; 23 irq-gpios = <&arduino_header 5 GPIO_ACTIVE_HIGH>; /* DRDY on A5 */ 24 }; 25 26 lsm6ds0_x_nucleo_iks01a1: lsm6ds0@6b { 27 compatible = "st,lsm6ds0"; 28 reg = <0x6b>; 29 }; 30}; 31