xref: /freebsd/sys/contrib/device-tree/Bindings/serial/actions,owl-uart.txt (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel VadotActions Semi Owl UART
2*c66ec88fSEmmanuel Vadot
3*c66ec88fSEmmanuel VadotRequired properties:
4*c66ec88fSEmmanuel Vadot- compatible :  "actions,s500-uart", "actions,owl-uart" for S500
5*c66ec88fSEmmanuel Vadot                "actions,s900-uart", "actions,owl-uart" for S900
6*c66ec88fSEmmanuel Vadot- reg        :  Offset and length of the register set for the device.
7*c66ec88fSEmmanuel Vadot- interrupts :  Should contain UART interrupt.
8*c66ec88fSEmmanuel Vadot
9*c66ec88fSEmmanuel Vadot
10*c66ec88fSEmmanuel VadotExample:
11*c66ec88fSEmmanuel Vadot
12*c66ec88fSEmmanuel Vadot		uart3: serial@b0126000 {
13*c66ec88fSEmmanuel Vadot			compatible = "actions,s500-uart", "actions,owl-uart";
14*c66ec88fSEmmanuel Vadot			reg = <0xb0126000 0x1000>;
15*c66ec88fSEmmanuel Vadot			interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
16*c66ec88fSEmmanuel Vadot		};
17