Searched +full:sdp +full:- +full:gpio5 (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/dts/bindings/gpio/ |
D | adi,sdp-120.yaml | 4 # SPDX-License-Identifier: Apache-2.0 7 GPIO pins exposed on a Analog devices SDP interface. 9 120-pin SDP interface: 55 45 GPIO4 GPIO5 76 72 compatible: "adi,sdp-120" 74 include: [gpio-nexus.yaml, base.yaml]
|
D | adi,max22190-gpio.yaml | 3 # SPDX-License-Identifier: Apache-2.0 10 filter-wbes = <CH0 CH1 CH2 ... CH7 > for wire break 12 filter-fbps and filter-delays. 16 pinctrl-names = "default"; 18 compatible = "adi,max22190-gpio"; 21 spi-max-frequency = <1000000>; 24 gpio-controller; 25 #gpio-cells = <2>; 29 max22190-mode = <1>; // modes range from 0-4 31 drdy-gpios = <&gpioj 12 GPIO_ACTIVE_LOW>; /* SDP-GPIO5 - PMOD-PIN8 */ [all …]
|
/Zephyr-latest/include/zephyr/dt-bindings/gpio/ |
D | adi-sdp-120.h | 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) 65 #define SDP_120_GPIO5 SDP_120_IO(76) /* GPIO5 */ [all …]
|
/Zephyr-latest/boards/adi/sdp_k1/ |
D | adi_sdp_120pin_connector.dtsi | 5 * SPDX-License-Identifier: Apache-2.0 8 #include <dt-bindings/gpio/adi-sdp-120.h> 12 compatible = "adi,sdp-120"; 13 #gpio-cells = <2>; 14 gpio-map-mask = <0xffffffff 0xffffffc0>; 15 gpio-map-pass-thru = <0 0x3f>; 16 gpio-map = 17 /* pin map */ /* sdp-120 */ 43 <75 0 &gpioj 12 0>, /* GPIO5 */ 52 <81 0 &gpioh 6 0>, /* SPI_CLK - spi5_sck_ph6 */ [all …]
|