Skip to content

Commit ad9ce93

Browse files
committed
tests: drivers: build_all: ethernet: Add KSZ9131 entry
Add build tests for Microchip KSZ9131. Signed-off-by: Tony Han <tony.han@microchip.com>
1 parent 90ebe8c commit ad9ce93

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/drivers/build_all/ethernet/app.overlay

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,13 @@
9696
reset-gpios = <&test_gpio 0 0>;
9797
int-gpios = <&test_gpio 0 0>;
9898
};
99+
100+
ethernet-phy@9 {
101+
reg = <0x9>;
102+
compatible = "microchip,ksz9131";
103+
status = "okay";
104+
int-gpios = <&test_gpio 0 0>;
105+
};
99106
};
100107
};
101108
};

0 commit comments

Comments
 (0)