Lines Matching +full:inter +full:- +full:processor
1 * STMicroelectronics STM32 IPCC (Inter-Processor Communication Controller)
9 - compatible: Must be "st,stm32mp1-ipcc"
10 - reg: Register address range (base address and length)
11 - st,proc-id: Processor id using the mailbox (0 or 1)
12 - clocks: Input clock
13 - interrupt-names: List of names for the interrupts described by the interrupt
15 - "rx"
16 - "tx"
17 - "wakeup"
18 - interrupts: Interrupt specifiers for "rx channel occupied", "tx channel
20 - #mbox-cells: Number of cells required for the mailbox specifier. Must be 1.
25 - wakeup-source: Flag to indicate whether this device can wake up the system
31 compatible = "st,stm32mp1-ipcc";
32 #mbox-cells = <1>;
34 st,proc-id = <0>;
35 interrupts-extended = <&intc GIC_SPI 100 IRQ_TYPE_NONE>,
38 interrupt-names = "rx", "tx", "wakeup";
40 wakeup-source;