23 lines
310 B
YAML
23 lines
310 B
YAML
# Copyright (c) 2018, SiFive Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: SiFive GPIO node
|
|
|
|
compatible: "sifive,gpio0"
|
|
|
|
include: [gpio-controller.yaml, base.yaml]
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
interrupts:
|
|
required: true
|
|
|
|
"#gpio-cells":
|
|
const: 2
|
|
|
|
gpio-cells:
|
|
- pin
|
|
- flags
|