Searched +full:s32v234 +full:- +full:linflexuart (Results 1 – 4 of 4) sorted by relevance
/linux-6.8/Documentation/devicetree/bindings/serial/ ! |
D | fsl,s32-linflexuart.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/serial/fsl,s32-linflexuart.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 as support for full-duplex UART communication through 8-bit and 9-bit 16 - Chester Lin <chester62515@gmail.com> 19 - $ref: serial.yaml# 24 - const: fsl,s32v234-linflexuart 25 - items: 26 - const: nxp,s32g2-linflexuart [all …]
|
/linux-6.8/arch/arm64/boot/dts/freescale/ ! |
D | s32g2.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT 6 * Copyright (c) 2017-2021 NXP 9 #include <dt-bindings/interrupt-controller/arm-gic.h> 13 interrupt-parent = <&gic>; 14 #address-cells = <2>; 15 #size-cells = <2>; 18 #address-cells = <1>; 19 #size-cells = <0>; 23 compatible = "arm,cortex-a53"; 25 enable-method = "psci"; [all …]
|
D | s32v234.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Copyright 2015-2016 Freescale Semiconductor, Inc. 4 * Copyright 2016-2018 NXP 7 #include <dt-bindings/interrupt-controller/arm-gic.h> 12 compatible = "fsl,s32v234"; 13 interrupt-parent = <&gic>; 14 #address-cells = <2>; 15 #size-cells = <2>; 23 #address-cells = <2>; 24 #size-cells = <0>; [all …]
|
/linux-6.8/drivers/tty/serial/ ! |
D | fsl_linflexuart.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 5 * Copyright 2012-2016 Freescale Semiconductor, Inc. 6 * Copyright 2017-2019 NXP 20 /* All registers are 32-bit width */ 115 #define DRIVER_NAME "fsl-linflexuart" 125 .compatible = "fsl,s32v234-linflexuart", 147 ier = readl(port->membase + LINIER); in linflex_stop_tx() 149 writel(ier, port->membase + LINIER); in linflex_stop_tx() 156 ier = readl(port->membase + LINIER); in linflex_stop_rx() 157 writel(ier & ~LINFLEXD_LINIER_DRIE, port->membase + LINIER); in linflex_stop_rx() [all …]
|