Searched +full:am654 +full:- +full:r5f (Results 1 – 3 of 3) 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-r5f-rproc.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: TI K3 R5F processor subsystems10 - Suman Anna <s-anna@ti.com>13 The TI K3 family of SoCs usually have one or more dual-core Arm Cortex R5F20 Each Dual-Core R5F sub-system is represented as a single DTS node22 the individual R5F cores. Each node has a number of required or optional33 - ti,am654-r5fss[all …]
1 // SPDX-License-Identifier: GPL-2.05 * Copyright (C) 2016-2018 Texas Instruments Incorporated - https://www.ti.com/8 #include <dt-bindings/gpio/gpio.h>9 #include <dt-bindings/interrupt-controller/irq.h>10 #include <dt-bindings/interrupt-controller/arm-gic.h>11 #include <dt-bindings/pinctrl/k3.h>12 #include <dt-bindings/soc/ti,sci_pm_domain.h>15 model = "Texas Instruments K3 AM654 SoC";16 compatible = "ti,am654";17 interrupt-parent = <&gic500>;[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * TI K3 R5F (MCU) Remote Processor driver5 * Copyright (C) 2017-2020 Texas Instruments Incorporated - https://www.ti.com/6 * Suman Anna <s-anna@ti.com>9 #include <linux/dma-mapping.h>18 #include <linux/omap-mailbox.h>32 /* R5 TI-SCI Processor Configuration Flags */42 /* R5 TI-SCI Processor Control Flags */45 /* R5 TI-SCI Processor Status Flags */52 * struct k3_r5_mem - internal memory structure[all …]