Lines Matching refs:ti
36 "ti,omap2-mailbox" for OMAP2420, OMAP2430 SoCs
37 "ti,omap3-mailbox" for OMAP3430, OMAP3630 SoCs
38 "ti,omap4-mailbox" for OMAP44xx, OMAP54xx, AM33xx,
45 - ti,hwmods: Name of the hwmod associated with the mailbox
49 - ti,mbox-num-users: Number of targets (processor devices) that the mailbox
51 - ti,mbox-num-fifos: Number of h/w fifo queues within the mailbox IP block
62 - ti,mbox-tx: sub-mailbox descriptor property defining a Tx fifo
63 - ti,mbox-rx: sub-mailbox descriptor property defining a Rx fifo
67 Each of the above ti,mbox-tx and ti,mbox-rx properties should have 3 cells of
70 (ti,mbox-tx) or for receiving (ti,mbox-rx)
80 - ti,mbox-send-noirq: Quirk flag to allow the client user of this sub-mailbox
103 compatible = "ti,omap4-mailbox";
106 ti,hwmods = "mailbox";
108 ti,mbox-num-users = <3>;
109 ti,mbox-num-fifos = <8>;
111 ti,mbox-tx = <0 0 0>;
112 ti,mbox-rx = <1 0 0>;
115 ti,mbox-tx = <3 0 0>;
116 ti,mbox-rx = <2 0 0>;
128 compatible = "ti,omap4-mailbox";
131 ti,hwmods = "mailbox";
133 ti,mbox-num-users = <4>;
134 ti,mbox-num-fifos = <8>;
136 ti,mbox-tx = <0 0 0>;
137 ti,mbox-rx = <0 0 3>;