Searched +full:imx28 +full:- +full:auart (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/serial/fsl-mxs-auart.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Freescale MXS Application UART (AUART)10 - Fabio Estevam <festevam@gmail.com>13 - $ref: serial.yaml#18 - const: fsl,imx23-auart19 - const: alphascale,asm9260-auart20 - items:[all …]
1 // SPDX-License-Identifier: GPL-2.0+5 #include <dt-bindings/gpio/gpio.h>6 #include "imx28-pinfunc.h"9 #address-cells = <1>;10 #size-cells = <1>;12 interrupt-parent = <&icoll>;15 * pre-existing /chosen node to be available to insert the42 #address-cells = <1>;43 #size-cells = <0>;46 compatible = "arm,arm926ej-s";[all …]
1 // SPDX-License-Identifier: GPL-2.0+9 * Copyright 2014 Oleksij Rempel <linux@rempel-privat.de>11 * Copyright 2008-2010 Freescale Semiconductor, Inc.34 #include <linux/dma-mapping.h>90 #define AUART_LINECTRL_WLEN(v) ((((v) - 5) & 0x3) << 5)138 * RW. Receive Timeout Counter Value: number of 8-bit-time to wait before140 * input is idle, then the watchdog counter will decrement each bit-time. Note141 * 7-bit-time is added to the programmed value, so a value of zero will set142 * the counter to 7-bit-time, a value of 0x1 gives 15-bit-time and so on. Also146 * value is 0x3 (31 bit-time).[all …]