Searched +full:msx +full:- +full:gpios (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-FileCopyrightText: Copyright (c) 2024 Fabian Blatz <fabianblatz@gmail.com>2 # SPDX-License-Identifier: Apache-2.010 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.yaml22 property-allowlist:23 - micro-step-res[all …]
3 * SPDX-License-Identifier: Apache-2.07 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 …]