1/*
2 * Copyright (c) 2019 Phytec Messtechnik GmbH
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	enc424j600_link_board_eth: enc424j600@0 {
12		compatible = "microchip,enc424j600";
13		spi-max-frequency = <14000000>;
14		int-gpios = <&arduino_header 15 GPIO_ACTIVE_LOW>;	/* D9 */
15		status = "okay";
16		reg = <0>;
17	};
18};
19