Home
last modified time | relevance | path

Searched +full:8810 +full:pl +full:- +full:uart (Results 1 – 6 of 6) sorted by relevance

/linux/arch/arm/boot/dts/unisoc/
H A Drda8810pl.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
9 #include <dt-bindings/interrupt-controller/irq.h>
12 compatible = "rda,8810pl";
13 interrupt-parent = <&intc>;
14 #address-cells = <1>;
15 #size-cells = <1>;
18 #address-cells = <1>;
19 #size-cells = <0>;
23 compatible = "arm,cortex-a5";
29 compatible = "mmio-sram";
[all …]
H A Drda8810pl-orangepi-2g-iot.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
7 /dts-v1/;
12 compatible = "xunlong,orangepi-2g-iot", "rda,8810pl";
13 model = "Orange Pi 2G-IoT";
22 stdout-path = "serial2:921600n8";
30 uart_clk: uart-clk {
31 compatible = "fixed-clock";
32 clock-frequency = <921600>;
33 #clock-cells = <0>;
H A Drda8810pl-orangepi-i96.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
7 /dts-v1/;
12 compatible = "xunlong,orangepi-i96", "rda,8810pl";
22 stdout-path = "serial2:921600n8";
30 uart_clk: uart-clk {
31 compatible = "fixed-clock";
32 clock-frequency = <921600>;
33 #clock-cells = <0>;
/linux/Documentation/devicetree/bindings/serial/
H A Drda,8810pl-uart.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/serial/rda,8810pl-uart.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: RDA Micro UART Interface
10 - Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
13 - $ref: serial.yaml#
17 const: rda,8810pl-uart
29 - compatible
30 - reg
[all …]
/linux/drivers/tty/serial/
H A Drda-uart.c1 // SPDX-License-Identifier: GPL-2.0+
128 writel(val, port->membase + off); in rda_uart_write()
133 return readl(port->membase + off); in rda_uart_read()
236 clk_set_rate(rda_port->clk, baud * 8); in rda_uart_change_baudrate()
251 baud = uart_get_baud_rate(port, termios, old, 9600, port->uartclk / 4); in rda_uart_set_termios()
258 switch (termios->c_cflag & CSIZE) { in rda_uart_set_termios()
261 dev_warn(port->dev, "bit size not supported, using 7 bits\n"); in rda_uart_set_termios()
265 termios->c_cflag &= ~CSIZE; in rda_uart_set_termios()
266 termios->c_cflag |= CS7; in rda_uart_set_termios()
274 if (termios->c_cflag & CSTOPB) in rda_uart_set_termios()
[all …]
/linux/
H A DMAINTAINERS5 ---------------------------------------------------
21 W: *Web-page* with status/info
23 B: URI for where to file *bugs*. A web-page with detailed bug
28 patches to the given subsystem. This is either an in-tree file,
29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst
46 N: [^a-z]tegra all files whose path contains tegra
49 scripts/get_maintainer.pl has different behavior for files that
64 ----------------
83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
85 L: linux-scsi@vger.kernel.org
[all …]