Skip to content

Commit 03b936f

Browse files
mariopajakartben
authored andcommitted
tests: drivers: build_all: ethernet: add lan9250 build test
Add build test for microchip lan9250 Signed-off-by: Mario Paja <[email protected]>
1 parent 7abe775 commit 03b936f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tests/drivers/build_all/ethernet/spi_devices.overlay

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
<&test_gpio 0 0>,
3838
<&test_gpio 0 0>,
3939
<&test_gpio 0 0>,
40+
<&test_gpio 0 0>,
4041
<&test_gpio 0 0>;
4142

4243
test_spi_enc28j60: enc28j60@0 {
@@ -137,6 +138,14 @@
137138

138139
local-mac-address = [00 00 00 01 02 03];
139140
};
141+
142+
test_spi_lan9250: lan9250@6 {
143+
compatible = "microchip,lan9250";
144+
reg = <0x6>;
145+
spi-max-frequency = <0>;
146+
int-gpios = <&test_gpio 0 0>;
147+
local-mac-address = [00 00 00 00 00 00];
148+
};
140149
};
141150
};
142151
};

0 commit comments

Comments
 (0)