Home
last modified time | relevance | path

Searched +full:sdp +full:- +full:gpio6 (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/dts/bindings/gpio/
Dadi,sdp-120.yaml4 # SPDX-License-Identifier: Apache-2.0
7 GPIO pins exposed on a Analog devices SDP interface.
9 120-pin SDP interface:
57 47 GPIO6 GPIO7 74
72 compatible: "adi,sdp-120"
74 include: [gpio-nexus.yaml, base.yaml]
Dadi,max22190-gpio.yaml3 # 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/
Dadi-sdp-120.h5 * 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)
50 #define SDP_120_GPIO6 SDP_120_IO(47) /* GPIO6 */
[all …]
/Zephyr-latest/boards/adi/sdp_k1/
Dadi_sdp_120pin_connector.dtsi5 * 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 */
28 <46 0 &gpioj 13 0>, /* GPIO6 */
52 <81 0 &gpioh 6 0>, /* SPI_CLK - spi5_sck_ph6 */
[all …]