1/*
2 * Copyright (c) 2020 M2I Corporation
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7&arduino_spi {
8	status = "okay";
9	cs-gpios = <&arduino_header 16 GPIO_ACTIVE_LOW>;	/* D10 */
10
11	dac80508_dac80508_evm: dac80508@0 {
12		compatible = "ti,dac80508";
13		reg = <0x0>;
14		spi-max-frequency = <1000000>;
15		#io-channel-cells = <1>;
16	};
17};
18