1# Copyright (c) 2024 Croxel, Inc.
2# SPDX-License-Identifier: Apache-2.0
3
4description: Pin Inversion fields for UART controllers
5
6properties:
7  tx-invert:
8    type: boolean
9    description: |
10      Invert the binary logic of tx pin. When enabled, physical logic levels are inverted and
11      we use 1=Low, 0=High instead of 1=High, 0=Low.
12  rx-invert:
13    type: boolean
14    description: |
15      Invert the binary logic of rx pin. When enabled, physical logic levels are inverted and
16      we use 1=Low, 0=High instead of 1=High, 0=Low.
17