1/*
2 * Copyright (c) 2023, Meta Platforms, Inc. and its affiliates.
3 * SPDX-License-Identifier: Apache-2.0
4 */
5
6/ {
7	zephyr,user {
8		/* pin 4 ADC(+) */
9		io-channels = <&adc 4>;
10	};
11};
12