zephyr/dts/bindings/stepper/stepper-controller.yaml
Jilay Pandya 1af0ec1d96 stepper motor controller: introduce api
This commit introduces api for stepper motor controllers

Signed-off-by: Dipak Shetty <dipak.shetty@zeiss.com>
Signed-off-by: Florian Guhl <florian.guhl@zeiss.com>
Signed-off-by: Jilay Pandya <jilay.pandya@zeiss.com>
Signed-off-by: Fabian Blatz <fabianblatz@gmail.com>
2024-08-27 12:43:39 +02:00

22 lines
405 B
YAML

# SPDX-FileCopyrightText: Copyright (c) 2024 Carl Zeiss Meditec AG
# SPDX-License-Identifier: Apache-2.0
description: Stepper Controller
include: base.yaml
properties:
micro-step-res:
type: int
enum:
- 1
- 2
- 4
- 8
- 16
- 32
- 64
- 128
- 256
description: |
micro-step resolution to be set while initializing the device driver.