5abb1b1ec0
Added a generic driver for RaspberryPi Pico PIO. This driver is an intermediate driver for abstracting the PIO device driver from physical pin configuration. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@fujitsu.com> Signed-off-by: Yonatan Schachter <yonatan.schachter@gmail.com> Signed-off-by: Ionut Catalin Pavel <iocapa@iocapa.com>
9 lines
188 B
YAML
9 lines
188 B
YAML
# Copyright (c) 2023, TOKITA Hiroshi
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: Raspberry Pi Pico PIO
|
|
|
|
compatible: "raspberrypi,pico-pio"
|
|
|
|
include: [base.yaml, reset-device.yaml]
|