zephyr/dts/bindings/gpio/sifive,gpio0.yaml

35 lines
446 B
YAML

#
# Copyright (c) 2018, SiFive Inc.
#
# SPDX-License-Identifier: Apache-2.0
#
---
title: SiFive GPIO
version: 0.1
description: >
This is a representation of the SiFive GPIO nodes
inherits:
!include base.yaml
properties:
compatible:
constraint: "sifive,gpio0"
reg:
category: required
label:
category: required
interrupts:
category: required
cell_string: GPIO
"#cells":
- pin
- flags
...