1# Copyright (c) 2022 Thomas Stranger
2# SPDX-License-Identifier: Apache-2.0
3
4# Properties for the serial 1-Wire master driver:
5# No GPIOs need to be configured here, as this is already done in the serial
6# driver. Typically 2 IOs are needed, but some microcontrollers have
7# the option for a "single-wire Half-duplex" mode, where the TX and RX lines
8# are internally connected, such that only a single IO
9# needs to be allocated for the 1-Wire communication.
10
11description: 1-Wire master over Zephyr uart
12
13compatible: "zephyr,w1-serial"
14
15include: [uart-device.yaml, w1-master.yaml]
16