| # Copyright (c) 2025 ITE Corporation. All Rights Reserved. |
| # SPDX-License-Identifier: Apache-2.0 |
| |
| description: This binding gives a base representation of the it51xxx series gpio |
| |
| compatible: "ite,it51xxx-gpio" |
| |
| include: [gpio-controller.yaml, base.yaml] |
| |
| properties: |
| reg: |
| required: true |
| |
| has-volt-sel: |
| type: array |
| description: | |
| Selection of support input voltage 3.3V or 1.8V. |
| |
| wucctrl: |
| type: phandles |
| description: | |
| WUC groups internal and external inputs, and asserts wake-up |
| signals to INTC that allows the CPU to exit a Doze/Deep |
| Doze/Sleep mode. |
| |
| gpio-cells: |
| - pin |
| - flags |