dts: arm: st: l4: remove adc3 duplicates from stm32l476/96

ADC3 is already defined for STM32L471 which is included in STM32L476 and in
STM32L496 so no need to define it a second time.

Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>
This commit is contained in:
Guillaume Gautier 2023-02-22 15:09:19 +01:00 committed by Marti Bolivar
parent 687893106a
commit 6812e561a7
2 changed files with 0 additions and 22 deletions

View file

@ -5,16 +5,3 @@
*/
#include <st/l4/stm32l475.dtsi>
/ {
soc {
adc3: adc@50040200 {
compatible = "st,stm32-adc";
reg = <0x50040200 0x100>;
clocks = <&rcc STM32_CLOCK_BUS_AHB2 0x00002000>;
interrupts = <47 0>;
status = "disabled";
#io-channel-cells = <1>;
};
};
};

View file

@ -46,15 +46,6 @@
};
};
adc3: adc@50040200 {
compatible = "st,stm32-adc";
reg = <0x50040200 0x100>;
clocks = <&rcc STM32_CLOCK_BUS_AHB2 0x00002000>;
interrupts = <47 0>;
status = "disabled";
#io-channel-cells = <1>;
};
usbotg_fs: otgfs@50000000 {
clocks = <&rcc STM32_CLOCK_BUS_AHB2 0x00001000>,
<&rcc STM32_SRC_HSI48 CLK48_SEL(0)>;