Skip to content

Commit 9c57d34

Browse files
Update app/boards/esp32s3_devkitc_procpu.overlay
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent d7dca8d commit 9c57d34

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

app/boards/esp32s3_devkitc_procpu.overlay

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
*/
55

66
/* Devicetree overlay enabling the Moonlite focuser firmware on ESP32-S3 DevKitC
7-
* (PROCPU). The zephyr,gpio-step-dir-controller drives the step/dir pins
8-
* referenced by the "stepper" alias, while the dedicated TMC2209 device is
9-
* referenced by the "stepper-drv" alias so the application can toggle the
10-
* external driver rails. The zephyr,user node supplies the UART phandle
11-
* consumed by the application.
7+
* (PROCPU). Device configuration is performed using chosen nodes:
8+
* - focuser,uart: selects the UART device for the focuser console
9+
* - focuser,stepper: selects the step/dir controller for the stepper motor
10+
* - focuser,stepper-drv: selects the TMC2209 stepper driver device
11+
* These chosen nodes are used by the application to access the appropriate hardware.
1212
*/
1313

1414
/ {

0 commit comments

Comments
 (0)