Searched +full:am654 +full:- +full:navss +full:- +full:main +full:- +full:udmap (Results 1 – 7 of 7) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)5 ---6 $id: http://devicetree.org/schemas/dma/ti/k3-udma.yaml#7 $schema: http://devicetree.org/meta-schemas/core.yaml#9 title: Texas Instruments K3 NAVSS Unified DMA12 - Peter Ujfalusi <peter.ujfalusi@gmail.com>15 The UDMA-P is intended to perform similar (but significantly upgraded)16 functions as the packet-oriented DMA used on previous SoC devices. The UDMA-P18 The UDMA-P architecture facilitates the segmentation and reassembly of SoC DMA29 on the Rx PSI-L interface.[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree Source for J7200 SoC Family Main Domain peripherals5 * Copyright (C) 2020-2021 Texas Instruments Incorporated - https://www.ti.com/9 serdes_refclk: serdes-refclk {10 #clock-cells = <0>;11 compatible = "fixed-clock";17 compatible = "mmio-sram";19 #address-cells = <1>;20 #size-cells = <1>;23 atf-sram@0 {[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree Source for J784S4 SoC Family Main Domain peripherals5 * Copyright (C) 2022 Texas Instruments Incorporated - https://www.ti.com/10 compatible = "mmio-sram";12 #address-cells = <1>;13 #size-cells = <1>;16 atf-sram@0 {20 tifs-sram@1f0000 {24 l3cache-sram@200000 {29 gic500: interrupt-controller@1800000 {[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree Source for AM6 SoC Family Main Domain peripherals5 * Copyright (C) 2016-2018 Texas Instruments Incorporated - https://www.ti.com/7 #include <dt-bindings/phy/phy-am654-serdes.h>11 compatible = "mmio-sram";13 #address-cells = <1>;14 #size-cells = <1>;17 atf-sram@0 {21 sysfw-sram@f0000 {25 l3cache-sram@100000 {[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree Source for J721S2 SoC Family Main Domain peripherals5 * Copyright (C) 2021 Texas Instruments Incorporated - https://www.ti.com/8 #include <dt-bindings/phy/phy-cadence.h>9 #include <dt-bindings/phy/phy-ti.h>12 serdes_refclk: clock-cmnrefclk {13 #clock-cells = <0>;14 compatible = "fixed-clock";15 clock-frequency = <0>;21 compatible = "mmio-sram";[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree Source for J721E SoC Family Main Domain peripherals5 * Copyright (C) 2016-2020 Texas Instruments Incorporated - https://www.ti.com/7 #include <dt-bindings/phy/phy.h>8 #include <dt-bindings/phy/phy-ti.h>9 #include <dt-bindings/mux/mux.h>11 #include "k3-serdes.h"14 cmn_refclk: clock-cmnrefclk {15 #clock-cells = <0>;16 compatible = "fixed-clock";[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Copyright (C) 2019 Texas Instruments Incorporated - http://www.ti.com11 #include <linux/dma-mapping.h>26 #include <linux/soc/ti/k3-ringacc.h>29 #include <linux/dma/k3-event-router.h>30 #include <linux/dma/ti-cppi5.h>32 #include "../virt-dma.h"33 #include "k3-udma.h"34 #include "k3-psil-priv.h"359 if (!uc->tchan) in udma_tchanrt_read()[all …]