zephyr/samples/drivers/adc/boards/cc3220sf_launchxl.overlay

13 lines
224 B
Plaintext
Raw Normal View History

/*
* SPDX-License-Identifier: Apache-2.0
*
* Copyright (c) 2021 Pavlo Hamov <pasha.gamov@gmail.com>
*/
/ {
zephyr,user {
/* adjust channel number according to pinmux in board.dts */
io-channels = <&adc0 0>;
};
};