1 Nokia modem client bindings
3 The Nokia modem HSI client follows the common HSI client binding
4 and inherits all required properties. The following additional
5 properties are needed by the Nokia modem HSI client:
8 - compatible: Should be one of
12 - hsi-channel-names: Should contain the following strings
17 - gpios: Should provide a GPIO handler for each GPIO listed in
19 - gpio-names: Should contain the following strings
20 "cmt_apeslpx" (for n900, n950, n9)
21 "cmt_rst_rq" (for n900, n950, n9)
22 "cmt_en" (for n900, n950, n9)
25 - interrupts: Should be IRQ handle for modem's reset indication
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",
41 hsi-speed-kbps = <55000>;
43 hsi-flow = "synchronized";
44 hsi-arb-mode = "round-robin";
46 interrupts-extended = <&gpio3 8 IRQ_TYPE_EDGE_FALLING>; /* 72 */
48 gpios = <&gpio3 6 GPIO_ACTIVE_HIGH>, /* 70 */
49 <&gpio3 9 GPIO_ACTIVE_HIGH>, /* 73 */
50 <&gpio3 10 GPIO_ACTIVE_HIGH>, /* 74 */
51 <&gpio3 11 GPIO_ACTIVE_HIGH>, /* 75 */
52 <&gpio5 29 GPIO_ACTIVE_HIGH>; /* 157 */
53 gpio-names = "cmt_apeslpx",