Searched full:liteuart (Results 1 – 7 of 7) sorted by relevance
/linux-6.14.4/Documentation/devicetree/bindings/serial/ |
D | litex,liteuart.yaml | 5 $id: http://devicetree.org/schemas/serial/litex,liteuart.yaml# 8 title: LiteUART serial controller 15 LiteUART serial controller is a part of the LiteX FPGA SoC builder. It supports 20 const: litex,liteuart 37 compatible = "litex,liteuart";
|
/linux-6.14.4/drivers/tty/serial/ |
D | liteuart.c | 3 * LiteUART serial controller (LiteX) Driver 173 /* modem control register is not present in LiteUART */ in liteuart_set_mctrl() 243 return "liteuart"; in liteuart_type() 349 { .compatible = "litex,liteuart" }, 448 OF_EARLYCON_DECLARE(liteuart, "litex,liteuart", early_liteuart_setup); 476 MODULE_DESCRIPTION("LiteUART serial driver"); 478 MODULE_ALIAS("platform:liteuart");
|
D | Kconfig | 1497 tristate "LiteUART serial port support" 1503 This driver is for the FPGA-based LiteUART serial controller from LiteX 1506 Say 'Y' or 'M' here if you wish to use the LiteUART serial controller. 1510 int "Maximum number of LiteUART ports" 1518 bool "LiteUART serial port console support" 1523 Say 'Y' or 'M' here if you wish to use the FPGA-based LiteUART serial
|
D | Makefile | 50 obj-$(CONFIG_SERIAL_LITEUART) += liteuart.o
|
/linux-6.14.4/arch/openrisc/boot/dts/ |
D | or1klitex.dts | 20 bootargs = "console=liteuart"; 46 compatible = "litex,liteuart";
|
/linux-6.14.4/Documentation/admin-guide/ |
D | kernel-parameters.txt | 1309 liteuart,<addr>
|
/linux-6.14.4/ |
D | MAINTAINERS | 13461 F: drivers/tty/serial/liteuart.c
|