• Home
  • Raw
  • Download

Lines Matching +full:inter +full:- +full:processor

4 The Xilinx IPI(Inter Processor Interrupt) mailbox controller is to manage
8 +-------------------------------------+
10 +-------------------------------------+
11 +--------------------------------------------------+
15 +--------------------------+ |
18 +--------------------------------------------------+
19 +------------------------------------------+
20 | +----------------+ +----------------+ |
24 | +----------------+ +----------------+ |
27 +------------------------------------------+
33 --------------------
35 - compatible: Shall be: "xlnx,zynqmp-ipi-mailbox"
36 - interrupt-parent: Phandle for the interrupt controller
37 - interrupts: Interrupt information corresponding to the
38 interrupt-names property.
39 - xlnx,ipi-id: local Xilinx IPI agent ID
40 - #address-cells: number of address cells of internal IPI mailbox nodes
41 - #size-cells: number of size cells of internal IPI mailbox nodes
44 - reg: IPI buffers address ranges
45 - reg-names: Names of the reg resources. It should have:
47 - IPI request msg buffer written by local and read
50 - IPI response msg buffer written by local and read
53 - IPI request msg buffer written by remote and read
56 - IPI response msg buffer written by remote and read
58 - #mbox-cells: Shall be 1. It contains:
60 - xlnx,ipi-id: remote Xilinx IPI agent ID of which the mailbox is
64 --------------------
65 - method: The method of accessing the IPI agent registers.
72 --------------------
73 - mboxes: Standard property to specify a mailbox
75 - mbox-names: List of identifier strings for each mailbox
81 compatible = "xlnx,zynqmp-ipi-mailbox";
82 interrupt-parent = <&gic>;
84 xlnx,ipi-id = <0>;
85 #address-cells = <1>;
86 #size-cells = <1>;
89 /* APU<->RPU0 IPI mailbox controller */
95 reg-names = "local_request_region",
99 #mbox-cells = <1>;
100 xlnx,ipi-id = <1>;
102 /* APU<->RPU1 IPI mailbox controller */
108 reg-names = "local_request_region",
112 #mbox-cells = <1>;
113 xlnx,ipi-id = <2>;
120 mbox-names = "tx", "rx";
126 mbox-names = "tx", "rx";