The AN547 is a Soft Macro Model implementation of the SSE-300 subsystem with Ethos-U55 and Cortex-M55 components targeting the MPS3 board. The SoC support is based on the AN521 MPS2+ support that already exists in Zephyr. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
18 lines
259 B
YAML
18 lines
259 B
YAML
description: GPIO controller on ARM MPS3 FPGA
|
|
|
|
compatible: "arm,mps3-fpgaio-gpio"
|
|
|
|
include: [gpio-controller.yaml, base.yaml]
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
ngpios:
|
|
required: true
|
|
|
|
"#gpio-cells":
|
|
const: 1
|
|
|
|
gpio-cells:
|
|
- pin
|