zephyr/boards/shields/dac80508_evm/dac80508_evm.overlay
Kwon Tae-young 59808445df boards: shields: dac80508_evm: add TI DAC80508 EVM shield
Add shield definition for the Texas Instruments DAC80508
Evaluation Module(EVM).

Signed-off-by: Kwon Tae-young <tykwon@m2i.co.kr>
2020-08-26 12:24:43 +02:00

19 lines
340 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@0 {
compatible = "ti,dac80508";
reg = <0x0>;
label = "DAC80508";
spi-max-frequency = <1000000>;
#io-channel-cells = <1>;
};
};