Lines Matching +full:property +full:- +full:allowlist
1 # SPDX-FileCopyrightText: Copyright (c) 2024 Carl Zeiss Meditec AG
2 # SPDX-License-Identifier: Apache-2.0
12 /* Dual controller/driver for up to two 2-phase bipolar stepper motors */
16 spi-max-frequency = <DT_FREQ_M(24)>; /* Maximum SPI bus frequency */
18 #address-cells = <1>;
19 #size-cells = <0>;
21 poscmp-enable; test-mode; lock-gconf; /* ADI TMC Global configuration flags */
22 clock-frequency = <DT_FREQ_M(16)>; /* Internal/External Clock frequency */
29 invert-direction;
30 micro-step-res = <256>;
33 activate-stallguard2;
34 stallguard-velocity-check-interval-ms=<100>;
35 stallguard2-threshold=<9>;
36 stallguard-threshold-velocity=<500000>;
60 - name: spi-device.yaml
61 - name: adi,trinamic-gconf.yaml
62 property-allowlist:
63 - poscmp-enable
64 - shaft1
65 - shaft2
66 - test-mode
67 - lock-gconf
70 "#address-cells":
74 "#size-cells":
78 clock-frequency:
88 child-binding:
90 - name: stepper-controller.yaml
91 - name: base.yaml
92 property-allowlist:
93 - reg
94 - name: adi,trinamic-ramp-generator.yaml
95 property-allowlist:
96 - vstart
97 - a1
98 - v1
99 - amax
100 - vmax
101 - dmax
102 - d1
103 - vstop
104 - tzerowait
105 - vhigh
106 - vcoolthrs
107 - ihold
108 - irun
109 - iholddelay
110 - name: adi,trinamic-stallguard.yaml
111 property-allowlist:
112 - activate-stallguard2
113 - stallguard2-threshold
114 - stallguard-threshold-velocity
115 - stallguard-velocity-check-interval-ms