Skip to content

Commit e33e997

Browse files
djiatsaf-stcarlescufi
authored andcommitted
dts: arm: st: u0: add dac node in dtsi file
all stm32u0 boards have only one and same dac peripheral. Signed-off-by: Fabrice DJIATSA <[email protected]>
1 parent eb3f718 commit e33e997

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

dts/arm/st/u0/stm32u0.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,14 @@
209209
status = "disabled";
210210
};
211211

212+
dac1: dac@40007400 {
213+
compatible = "st,stm32-dac";
214+
reg = <0x40007400 0x400>;
215+
clocks = <&rcc STM32_CLOCK_BUS_APB1 0x20000000>;
216+
status = "disabled";
217+
#io-channel-cells = <1>;
218+
};
219+
212220
i2c1: i2c@40005400 {
213221
compatible = "st,stm32-i2c-v2";
214222
clock-frequency = <I2C_BITRATE_STANDARD>;

0 commit comments

Comments
 (0)