Home
last modified time | relevance | path

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

/Zephyr-latest/dts/bindings/stepper/adi/
Dadi,tmc2209.yaml1 # SPDX-FileCopyrightText: Copyright (c) 2024 Fabian Blatz <fabianblatz@gmail.com>
2 # SPDX-License-Identifier: Apache-2.0
10 enable-gpios = <&gpio0 0 GPIO_ACTIVE_HIGH>;
11 msx-gpios = <&gpio0 1 GPIO_ACTIVE_HIGH>,
13 step-gpios = <&gpio0 3 GPIO_ACTIVE_HIGH>;
14 dir-gpios = <&gpio0 4 GPIO_ACTIVE_HIGH>;
15 dual-edge-step;
21 - name: stepper-controller.yaml
22 property-allowlist:
23 - micro-step-res
[all …]
/Zephyr-latest/tests/drivers/build_all/stepper/
Dgpio.dtsi3 * SPDX-License-Identifier: Apache-2.0
7 compatible = "zephyr,gpio-stepper";
9 micro-step-res = <1>;
10 gpios = <&test_gpio 0 0>,
19 micro-step-res = <1>;
20 msx-gpios = <&test_gpio 0 0>,
22 en-gpios = <&test_gpio 0 0>;
23 step-gpios = <&test_gpio 0 0>;
24 dir-gpios = <&test_gpio 0 0>;
32 dir-gpios = <&test_gpio 0 0>;
[all …]