IB/srp: Let srp_abort() return FAST_IO_FAIL if TL offline
[linux/fpc-iii.git] / Documentation / devicetree / bindings / tty / serial / nxp-lpc32xx-hsuart.txt
blob0d439dfc1aa5bad5215ec62ea583dbf97b34a5e4
1 * NXP LPC32xx SoC High Speed UART
3 Required properties:
4 - compatible: Should be "nxp,lpc3220-hsuart"
5 - reg: Should contain registers location and length
6 - interrupts: Should contain interrupt
8 Example:
10         uart1: serial@40014000 {
11                 compatible = "nxp,lpc3220-hsuart";
12                 reg = <0x40014000 0x1000>;
13                 interrupts = <26 0>;
14         };