1# Copyright (c) 2023 Cypress Semiconductor Corporation (an Infineon company) or 2# an affiliate of Cypress Semiconductor Corporation 3# 4# SPDX-License-Identifier: Apache-2.0 5 6description: | 7 Infineon Cat1 ADC 8 Each ADC group Cat1 is assigned to a Zephyr device. Refer to the Infineon PSoC6 reference 9 manual (Section Port I/O functions) for the group/channel mapping to a specific port-pin on 10 the board. For example on the cy8cproto_062_4343w P10.0 is mapped to adc0,channel0 and 11 P10.1 is mapped to adc0,channel1. 12 13compatible: "infineon,cat1-adc" 14 15include: adc-controller.yaml 16 17properties: 18 reg: 19 required: true 20 21 interrupts: 22 required: true 23 24 "#io-channel-cells": 25 const: 1 26 27io-channel-cells: 28 - input 29