zephyr/tests/drivers/w1/w1_api/ds2485.overlay
Andrzej Głąbek 96d0773fcf tests: drivers: w1: Enable arduino_i2c and arduino_serial explicitly
This test uses the arduino_i2c and arduino_serial DT nodes, so it
should enable them explicitly, not assume they will be enabled by
default for a given board.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2023-01-16 09:26:10 +01:00

14 lines
222 B
Plaintext

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