13 lines
181 B
Plaintext
13 lines
181 B
Plaintext
|
/*
|
||
|
* Copyright (c) 2024 Analog Devices, Inc.
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
|
||
|
w1_0: &w1 {
|
||
|
status = "okay";
|
||
|
internal-pullup = <1>;
|
||
|
};
|
||
|
|
||
|
#include "../w1_devices.dtsi"
|