Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
7ce8b5598c2903275aad91920074e328f9d75801
/
.
/
samples
/
drivers
/
w1
/
scanner
/
ds2482-800.overlay
blob: 85291573655a648278d094a9902308f04ba8e24e [
file
] [
log
] [
blame
]
&
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
>;
};
};
};