507f4b31d1
This sample 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>
12 lines
192 B
Plaintext
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";
|
|
};
|
|
};
|