18c2ecf20Sopenharmony_ciActions Semi Owl UART
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciRequired properties:
48c2ecf20Sopenharmony_ci- compatible :  "actions,s500-uart", "actions,owl-uart" for S500
58c2ecf20Sopenharmony_ci                "actions,s900-uart", "actions,owl-uart" for S900
68c2ecf20Sopenharmony_ci- reg        :  Offset and length of the register set for the device.
78c2ecf20Sopenharmony_ci- interrupts :  Should contain UART interrupt.
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ciExample:
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ci		uart3: serial@b0126000 {
138c2ecf20Sopenharmony_ci			compatible = "actions,s500-uart", "actions,owl-uart";
148c2ecf20Sopenharmony_ci			reg = <0xb0126000 0x1000>;
158c2ecf20Sopenharmony_ci			interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
168c2ecf20Sopenharmony_ci		};
17