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 <piotr.mienkowski@gmail.com>
This commit is contained in:
parent
2f17bd8e6b
commit
e73187ee1a
2 changed files with 8 additions and 0 deletions
|
@ -57,6 +57,10 @@
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&dacc {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&twihs0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -156,6 +156,10 @@
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&dacc {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&twihs0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue