Skip to content

Commit 1b81489

Browse files
Ayush1325MaureenHelm
authored andcommitted
tests: drivers: adc: adc_api: Add beagleconnect_freedom overlay
- Enabling adc testing for beagleconnect_freedom Signed-off-by: Ayush Singh <[email protected]>
1 parent c96de52 commit 1b81489

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) Ayush Singh <[email protected]>
5+
*/
6+
7+
/ {
8+
zephyr,user {
9+
io-channels = <&adc0 0x09>, <&adc0 0x0a>, <&adc0 0x0b>, <&adc0 0x0c>,
10+
<&adc0 0x0d>, <&adc0 0x0e>;
11+
};
12+
};

0 commit comments

Comments
 (0)