Skip to content

Commit e73187e

Browse files
mnkpnashif
authored andcommitted
boards: enable support for Atmel SAM DAC driver
Enable support for Atmel SAM DAC driver on the following boards: - sam_e70_xplained - sam_e70b_xplained - sam_v71_xult - sam_v71b_xult Signed-off-by: Piotr Mienkowski <[email protected]>
1 parent 2f17bd8 commit e73187e

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

boards/arm/sam_e70_xplained/sam_e70_xplained-common.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@
5757
status = "okay";
5858
};
5959

60+
&dacc {
61+
status = "okay";
62+
};
63+
6064
&twihs0 {
6165
status = "okay";
6266
};

boards/arm/sam_v71_xult/sam_v71_xult-common.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,10 @@
156156
status = "okay";
157157
};
158158

159+
&dacc {
160+
status = "okay";
161+
};
162+
159163
&twihs0 {
160164
status = "okay";
161165
};

0 commit comments

Comments
 (0)