Searched +full:zynqmp +full:- +full:ipi +full:- +full:mailbox (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/mailbox/xln[all...]
1 Xilinx IPI Mailbox Controller4 The Xilinx IPI(Inter Processor Interrupt) mailbox controller is to manage5 messaging between two Xilinx Zynq UltraScale+ MPSoC IPI agents. Each IPI8 +-------------------------------------+9 | Xilinx ZynqMP IPI Controller |10 +-------------------------------------+11 +--------------------------------------------------+15 +--------------------------+ |18 +--------------------------------------------------+19 +------------------------------------------+[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/power/reset/xlnx,zynqmp[all...]
1 --------------------------------------------------------------------3 --------------------------------------------------------------------4 The zynqmp-power node describes the power management configurations.8 - compatible: Must contain: "xlnx,zynqmp-power"9 - interrupts: Interrupt specifier12 - mbox-names : Name given to channels seen in the 'mboxes' property.13 "tx" - Mailbox corresponding to transmit path14 "rx" - Mailbox corresponding to receive path15 - mboxes : Standard property to specify a Mailbox. Each value of17 mailbox controller device node and an args specifier[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 …]