28 lines
372 B
Plaintext
28 lines
372 B
Plaintext
|
/*
|
||
|
*
|
||
|
* Copyright (c) 2018 Linaro Limited
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
|
||
|
&arduino_i2c {
|
||
|
|
||
|
hts221@5f {
|
||
|
compatible = "st,hts221";
|
||
|
reg = <0x5f>;
|
||
|
label = "HTS221";
|
||
|
};
|
||
|
|
||
|
lps22hb-press@5d {
|
||
|
compatible = "st,lps22hb-press";
|
||
|
reg = <0x5d>;
|
||
|
label = "LPS22HB";
|
||
|
};
|
||
|
|
||
|
lsm6dsl@6b {
|
||
|
compatible = "st,lsm6dsl";
|
||
|
reg = <0x6b>;
|
||
|
label = "LSM6DSL";
|
||
|
};
|
||
|
};
|