Searched +full:j721e +full:- +full:c71 +full:- +full:dsp (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/remoteproc/ti,k3-dsp-rproc.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: TI K3 DSP devices10 - Suman Anna <s-anna@ti.com>13 The TI K3 family of SoCs usually have one or more TI DSP Core sub-systems14 that are used to offload some of the processor-intensive tasks or algorithms,17 These processor sub-systems usually contain additional sub-modules like19 controller, a dedicated local power/sleep controller etc. The DSP processor[all …]
1 // SPDX-License-Identifier: GPL-2.05 * 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 {30 compatible = "arm,gic-v3";[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.0-only3 * TI K3 DSP Remote Processor(s) driver5 * Copyright (C) 2018-2022 Texas Instruments Incorporated - https://www.ti.com/6 * Suman Anna <s-anna@ti.com>14 #include <linux/omap-mailbox.h>24 #define KEYSTONE_RPROC_LOCAL_ADDRESS_MASK (SZ_16M - 1)27 * struct k3_dsp_mem - internal memory structure30 * @dev_addr: Device address of the memory region from DSP view41 * struct k3_dsp_mem_data - memory definitions for a DSP51 * struct k3_dsp_dev_data - device data structure for a DSP[all …]