zephyr/samples/drivers/adc/adc_dt/boards/ev11l78a.overlay

12 lines
184 B
Plaintext

/*
* Copyright (c) 2023, Meta Platforms, Inc. and its affiliates.
* SPDX-License-Identifier: Apache-2.0
*/
/ {
zephyr,user {
/* pin 4 ADC(+) */
io-channels = <&adc 4>;
};
};