blob: a1415be64b47a6d0c6d9633e3e1f501834d8b026 [file] [log] [blame]
/*
* Copyright (c) 2021 Leonard Pollak
*
* SPDX-License-Identifier: Apache-2.0
*/
&i2c1 {
status = "okay";
clock-frequency = <I2C_BITRATE_FAST>;
sht4x@44 {
status = "okay";
compatible = "sensirion,sht4x";
reg = <0x44>;
label = "SHT4X";
repeatability = <2>;
};
sgp40@59 {
status = "okay";
compatible = "sensirion,sgp40";
reg = <0x59>;
label = "SGP40";
enable-selftest;
};
};