1# Copyright (c) 2023 Meta
2# SPDX-License-Identifier: Apache-2.0
3
4description: Log Backend UART
5
6compatible: "zephyr,log-uart"
7
8include: [base.yaml]
9
10properties:
11
12  uarts:
13    type: phandles
14    required: true
15    description: |
16      UART devices to be used by the UART log backend.
17