Files
zephyr_uart_interrupt_poll_…/modules/uart-interrupt-poll-bridge/dts/bindings/interrupt-poll-bridge.yaml
2026-03-13 12:45:14 +01:00

17 lines
349 B
YAML

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
counter:
type: phandle
required: true
uart:
type: phandle
required: true