Lines Matching +full:gpio4 +full:- +full:gpios
5 * SPDX-License-Identifier: Apache-2.0
8 * @brief SDP-120 GPIO index definitions
10 * Defines meant to be used in conjunction with the "adi,sdp-120"
11 * ADI SDP-120 mapping.
17 * cs-gpios = <&sdp_120 SDP_120_SPI_SS_N GPIO_ACTIVE_LOW>;
19 * example_device: example-dev@0 {
20 * compatible = "vnd,spi-device";
33 * @brief IO[n] signal on a SDP-120 GPIO nexus node following
36 #define SDP_120_IO(n) (n-1)
49 #define SDP_120_GPIO4 SDP_120_IO(45) /* GPIO4 */
79 /* SPORT - no driver yet */