| # Copyright (c) 2025 Silicon Laboratories Inc. | |
| # SPDX-License-Identifier: Apache-2.0 | |
| description: Silicon Labs Packet Trace Interface | |
| compatible: "silabs,pti" | |
| include: [base.yaml, pinctrl-device.yaml] | |
| properties: | |
| clock-frequency: | |
| type: int | |
| description: | | |
| Clock frequency for PTI signal in Hz. | |
| mode: | |
| type: string | |
| enum: | |
| - disabled | |
| - spi | |
| - uart | |
| - uart-onewire | |
| description: | | |
| Packet Trace mode. |