Convert vnd7050aj to Zephyr module and add device tree binding

This commit is contained in:
2025-07-09 08:37:40 +02:00
parent 5579a3993a
commit a4a0c7bb05
7 changed files with 56 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
description: STMicroelectronics VND7050AJ High-Side Driver
compatible:
- st,vnd7050aj
properties:
label:
type: string
required: true
description: Human readable name for the device
# Example property for a GPIO pin, adjust as needed
gpio-enable-pin:
type: phandle-array
required: true
description: GPIO pin for enabling the device
# Add other properties relevant to the VND7050AJ, e.g.,
# current-sense-gpios:
# type: phandle-array
# description: GPIO pin for current sense feedback