Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: serial: Document Actions Semi Owl UARTs

This UART is found on S500 and S900 SoCs.

Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Andreas Färber and committed by
Greg Kroah-Hartman
80b208ed 92c8f7c0

+16
+16
Documentation/devicetree/bindings/serial/actions,owl-uart.txt
··· 1 + Actions Semi Owl UART 2 + 3 + Required properties: 4 + - compatible : "actions,s500-uart", "actions,owl-uart" for S500 5 + "actions,s900-uart", "actions,owl-uart" for S900 6 + - reg : Offset and length of the register set for the device. 7 + - interrupts : Should contain UART interrupt. 8 + 9 + 10 + Example: 11 + 12 + uart3: serial@b0126000 { 13 + compatible = "actions,s500-uart", "actions,owl-uart"; 14 + reg = <0xb0126000 0x1000>; 15 + interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>; 16 + };