| # Copyright (c) 2018, Cypress | |
| # SPDX-License-Identifier: Apache-2.0 | |
| title: CYPRESS UART | |
| description: > | |
| This binding gives a base representation of the Cypress UART | |
| compatible: "cypress,psoc6-uart" | |
| include: uart-controller.yaml | |
| properties: | |
| reg: | |
| required: true | |
| interrupts: | |
| required: true |