zephyr/dts/bindings/serial/raspberrypi,pico-uart-pio.yaml
Yonatan Schachter b5a7949e8a drivers: serial: Added rpi_pico driver over PIO
Implements a UART driver using PIO. Both PIOs are supported.
Only polling API is supported. Only 8N1 mode is supported.

Signed-off-by: Yonatan Schachter <yonatan.schachter@gmail.com>
2023-04-25 13:12:02 +02:00

6 lines
150 B
YAML

description: Raspberry Pi Pico PIO UART
compatible: "raspberrypi,pico-uart-pio"
include: [uart-controller.yaml, "raspberrypi,pico-pio-device.yaml"]