1/* 2 * Copyright (c) 2022 Nordic Semiconductor ASA 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 zephyr_uhc0: max3421e@0 { 12 compatible = "maxim,max3421e_spi"; 13 spi-max-frequency = <26000000>; 14 int-gpios = <&arduino_header 15 GPIO_ACTIVE_LOW>; /* D9 */ 15 reset-gpios = <&arduino_header 13 GPIO_ACTIVE_LOW>; /* D7 */ 16 status = "okay"; 17 reg = <0>; 18 }; 19}; 20