Skip to content

Commit db73903

Browse files
sarthsmartcarlescufi
authored andcommitted
dts/arm: STM32: enable dac support for stm32f7 in dtsi
Enabling DAC support for STM32 in dtsi. Signed-off-by: Sidhdharth Yadav <[email protected]>
1 parent 41e283c commit db73903

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

dts/arm/st/f7/stm32f7.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -649,6 +649,15 @@
649649
#io-channel-cells = <1>;
650650
};
651651

652+
dac1: dac@40007400 {
653+
compatible = "st,stm32-dac";
654+
reg = <0x40007400 0x400>;
655+
clocks = <&rcc STM32_CLOCK_BUS_APB1 0x20000000>;
656+
status = "disabled";
657+
label = "DAC_1";
658+
#io-channel-cells = <1>;
659+
};
660+
652661
dma1: dma@40026000 {
653662
compatible = "st,stm32-dma-v1";
654663
#dma-cells = <4>;

0 commit comments

Comments
 (0)