Searched +full:am654 +full:- +full:navss +full:- +full:ringacc (Results 1 – 11 of 11) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/dma/ti/k3-udma.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Texas Instruments K3 NAVSS Unified DMA Device Tree Bindings10 - Peter Ujfalusi <peter.ujfalusi@ti.com>13 The UDMA-P is intended to perform similar (but significantly upgraded)14 functions as the packet-oriented DMA used on previous SoC devices. The UDMA-P16 The UDMA-P architecture facilitates the segmentation and reassembly of SoC DMA27 on the Rx PSI-L interface.[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)2 # Copyright (C) 2020 Texas Instruments Incorporated - http://www.ti.com/4 ---5 $id: "http://devicetree.org/schemas/soc/ti/k3-ringacc.yaml#"6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"11 - Santosh Shilimkar <ssantosh@kernel.org>12 - Grygorii Strashko <grygorii.strashko@ti.com>31 - const: ti,am654-navss-ringacc35 - description: real time registers regions36 - description: fifos registers regions[all …]
1 // SPDX-License-Identifier: GPL-2.05 * Copyright (C) 2016-2018 Texas Instruments Incorporated - https://www.ti.com/9 mcu_conf: scm-conf@40f00000 {10 compatible = "syscon", "simple-mfd";12 #address-cells = <1>;13 #size-cells = <1>;17 compatible = "ti,am654-phy-gmii-sel";19 #phy-cells = <1>;24 compatible = "ti,am654-uart";26 reg-shift = <2>;[all …]
1 // SPDX-License-Identifier: GPL-2.05 * Copyright (C) 2016-2019 Texas Instruments Incorporated - https://www.ti.com/10 compatible = "ti,k2g-sci";11 ti,host-id = <12>;13 mbox-names = "rx", "tx";18 reg-names = "debug_messages";21 k3_pds: power-controller {22 compatible = "ti,sci-pm-domain";23 #power-domain-cells = <2>;27 compatible = "ti,k2g-sci-clk";[all …]
1 // SPDX-License-Identifier: GPL-2.05 * Copyright (C) 2020 Texas Instruments Incorporated - https://www.ti.com/10 compatible = "ti,k2g-sci";11 ti,host-id = <12>;13 mbox-names = "rx", "tx";18 reg-names = "debug_messages";21 k3_pds: power-controller {22 compatible = "ti,sci-pm-domain";23 #power-domain-cells = <2>;27 compatible = "ti,k2g-sci-clk";[all …]
1 // SPDX-License-Identifier: GPL-2.05 * 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 {30 gic500: interrupt-controller@1800000 {[all …]
1 // SPDX-License-Identifier: GPL-2.05 * Copyright (C) 2020 Texas Instruments Incorporated - https://www.ti.com/10 compatible = "mmio-sram";12 #address-cells = <1>;13 #size-cells = <1>;16 atf-sram@0 {21 scm_conf: scm-conf@100000 {22 compatible = "ti,j721e-system-controller", "syscon", "simple-mfd";24 #address-cells = <1>;25 #size-cells = <1>;[all …]
1 // SPDX-License-Identifier: GPL-2.05 * Copyright (C) 2016-2019 Texas Instruments Incorporated - https://www.ti.com/7 #include <dt-bindings/phy/phy.h>8 #include <dt-bindings/mux/mux.h>9 #include <dt-bindings/mux/ti-serdes.h>12 cmn_refclk: clock-cmnrefclk {13 #clock-cells = <0>;14 compatible = "fixed-clock";15 clock-frequency = <0>;18 cmn_refclk1: clock-cmnrefclk1 {[all …]
1 // SPDX-License-Identifier: GPL-2.03 * TI K3 NAVSS Ring Accelerator subsystem driver5 * Copyright (C) 2019 Texas Instruments Incorporated - http://www.ti.com8 #include <linux/dma-mapping.h>14 #include <linux/soc/ti/k3-ringacc.h>26 * struct k3_ring_rt_regs - The RA realtime Control/Status Registers region49 * struct k3_ring_fifo_regs - The Ring Accelerator Queues Registers region64 * struct k3_ringacc_proxy_gcfg_regs - RA Proxy Global Config MMIO Region77 * struct k3_ringacc_proxy_target_regs - Proxy Datapath MMIO Region92 #define K3_RINGACC_PROXY_NOT_USED (-1)[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Copyright (C) 2019 Texas Instruments Incorporated - http://www.ti.com10 #include <linux/dma-mapping.h>26 #include <linux/soc/ti/k3-ringacc.h>29 #include <linux/dma/ti-cppi5.h>31 #include "../virt-dma.h"32 #include "k3-udma.h"33 #include "k3-psil-priv.h"133 struct k3_ringacc *ringacc; member292 if (!uc->tchan) in udma_tchanrt_read()[all …]
... -boot-2021.07/.readthedocs.yml u-boot-2021.07/Kbuild u-boot-2021.07 ...