File tree Expand file tree Collapse file tree 3 files changed +27
-0
lines changed Expand file tree Collapse file tree 3 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 4242 status = "disabled";
4343 label = "SPI_2";
4444 };
45+
46+ dac1: dac@40007400 {
47+ compatible = "st,stm32-dac";
48+ reg = <0x40007400 0x400>;
49+ clocks = <&rcc STM32_CLOCK_BUS_APB1 0x20000000>;
50+ status = "disabled";
51+ label = "DAC_1";
52+ #io-channel-cells = <1>;
53+ };
4554 };
4655};
Original file line number Diff line number Diff line change 9292 status = "disabled";
9393 };
9494
95+ dac1: dac@40007400 {
96+ compatible = "st,stm32-dac";
97+ reg = <0x40007400 0x400>;
98+ clocks = <&rcc STM32_CLOCK_BUS_APB1 0x20000000>;
99+ status = "disabled";
100+ label = "DAC_1";
101+ #io-channel-cells = <1>;
102+ };
103+
95104 pinctrl: pin-controller@40010800 {
96105 reg = <0x40010800 0x2000>;
97106
Original file line number Diff line number Diff line change 5555 sample-point = <875>;
5656 };
5757
58+ dac1: dac@40007400 {
59+ compatible = "st,stm32-dac";
60+ reg = <0x40007400 0x400>;
61+ clocks = <&rcc STM32_CLOCK_BUS_APB1 0x20000000>;
62+ status = "disabled";
63+ label = "DAC_1";
64+ #io-channel-cells = <1>;
65+ };
66+
5867 uart4: serial@40004c00 {
5968 compatible = "st,stm32-uart";
6069 reg = <0x40004c00 0x400>;
You can’t perform that action at this time.
0 commit comments