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