Skip to content

Commit d5a15de

Browse files
samples: drivers: adc: Add a device tree overlay for atsamd21_xpro
Add a basic device tree overlay to support the use of the ATSAMD21 XPro dev board with the ADC sample application. Signed-off-by: Attie Grande <[email protected]>
1 parent 0b5a7f6 commit d5a15de

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/*
2+
* SPDX-License-Identifier: Apache-2.0
3+
*
4+
* Copyright (c) 2021 Argentum Systems Ltd.
5+
*/
6+
7+
/ {
8+
zephyr,user {
9+
/* EXT-1, pin 3 ADC(+) */
10+
io-channels = <&adc 8>;
11+
};
12+
};

0 commit comments

Comments
 (0)