21 lines
329 B
Plaintext
21 lines
329 B
Plaintext
/*
|
|
* Copyright (c) 2022 Thomas Stranger
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
&w1_0 {
|
|
slave_1: dummy-slave-1 {
|
|
compatible = "vnd,w1-device";
|
|
family-code = <0x28>;
|
|
overdrive-speed;
|
|
status = "okay";
|
|
};
|
|
|
|
slave_2: dummy-slave-2 {
|
|
compatible = "vnd,w1-device";
|
|
family-code = <0x29>;
|
|
status = "okay";
|
|
};
|
|
};
|