Compare commits
No commits in common. "c31721cc7fbf4cf6001ed5062e5bb05485018b02" and "6ec5b1e8a23a83c7ccbdc40ab531481ff7cc8d8d" have entirely different histories.
c31721cc7f
...
6ec5b1e8a2
|
|
@ -23,7 +23,5 @@
|
|||
};
|
||||
|
||||
&adc1 {
|
||||
st,adc-clock-source = "SYNC";
|
||||
st,adc-prescaler = <4>;
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Reference in New Issue