Searched +full:milbeaut +full:- +full:usio +full:- +full:uart (Results 1 – 5 of 5) sorted by relevance
1 Socionext Milbeaut UART controller4 - compatible: should be "socionext,milbeaut-usio-uart".5 - reg: offset and length of the register set for the device.6 - interrupts: two interrupts specifier.7 - interrupt-names: should be "rx", "tx".8 - clocks: phandle to the input clock.11 - auto-flow-control: flow control enable.15 compatible = "socionext,milbeaut-usio-uart";18 interrupt-names = "rx", "tx";20 auto-flow-control;
1 # SPDX-License-Identifier: GPL-2.03 ---4 $id: http://devicetree.org/schemas/clock/milbeaut-clock.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Milbeaut SoCs Clock Controller Binding10 - Taichi Sugaya <sugaya.taichi@socionext.com>13 Milbeaut SoCs Clock controller is an integrated clock controller, which17 [1] Documentation/devicetree/bindings/clock/clock-bindings.txt22 - socionext,milbeaut-m10v-ccu31 '#clock-cells':[all …]
1 // SPDX-License-Identifier: GPL-2.02 #include <dt-bindings/interrupt-controller/irq.h>3 #include <dt-bindings/input/input.h>4 #include <dt-bindings/gpio/gpio.h>5 #include <dt-bindings/interrupt-controller/arm-gic.h>9 interrupt-parent = <&gic>;10 #address-cells = <1>;11 #size-cells = <1>;14 #address-cells = <1>;15 #size-cells = <0>;[all …]
1 // SPDX-License-Identifier: GPL-2.015 #define USIO_NAME "mlb-usio-uart"67 writew(readw(port->membase + MLB_USIO_REG_FCR) & ~MLB_USIO_FCR_FTIE, in mlb_usio_stop_tx()68 port->membase + MLB_USIO_REG_FCR); in mlb_usio_stop_tx()69 writeb(readb(port->membase + MLB_USIO_REG_SCR) & ~MLB_USIO_SCR_TBIE, in mlb_usio_stop_tx()70 port->membase + MLB_USIO_REG_SCR); in mlb_usio_stop_tx()75 struct circ_buf *xmit = &port->state->xmit; in mlb_usio_tx_chars()78 writew(readw(port->membase + MLB_USIO_REG_FCR) & ~MLB_USIO_FCR_FTIE, in mlb_usio_tx_chars()79 port->membase + MLB_USIO_REG_FCR); in mlb_usio_tx_chars()80 writeb(readb(port->membase + MLB_USIO_REG_SCR) & in mlb_usio_tx_chars()[all …]
1 # SPDX-License-Identifier: GPL-2.019 comment "Non-8250 serial port support"26 This selects the ARM(R) AMBA(R) PrimeCell PL010 UART. If you have37 Say Y here if you wish to use an AMBA PrimeCell UART as the system53 This selects the ARM(R) AMBA(R) PrimeCell PL011 UART. If you have65 Say Y here if you wish to use an AMBA PrimeCell UART as the system89 bool "Early console using RISC-V SBI"95 Support for early debug console using RISC-V SBI. This enables101 tristate "BCM1xxx on-chip DUART serial support"107 the BCM1250 and derived System-On-a-Chip (SOC) devices. Note that[all …]