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
10 - hsi-channel-names: Should contain the following strings
15 - gpios: Should provide a GPIO handler for each GPIO listed in
17 - gpio-names: Should contain the following strings
23 - interrupts: Should be IRQ handle for modem's reset indication
29 compatible = "nokia,n900-modem";
31 pinctrl-names = "default";
32 pinctrl-0 = <&modem_pins>;
34 hsi-channel-ids = <0>, <1>, <2>, <3>;
35 hsi-channel-names = "mcsaab-control",
39 hsi-speed-kbps = <55000>;
41 hsi-flow = "synchronized";
42 hsi-arb-mode = "round-robin";
44 interrupts-extended = <&gpio3 8 IRQ_TYPE_EDGE_FALLING>; /* 72 */
46 gpios = <&gpio3 6 GPIO_ACTIVE_HIGH>, /* 70 */
47 <&gpio3 9 GPIO_ACTIVE_HIGH>, /* 73 */
48 <&gpio3 10 GPIO_ACTIVE_HIGH>, /* 74 */
49 <&gpio3 11 GPIO_ACTIVE_HIGH>, /* 75 */
50 <&gpio5 29 GPIO_ACTIVE_HIGH>; /* 157 */
51 gpio-names = "cmt_apeslpx",