Searched +full:sc9836 +full:- +full:uart (Results 1 – 4 of 4) sorted by relevance
1 // SPDX-License-Identifier: GPL-2.0-only9 interrupt-parent = <&gic>;10 #address-cells = <2>;11 #size-cells = <2>;14 compatible = "simple-bus";15 #address-cells = <2>;16 #size-cells = <2>;20 compatible = "sprd,sc9863a-glbregs", "syscon",21 "simple-mfd";23 #address-cells = <1>;[all …]
1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)8 #include <dt-bindings/interrupt-controller/arm-gic.h>11 interrupt-parent = <&gic>;12 #address-cells = <2>;13 #size-cells = <2>;16 #address-cells = <2>;17 #size-cells = <0>;19 cpu-map {50 compatible = "arm,cortex-a55";52 enable-method = "psci";[all …]
1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)8 #include <dt-bindings/clock/sprd,ums512-clk.h>9 #include <dt-bindings/interrupt-controller/arm-gic.h>12 interrupt-parent = <&gic>;13 #address-cells = <2>;14 #size-cells = <2>;17 #address-cells = <2>;18 #size-cells = <0>;20 cpu-map {51 compatible = "arm,cortex-a55";[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Copyright (C) 2012-2015 Spreadtrum Communications Inc.10 #include <linux/dma-mapping.h>11 #include <linux/dma/sprd-dma.h>162 return readl_relaxed(port->membase + offset); in serial_in()168 writel_relaxed(value, port->membase + offset); in serial_out()202 if (sp->rx_dma.enable) in sprd_stop_rx()203 dmaengine_terminate_all(sp->rx_dma.chn); in sprd_stop_rx()234 dmaengine_pause(sp->tx_dma.chn); in sprd_stop_tx_dma()236 dmaengine_tx_status(sp->tx_dma.chn, sp->tx_dma.cookie, &state); in sprd_stop_tx_dma()[all …]