1/*
2 * Copyright (c) 2023, Google LLC
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#include <zephyr/dt-bindings/spi/spi.h>
8
9/ {
10	zephyr,user {
11		/* adjust channel number according to pinmux in board.dts */
12		io-channels = <&spi_adc 0>;
13	};
14};
15