Lines Matching +full:mbox +full:- +full:names
7 "proxies" - each instance is unidirectional and is instantiated at SoC
13 --------------------
14 - compatible: Shall be: "ti,k2g-message-manager"
15 - reg-names queue_proxy_region - Map the queue proxy region.
16 queue_state_debug_region - Map the queue state debug
18 - reg: Contains the register map per reg-names.
19 - #mbox-cells Shall be 2. Contains the queue ID and proxy ID in that
21 - interrupt-names: Contains interrupt names matching the rx transfer path
24 For ti,k2g-message-manager, this shall contain:
26 - interrupts: Contains the interrupt information corresponding to
27 interrupt-names property.
30 ------------
33 compatible = "ti,k2g-message-manager";
34 #mbox-cells = <2>;
35 reg-names = "queue_proxy_region", "queue_state_debug_region";
37 interrupt-names = "rx_005", "rx_057";
44 mbox-names = "rx", "tx";