18 lines
331 B
Plaintext
18 lines
331 B
Plaintext
/*
|
|
* 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_evm: dac80508@0 {
|
|
compatible = "ti,dac80508";
|
|
reg = <0x0>;
|
|
spi-max-frequency = <1000000>;
|
|
#io-channel-cells = <1>;
|
|
};
|
|
};
|