0001 Actions Semi Owl UART
0002
0003 Required properties:
0004 - compatible : "actions,s500-uart", "actions,owl-uart" for S500
0005 "actions,s900-uart", "actions,owl-uart" for S900
0006 - reg : Offset and length of the register set for the device.
0007 - interrupts : Should contain UART interrupt.
0008
0009
0010 Example:
0011
0012 uart3: serial@b0126000 {
0013 compatible = "actions,s500-uart", "actions,owl-uart";
0014 reg = <0xb0126000 0x1000>;
0015 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
0016 };