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

12 lines
192 B
Plaintext

&arduino_i2c {
status = "okay";
w1: w1@40 {
compatible = "maxim,ds2485";
reg = <0x40>;
switching-threshold = "medium";
active-pull-threshold = "low";
weak-pullup = "1000";
};
};