1/* 2 * Copyright (c) 2023 Caspar Friedrich <c.s.w.friedrich@gmail.com> 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7&arduino_i2c { 8 w1@18 { 9 compatible = "maxim,ds2482-800"; 10 reg = <0x18>; 11 12 #address-cells = <1>; 13 #size-cells = <0>; 14 15 w1_0: ch@0 { 16 compatible = "maxim,ds2482-800-channel"; 17 reg = <0>; 18 }; 19 }; 20}; 21 22#include "w1_devices.dtsi" 23