Compare commits

...

2 Commits

Author SHA1 Message Date
Eduard Iten c31721cc7f Fixed overlay, added ADC clock source 2025-07-09 12:13:21 +02:00
Eduard Iten b07871e355 removed old dts directory 2025-07-09 12:07:14 +02:00
2 changed files with 2 additions and 21 deletions

View File

@ -23,5 +23,7 @@
};
&adc1 {
st,adc-clock-source = "SYNC";
st,adc-prescaler = <4>;
status = "okay";
};

View File

@ -1,21 +0,0 @@
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