This repository has been archived on 2024-06-05. You can view files and clone it, but cannot push or open issues or pull requests.
dtsense/config/dts/rpi-sht3x.dts

14 lines
142 B
Plaintext

/dts-v1/;
/plugin/;
/{
compatible = "brcm,bcm2835";
};
&i2c1 {
temp0: sht3x@44 {
compatible = "sensirion,sht3x";
reg = <0x44>;
};
};