35 lines
497 B
YAML
35 lines
497 B
YAML
#
|
|
# Copyright (c) 2019, Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
|
|
title: MICROCHIP GPIO
|
|
|
|
description: >
|
|
This is a representation of the CEC/MEC GPIO nodes for Microchip
|
|
|
|
inherits:
|
|
!include [gpio-controller.yaml, base.yaml]
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "microchip,xec-gpio"
|
|
|
|
reg:
|
|
category: required
|
|
|
|
interrupts:
|
|
category: optional
|
|
|
|
label:
|
|
category: required
|
|
|
|
"#gpio-cells":
|
|
const: 2
|
|
|
|
"#cells":
|
|
- pin
|
|
- flags
|