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

Node specific properties

Properties not inherited from the base binding file.

Name

Type

Details

peers

phandles

Peer device nodes, must contain two phandles

Deprecated node specific properties

Deprecated properties not inherited from the base binding file.

(None)

Base properties

Properties inherited from the base binding file, which defines common properties that may be set on many nodes. Not all of these may apply to the “zephyr,uart-bridge” compatible.

(None)