zephyr/boards/shields/arceli_eth_w5500/arceli_eth_w5500.overlay

17 lines
364 B
Plaintext

/* 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 */
label = "w5500";
};
};