1/*
2 * Copyright (c) 2020 Vestas Wind Systems A/S
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7&mikrobus_spi {
8	status = "okay";
9
10	mcp3204_mikroe_adc_click: mcp3204@0 {
11		compatible = "microchip,mcp3204";
12		reg = <0x0>;
13		spi-max-frequency = <100000>;
14		#io-channel-cells = <1>;
15	};
16};
17