blob: 9bc06b24b6f701e3a31003264b2e5daf8f12d8d9 [file] [log] [blame]
/*
*
* Copyright (c) 2018 Linaro Limited
*
* SPDX-License-Identifier: Apache-2.0
*/
&arduino_i2c {
hts221@5f {
compatible = "st,hts221";
reg = <0x5f>;
};
lps25hb-press@5d {
compatible = "st,lps25hb-press";
reg = <0x5d>;
};
lis3mdl-magn@1e {
compatible = "st,lis3mdl-magn";
reg = <0x1e>;
irq-gpios = <&arduino_header 5 GPIO_ACTIVE_HIGH>; /* DRDY on A5 */
};
lsm6ds0@6b {
compatible = "st,lsm6ds0";
reg = <0x6b>;
};
};