Home
last modified time | relevance | path

Searched +full:cdone +full:- +full:gpios (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/tests/drivers/build_all/fpga/
Dspi.dtsi4 * SPDX-License-Identifier: Apache-2.0
11 compatible = "lattice,ice40-fpga-bitbang";
14 spi-max-frequency = <1000000>;
16 cdone-gpios = <&test_gpio 0 0>;
17 creset-gpios = <&test_gpio 0 0>;
18 clk-gpios = <&test_gpio 0 0>;
19 pico-gpios = <&test_gpio 0 0>;
20 gpios-set-reg = <0>;
21 gpios-clear-reg = <0>;
22 config-delay-us = <3900>;
[all …]
/Zephyr-latest/dts/bindings/fpga/
Dlattice,ice40-fpga-base.yaml2 # SPDX-License-Identifier: Apache-2.0
6 compatible: "lattice,ice40-fpga-base"
8 include: spi-device.yaml
11 cdone-gpios:
12 type: phandle-array
17 cdone-gpios = <&gpio0 0 0>;
18 creset-gpios:
19 type: phandle-array
24 creset-gpios = <&gpio0 1 GPIO_PUSH_PULL);
25 creset-delay-us:
[all …]