zephyr/boards/shields/mikroe_adc_click/mikroe_adc_click.overlay

18 lines
291 B
Plaintext

/*
* Copyright (c) 2020 Vestas Wind Systems A/S
*
* SPDX-License-Identifier: Apache-2.0
*/
&mikrobus_spi {
status = "okay";
mcp3204: mcp3204@0 {
compatible = "microchip,mcp3204";
reg = <0x0>;
spi-max-frequency = <100000>;
label = "MCP3204";
#io-channel-cells = <1>;
};
};