We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1147c39 commit 1b49216Copy full SHA for 1b49216
dts/bindings/tach/ene,kb1200-tach.yaml
@@ -0,0 +1,34 @@
1
+# Copyright (c) 2024 ENE Technology Inc.
2
+# SPDX-License-Identifier: Apache-2.0
3
+
4
+description: ENE, KB1200-Tachometer node
5
6
+compatible: "ene,kb1200-tach"
7
8
+include: [tach.yaml, pinctrl-device.yaml]
9
10
+properties:
11
+ reg:
12
+ required: true
13
14
+ pulses-per-round:
15
16
+ type: int
17
+ description: number of pulses (holes) per round of tachometer's input (encoder)
18
19
+ sample-time-us:
20
21
22
+ enum:
23
+ - 2
24
+ - 8
25
+ - 16
26
+ - 64
27
+ description: |
28
+ sampling time of tachometer. Please notice that it must be 2/8/16/64 us.
29
30
+ pinctrl-0:
31
32
33
+ pinctrl-names:
34
0 commit comments