Lines Matching +full:round +full:- +full:robin
8 - compatible: Should be one of
9 "nokia,n900-modem"
10 "nokia,n950-modem"
11 "nokia,n9-modem"
12 - hsi-channel-names: Should contain the following strings
13 "mcsaab-control"
14 "speech-control"
15 "speech-data"
16 "mcsaab-data"
17 - gpios: Should provide a GPIO handler for each GPIO listed in
18 gpio-names
19 - gpio-names: Should contain the following strings
25 - interrupts: Should be IRQ handle for modem's reset indication
30 modem: hsi-client {
31 compatible = "nokia,n900-modem";
33 pinctrl-names = "default";
34 pinctrl-0 = <&modem_pins>;
36 hsi-channel-ids = <0>, <1>, <2>, <3>;
37 hsi-channel-names = "mcsaab-control",
38 "speech-control",
39 "speech-data",
40 "mcsaab-data";
41 hsi-speed-kbps = <55000>;
42 hsi-mode = "frame";
43 hsi-flow = "synchronized";
44 hsi-arb-mode = "round-robin";
46 interrupts-extended = <&gpio3 8 IRQ_TYPE_EDGE_FALLING>; /* 72 */
53 gpio-names = "cmt_apeslpx",