zephyr/boards/shields/arceli_eth_w5500/arceli_eth_w5500.overlay
Erwan Gouriou 07b642d94f boards: shields: Update node_label according to new naming scheme
Update existing shields to conform with new node label naming scheme.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2022-10-03 10:16:57 +02:00

16 lines
362 B
Plaintext

/* Copyright (c) 2022 Linumiz
* SPDX-License-Identifier: Apache-2.0
*/
&arduino_spi {
status = "okay";
eth_w5500_arceli_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 */
};
};