Home
last modified time | relevance | path

Searched refs:uartlite (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/serial/
H A Dserial_xuartlite.c28 struct uartlite { struct
36 struct uartlite *regs; argument
42 struct uartlite *regs = plat->regs; in uartlite_serial_putc()
55 struct uartlite *regs = plat->regs; in uartlite_serial_getc()
66 struct uartlite *regs = plat->regs; in uartlite_serial_pending()
77 struct uartlite *regs = plat->regs; in uartlite_serial_probe()
90 plat->regs = (struct uartlite *)devfdt_get_addr(dev); in uartlite_serial_ofdata_to_platdata()
124 struct uartlite *regs = (struct uartlite *)CONFIG_DEBUG_UART_BASE; in _debug_uart_init()
133 struct uartlite *regs = (struct uartlite *)CONFIG_DEBUG_UART_BASE; in _debug_uart_putc()
H A DKconfig498 If you have a Xilinx based board and want to use the uartlite
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/serial/
H A Dxilinx_uartlite.txt4 - compatible : should be "xlnx,xps-uartlite-1.00.a", or "xlnx,opb-uartlite-1.00.b"
10 compatible = "xlnx,xps-uartlite-1.00.a";
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/serial/
H A Dxlnx,opb-uartlite.txt6 "xlnx,xps-uartlite-1.00.a"
7 "xlnx,opb-uartlite-1.00.b"
19 compatible = "xlnx,xps-uartlite-1.00.a";
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/
H A Dxilinx.txt78 compatible = "xlnx,opb-uartlite-1.00.b";
123 Xilinx uartlite devices are simple fixed speed serial ports.
126 - current-speed : Baud rate of uartlite
/OK3568_Linux_fs/kernel/arch/mips/boot/dts/ralink/
H A Drt2880.dtsi49 uartlite@c00 {
H A Dmt7620a.dtsi49 uartlite@c00 {
H A Drt3883.dtsi49 uartlite@c00 {
H A Drt3050.dtsi49 uartlite@c00 {
H A Dmt7628a.dtsi218 uart0: uartlite@c00 {
/OK3568_Linux_fs/kernel/drivers/staging/mt7621-dts/
H A Dmt7621.dtsi27 serial0 = &uartlite;
154 uartlite: uartlite@c00 { label
/OK3568_Linux_fs/kernel/arch/sh/boot/dts/
H A Dj2_mimas_v2.dts89 compatible = "xlnx,xps-uartlite-1.00.a";
/OK3568_Linux_fs/buildroot/board/avnet/s6lx9_microboard/
H A Dreadme.txt66 Early console on uartlite at 0x40600000
H A Dlx9_mmu.dts210 compatible = "xlnx,axi-uartlite-1.02.a", "xlnx,xps-uartlite-1.00.a";
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A DMakefile57 obj-$(CONFIG_SERIAL_UARTLITE) += uartlite.o
H A DKconfig530 tristate "Xilinx uartlite serial port support"
534 Say Y here if you want to use the Xilinx uartlite serial controller.
537 module will be called uartlite.
540 bool "Support for console on Xilinx uartlite serial port"
545 Say Y here if you wish to use a Xilinx uartlite as the system
550 int "Maximum number of uartlite serial ports"
H A Duartlite.c586 EARLYCON_DECLARE(uartlite, early_uartlite_setup);
/OK3568_Linux_fs/kernel/arch/microblaze/boot/dts/
H A Dsystem.dts300 compatible = "xlnx,xps-uartlite-1.00.a";
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Ddevices.txt2732 187 = /dev/ttyUL0 Xilinx uartlite - port 0
2734 190 = /dev/ttyUL3 Xilinx uartlite - port 3
/OK3568_Linux_fs/kernel/
H A DMAINTAINERS19331 F: drivers/tty/serial/uartlite.c