added poll api passthrough

This commit is contained in:
2026-03-11 20:34:44 +01:00
commit 9f05489b3a
13 changed files with 218 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
description: Uart interrupt driven api for poll only devices via timer instead of busy cpu time
compatible: "uart-interrupt-poll-bridge"
properties:
interrupt-parent:
type: phandle
required: true
interrupts:
type: array
required: true
timer:
type: phandle
required: true
uart:
type: phandle
required: true