blob: 62d5b3ed0a4fa724e0c76ff249ade2ee514dd7bb [file] [log] [blame]
/*
* Copyright (c) 2023, Google LLC
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr/dt-bindings/spi/spi.h>
/ {
zephyr,user {
/* adjust channel number according to pinmux in board.dts */
io-channels = <&spi_adc 0>;
};
};