Searched +full:zynqmp +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/xlnx,zynqmp-r5fss.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Xilinx R5F processor subsystem10 - Ben Levinsky <ben.levinsky@amd.com>11 - Tanmay Shah <tanmay.shah@amd.com>14 The Xilinx platforms include a pair of Cortex-R5F processors (RPU) for15 real-time processing based on the Cortex-R5F processor core from ARM.16 The Cortex-R5F processor implements the Arm v7-R architecture and includes a[all …]
1 // SPDX-License-Identifier: GPL-2.0+3 * dts file for Xilinx ZynqMP5 * (C) Copyright 2014 - 2021, Xilinx, Inc.15 #include <dt-bindings/dma/xlnx-zynqmp-dpdma.h>16 #include <dt-bindings/gpio/gpio.h>17 #include <dt-bindings/interrupt-controller/arm-gic.h>18 #include <dt-bindings/interrupt-controller/irq.h>19 #include <dt-bindings/power/xlnx-zynqmp-power.h>20 #include <dt-bindings/reset/xlnx-zynqmp-resets.h>23 compatible = "xlnx,zynqmp";[all …]
1 // SPDX-License-Identifier: GPL-2.03 * ZynqMP R5 Remote Processor driver7 #include <dt-bindings/power/xlnx-zynqmp-power.h>8 #include <linux/dma-mapping.h>9 #include <linux/firmware/xlnx-zynqmp.h>12 #include <linux/mailbox/zynqmp-ipi-message.h>30 * reflects possible values of xlnx,cluster-mode dt-property34 LOCKSTEP_MODE = 1, /* cores execute same code in lockstep,clk-for-clk */39 * struct mem_bank_data - Memory Bank description43 * @pm_domain_id: Power-domains id of memory bank for firmware to turn on/off[all …]