Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 80b208ed authored by Andreas Färber's avatar Andreas Färber Committed by Greg Kroah-Hartman
Browse files

dt-bindings: serial: Document Actions Semi Owl UARTs



This UART is found on S500 and S900 SoCs.

Acked-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarAndreas Färber <afaerber@suse.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 92c8f7c0
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
Actions Semi Owl UART

Required properties:
- compatible :  "actions,s500-uart", "actions,owl-uart" for S500
                "actions,s900-uart", "actions,owl-uart" for S900
- reg        :  Offset and length of the register set for the device.
- interrupts :  Should contain UART interrupt.


Example:

		uart3: serial@b0126000 {
			compatible = "actions,s500-uart", "actions,owl-uart";
			reg = <0xb0126000 0x1000>;
			interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
		};