On Thu, 18 Mar 2021 15:11:30 -0400, Al Cooper wrote: > Add DT bindings for the Broadcom 8250 based UART driver. This > UART is based on an 8250 but adds additional functionality. The > additional features include the ability to use DMA for transfers and > a baud rate clock system that is more accurate at high baud rates. > This UART is backward compatible with the standard 8250 UART. > > Signed-off-by: Al Cooper <alcooperx@xxxxxxxxx> > --- > .../bindings/serial/brcm,bcm7271-uart.yaml | 95 +++++++++++++++++++ > 1 file changed, 95 insertions(+) > create mode 100644 Documentation/devicetree/bindings/serial/brcm,bcm7271-uart.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>