39 lines
614 B
YAML
39 lines
614 B
YAML
#
|
|
# Copyright (c) 2018 Synopsys, Inc. All rights reserved.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
title: Synopsys Designware GPIO controller
|
|
|
|
description: >
|
|
This is a representation of the Synopsys DesignWare gpio node
|
|
|
|
inherits:
|
|
!include [gpio-controller.yaml, base.yaml]
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "snps,designware-gpio"
|
|
|
|
reg:
|
|
category: required
|
|
|
|
bits:
|
|
type: int
|
|
description: gpio bits
|
|
category: required
|
|
|
|
interrupts:
|
|
category: required
|
|
|
|
label:
|
|
category: required
|
|
|
|
"#gpio-cells":
|
|
const: 2
|
|
|
|
"#cells":
|
|
- pin
|
|
- flags
|