zephyr,uart-bridge

Vendor: The Zephyr Project

Note

An implementation of a driver matching this compatible is available in drivers/serial/uart_bridge.c.

Description

UART bridge

Bridges data between two serial devices, for example a USB CDC-ACM serial
port and an hardware UART.

The device node must specify exactly two peer phandles for the two serial
devices to be bridged together. Example configuration:

uart-bridge {
         compatible = "zephyr,uart-bridge";
         peers = <&cdc_acm_uart0 &uart1>;
};

Properties

Properties not inherited from the base binding file.

Name

Type

Details

peers

phandles

Peer device nodes, must contain two phandles