Skip to content

Commit

Permalink
tests: drivers: build_all: ethernet: add lan9250 build test
Browse files Browse the repository at this point in the history
Add build test for microchip lan9250

Signed-off-by: Mario Paja <[email protected]>
  • Loading branch information
mariopaja authored and kartben committed Dec 10, 2024
1 parent 7abe775 commit 03b936f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/drivers/build_all/ethernet/spi_devices.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<&test_gpio 0 0>,
<&test_gpio 0 0>,
<&test_gpio 0 0>,
<&test_gpio 0 0>,
<&test_gpio 0 0>;

test_spi_enc28j60: enc28j60@0 {
Expand Down Expand Up @@ -137,6 +138,14 @@

local-mac-address = [00 00 00 01 02 03];
};

test_spi_lan9250: lan9250@6 {
compatible = "microchip,lan9250";
reg = <0x6>;
spi-max-frequency = <0>;
int-gpios = <&test_gpio 0 0>;
local-mac-address = [00 00 00 00 00 00];
};
};
};
};

0 comments on commit 03b936f

Please sign in to comment.