zephyr/boards/shields/link_board_eth/link_board_eth.overlay

20 lines
385 B
Plaintext
Raw Normal View History

/*
* Copyright (c) 2019 Phytec Messtechnik GmbH
*
* SPDX-License-Identifier: Apache-2.0
*/
&arduino_spi {
status = "okay";
cs-gpios = <&arduino_header 16 0>; /* D10 */
enc424j600@0 {
compatible = "microchip,enc424j600";
spi-max-frequency = <14000000>;
int-gpios = <&arduino_header 15 GPIO_ACTIVE_LOW>; /* D9 */
status = "okay";
label = "ETH_0";
reg = <0>;
};
};