dts: wb: enable ADC

Enable ADC on STM32WB

Signed-off-by: Rick Conrey <rick.conrey@witiproducts.com>
This commit is contained in:
Rick Conrey 2019-07-01 10:40:59 -07:00 committed by Kumar Gala
commit 8e62304b3b

View file

@ -252,6 +252,15 @@
#pwm-cells = <2>;
};
};
adc1: adc@50040000 {
compatible = "st,stm32-adc";
reg = <0x50040000 0x400>;
clocks = <&rcc STM32_CLOCK_BUS_AHB2 0x00002000>;
interrupts = <18 0>;
status = "disabled";
label = "ADC_1";
};
};
};