Enable LiteX GPIO driver in litex_vexriscv board. Signed-off-by: Robert Winkler <rwinkler@internships.antmicro.com> Signed-off-by: Mateusz Holenko <mholenko@antmicro.com> Signed-off-by: Piotr Zierhoffer <pzierhoffer@antmicro.com>
33 lines
464 B
YAML
33 lines
464 B
YAML
#
|
|
# Copyright (c) 2019 Antmicro <www.antmicro.com>
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
description: Litex GPIO
|
|
|
|
compatible: "litex,gpio"
|
|
|
|
include: [gpio-controller.yaml, base.yaml]
|
|
|
|
properties:
|
|
port-is-output:
|
|
type: boolean
|
|
description: Indicates if the port is an output port
|
|
|
|
reg:
|
|
required: true
|
|
|
|
label:
|
|
required: true
|
|
|
|
ngpios:
|
|
required: true
|
|
|
|
"#gpio-cells":
|
|
const: 2
|
|
|
|
gpio-cells:
|
|
- pin
|
|
- flags
|