zephyr/samples/drivers/w1/scanner/ds2482-800.overlay
Caspar Friedrich ba66f41e21 samples: w1: Update scanner example for ds2482-800 bus driver
The scanner example for 1-wire now supports the DS2482-800 multi channel
bus master.

Signed-off-by: Caspar Friedrich <c.s.w.friedrich@gmail.com>
2023-04-07 13:11:54 +02:00

17 lines
224 B
Plaintext

&arduino_i2c {
status = "okay";
w1@18 {
compatible = "maxim,ds2482-800";
reg = <0x18>;
#address-cells = <1>;
#size-cells = <0>;
w1: ch@0 {
compatible = "maxim,ds2482-800-channel";
reg = <0>;
};
};
};