1# Copyright (c) 2022, Thomas Stranger
2# SPDX-License-Identifier: Apache-2.0
3
4# Common fields for W1 slave devices
5
6include: base.yaml
7
8on-bus: w1
9
10properties:
11  family-code:
12    type: int
13    description: |
14        8-bit 1-Wire family code, which is also part of the 64 bit ROM ID.
15  overdrive-speed:
16    type: boolean
17    description: |
18        Instead of standard speed timing, use overdrive speed timing for
19        communication.
20        The driver will automatically use OVERDRIVE_SKIP and OVERDRIVE_MATCH
21        command instead of the standard commands.
22