zephyr/samples/drivers/w1/scanner/ds2484.overlay

7 lines
82 B
Plaintext

&arduino_i2c {
w1: w1@18 {
compatible = "maxim,ds2484";
reg = <0x18>;
};
};