samples: 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
e73187ee1a
commit
437f7f9d45
4 changed files with 28 additions and 0 deletions
7
samples/drivers/dac/boards/sam_e70_xplained.overlay
Normal file
7
samples/drivers/dac/boards/sam_e70_xplained.overlay
Normal file
|
@ -0,0 +1,7 @@
|
|||
/ {
|
||||
zephyr,user {
|
||||
dac = <&dacc>;
|
||||
dac-channel-id = <0>;
|
||||
dac-resolution = <12>;
|
||||
};
|
||||
};
|
7
samples/drivers/dac/boards/sam_e70b_xplained.overlay
Normal file
7
samples/drivers/dac/boards/sam_e70b_xplained.overlay
Normal file
|
@ -0,0 +1,7 @@
|
|||
/ {
|
||||
zephyr,user {
|
||||
dac = <&dacc>;
|
||||
dac-channel-id = <0>;
|
||||
dac-resolution = <12>;
|
||||
};
|
||||
};
|
7
samples/drivers/dac/boards/sam_v71_xult.overlay
Normal file
7
samples/drivers/dac/boards/sam_v71_xult.overlay
Normal file
|
@ -0,0 +1,7 @@
|
|||
/ {
|
||||
zephyr,user {
|
||||
dac = <&dacc>;
|
||||
dac-channel-id = <0>;
|
||||
dac-resolution = <12>;
|
||||
};
|
||||
};
|
7
samples/drivers/dac/boards/sam_v71b_xult.overlay
Normal file
7
samples/drivers/dac/boards/sam_v71b_xult.overlay
Normal file
|
@ -0,0 +1,7 @@
|
|||
/ {
|
||||
zephyr,user {
|
||||
dac = <&dacc>;
|
||||
dac-channel-id = <0>;
|
||||
dac-resolution = <12>;
|
||||
};
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue