/* Copyright (c) 2022 Linumiz | |
* SPDX-License-Identifier: Apache-2.0 | |
*/ | |
&arduino_spi { | |
status = "okay"; | |
eth_w5500: eth_w5500@0 { | |
compatible = "wiznet,w5500"; | |
reg = <0x0>; | |
spi-max-frequency = <80000000>; | |
int-gpios = <&arduino_header 15 GPIO_ACTIVE_LOW>; /* D9 */ | |
reset-gpios = <&arduino_header 14 GPIO_ACTIVE_LOW>; /* D8 */ | |
}; | |
}; |