2022-07-20 04:22:14 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2022 Caspar Friedrich <c.s.w.friedrich@gmail.com>
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
|
|
|
&arduino_i2c {
|
2023-01-12 22:38:41 +08:00
|
|
|
status = "okay";
|
|
|
|
|
2022-07-20 04:22:14 +08:00
|
|
|
w1_0: w1@18 {
|
|
|
|
compatible = "maxim,ds2484";
|
|
|
|
reg = <0x18>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
#include "w1_devices.dtsi"
|