1# Copyright (c) 2022 Thomas Stranger
2# SPDX-License-Identifier: Apache-2.0
3
4# Common fields for 1-Wire masters
5
6include: base.yaml
7
8bus: w1
9
10properties:
11  active-pullup:
12    type: boolean
13    description: |
14      Enable the active pullup for the 1-Wire bus.
15