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

13 lines
203 B
Plaintext

/*
* SPDX-License-Identifier: Apache-2.0
*
* Copyright (c) 2020 Linaro Limited
*/
/ {
zephyr,user {
/* adjust channel number according to pinmux in board.dts */
io-channels = <&adc1 5>;
};
};