blob: 85d61c8f42c689891ab8f8df93a2d22b98e312f7 [file] [log] [blame]
/*
* Copyright (c) 2020 M2I Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
&arduino_spi {
status = "okay";
cs-gpios = <&arduino_header 16 GPIO_ACTIVE_LOW>; /* D10 */
dac80508: dac80508@0 {
compatible = "ti,dac80508";
reg = <0x0>;
spi-max-frequency = <1000000>;
#io-channel-cells = <1>;
};
};