File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
tests/drivers/build_all/ethernet Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 4949 int-gpios = <&test_gpio 0 0>;
5050 microchip,interface-type = "rmii";
5151 };
52+
53+ ethernet-phy@3 {
54+ reg = <0x3>;
55+ compatible = "microchip,ksz8794";
56+ status = "okay";
57+ reset-gpios = <&test_gpio 0 0>;
58+ int-gpios = <&test_gpio 0 0>;
59+ microchip,interface-type = "rmii";
60+ };
61+
62+ ethernet-phy@4 {
63+ reg = <0x4>;
64+ compatible = "microchip,ksz8863";
65+ status = "okay";
66+ reset-gpios = <&test_gpio 0 0>;
67+ int-gpios = <&test_gpio 0 0>;
68+ microchip,interface-type = "rmii";
69+ };
70+
71+ ethernet-phy@5 {
72+ reg = <0x5>;
73+ compatible = "adi,adin1100-phy";
74+ status = "okay";
75+ };
76+
77+ ethernet-phy@6 {
78+ reg = <0x6>;
79+ compatible = "adi,adin2111-phy";
80+ status = "okay";
81+ };
5282 };
5383 };
5484 };
You can’t perform that action at this time.
0 commit comments