Skip to content

Commit 585d612

Browse files
pdgendtkartben
authored andcommitted
tests: drivers: build_all: ethernet: Add davicom,dm8806-phy
Add a davicom,dm8806-phy entry to the build_all test for ethernet drivers. Signed-off-by: Pieter De Gendt <[email protected]>
1 parent 817c039 commit 585d612

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tests/drivers/build_all/ethernet/app.overlay

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,15 @@
7979
compatible = "adi,adin2111-phy";
8080
status = "okay";
8181
};
82+
ethernet-phy@7 {
83+
reg = <0x7>;
84+
compatible = "davicom,dm8806-phy";
85+
status = "okay";
86+
reg-switch = <8>;
87+
reset-gpios = <&test_gpio 0 0>;
88+
int-gpios = <&test_gpio 0 0>;
89+
davicom,interface-type = "rmii";
90+
};
8291
};
8392
};
8493
};

0 commit comments

Comments
 (0)