play/zephyr/w5500-test/boards/sparkfun_red_v_things_plus.overlay

11 lines
189 B
Plaintext

&spi1 {
cs-gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
w5500@0 {
compatible = "wiznet,w5500";
reg = <0>;
int-gpios = <&gpio0 10 GPIO_ACTIVE_LOW>;
spi-max-frequency = <10000000>;
};
};