Searched +full:sci +full:- +full:rm +full:- +full:range +full:- +full:bchan (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-bcdma.yaml#7 $schema: http://devicetree.org/meta-schemas/core.yaml#12 - Peter Ujfalusi <[email protected]>16 mode channels of K3 UDMA-P.23 Split channels can be used to service PSI-L based peripherals.24 The peripherals can be PSI-L native or legacy, non PSI-L native peripherals25 with PDMAs. PDMA is tasked to act as a bridge between the PSI-L fabric and the34 - ti,am62a-dmss-bcdma-csirx[all …]
1 // SPDX-License-Identifier: GPL-2.0-only OR MIT5 * Copyright (C) 2022-2024 Texas Instruments Incorporated - https://www.ti.com/10 compatible = "mmio-sram";12 #address-cells = <1>;13 #size-cells = <1>;17 gic500: interrupt-controller@1800000 {18 compatible = "arm,gic-v3";24 #address-cells = <2>;25 #size-cells = <2>;27 #interrupt-cells = <3>;[all …]
1 // SPDX-License-Identifier: GPL-2.0-only OR MIT5 * Copyright (C) 2023-2024 Texas Instruments Incorporated - https://www.ti.com/10 compatible = "mmio-sram";11 #address-cells = <1>;12 #size-cells = <1>;15 gic500: interrupt-controller@1800000 {16 compatible = "arm,gic-v3";17 #address-cells = <2>;18 #size-cells = <2>;20 #interrupt-cells = <3>;[all …]
1 // SPDX-License-Identifier: GPL-2.0-only OR MIT5 * Copyright (C) 2020-2024 Texas Instruments Incorporated - https://www.ti.com/10 compatible = "mmio-sram";12 #address-cells = <1>;13 #size-cells = <1>;17 gic500: interrupt-controller@1800000 {18 compatible = "arm,gic-v3";19 #address-cells = <2>;20 #size-cells = <2>;22 #interrupt-cells = <3>;[all …]
1 // SPDX-License-Identifier: GPL-2.0-only OR MIT5 * Copyright (C) 2020-2024 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";23 #address-cells = <1>;[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"287 struct udma_bchan *bchan; member[all …]
1 /* SPDX-License-Identifier: BSD-3-Clause */5 * Communication protocol with TI SCI hardware7 * See: https://software-dl.ti.com/tisci/esd/latest/index.html for details9 * Copyright (C) 2015-2024 Texas Instruments Incorporated - https://www.ti.com/61 /* PSI-L requests */90 * struct ti_sci_msg_hdr - Generic Message Header for All messages and responses111 * struct ti_sci_msg_resp_version - Response for a message133 * struct ti_sci_msg_req_reboot - Reboot the SoC144 * struct ti_sci_msg_resp_query_fw_caps - Response for query firmware caps165 * struct ti_sci_msg_req_set_device_state - Set the desired state of the device[all …]