Lines Matching full:gpios
22 tx-en-gpios = <&gpio0 30 GPIO_ACTIVE_HIGH>;
23 rx-en-gpios = <&gpio1 11 GPIO_ACTIVE_HIGH>;
24 pdn-gpios = <&gpio1 10 GPIO_ACTIVE_HIGH>;
25 mode-gpios = <&gpio1 12 GPIO_ACTIVE_HIGH>;
37 gpios = <&gpio0 30 0>, <&gpio1 11 0>, <&gpio1 10 0>, <&gpio1 12 0>;
44 - P0.30 (matching `tx-en-gpios`)
45 - P1.11 (matching `rx-en-gpios`)
46 - P1.10 (matching `pdn-gpios`)
47 - P1.12 (matching `mode-gpios`)
50 are ignored. In order to configure the GPIOs passed to the forwarder, their
51 GPIO flags must be set in the matching node that these GPIOs are forwarded
66 description: Arrays of GPIOs to be forwarded.
69 gpios:
73 Array of GPIOs to be forwarded. Note that GPIO flags provided for
74 elements of this array are ignored. In order to configure the GPIOs
76 node that these GPIOs are forwarded to.