# 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 | |
label: | |
required: true | |
interrupts: | |
required: true | |
"#gpio-cells": | |
const: 2 | |
gpio-cells: | |
- pin | |
- flags |