Searched +full:j721e +full:- +full:sa2ul (Results 1 – 5 of 5) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only or BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/crypto/ti,sa2ul.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: K3 SoC SA2UL crypto module10 - Tero Kristo <t-kristo@ti.com>15 - ti,j721e-sa2ul16 - ti,am654-sa2ul17 - ti,am64-sa2ul22 power-domains:[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Copyright (C) 2019 Texas Instruments Incorporated - http://www.ti.com9 #include "k3-psil-priv.h"69 /* PSI-L source thread IDs, used for RX (DMA_DEV_TO_MEM) */71 /* SA2UL */86 /* PDMA6 (PSIL_PDMA_MCASP_G0) - McASP0-2 */90 /* PDMA7 (PSIL_PDMA_MCASP_G1) - McASP3-11 */100 /* PDMA8 (PDMA_MISC_G0) - SPI0-1 */109 /* PDMA9 (PDMA_MISC_G1) - SPI2-3 */118 /* PDMA10 (PDMA_MISC_G2) - SPI4-5 */[all …]
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#12 - 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.31 The UDMA-P also supports acting as both a UTC and UDMA-C for its internal[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/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>;[all …]
1 // SPDX-License-Identifier: GPL-2.03 * K3 SA2UL crypto accelerator driver5 * Copyright (C) 2018-2020 Texas Instruments Incorporated - http://www.ti.com12 #include <linux/dma-mapping.h>31 #include "sa2ul.h"35 /* Byte offset for Aux-1 in encryption security context */62 /* Make 32-bit word from 4 bytes */94 * struct sa_cmdl_cfg - Command label configuration descriptor114 * struct algo_data - Crypto algorithm specific data366 * The SA2UL Expects the security context to[all …]