1# Copyright 2024 Google LLC
2# SPDX-License-Identifier: Apache-2.0
3
4description: |
5    Parade PS8xxx series TCPC chip
6
7compatible: "parade,ps8xxx"
8
9include: [base.yaml, pinctrl-device.yaml]
10
11properties:
12  reg:
13    required: true
14
15  irq-gpios:
16    type: phandle-array
17    description: |
18      Alert pin from the TCPC triggering interrupt
19
20  transmit-retries:
21    type: int
22    default: 2
23    description: |
24      Maximum number of packet retransmissions done by TCPC. Valid values are <0, 3>.
25      This value is used to fill the Retry Counter part of the TCPCI Transmit register.
26