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)
95 compatible = "ti,omap4-mailbox";
98 ti,hwmods = "mailbox";
100 ti,mbox-num-users = <3>;
101 ti,mbox-num-fifos = <8>;
103 ti,mbox-tx = <0 0 0>;
104 ti,mbox-rx = <1 0 0>;
107 ti,mbox-tx = <3 0 0>;
108 ti,mbox-rx = <2 0 0>;
120 compatible = "ti,omap4-mailbox";
123 ti,hwmods = "mailbox";
125 ti,mbox-num-users = <4>;
126 ti,mbox-num-fifos = <8>;
128 ti,mbox-tx = <0 0 0>;
129 ti,mbox-rx = <0 0 3>;