Skip to content

Commit 1feafdb

Browse files
allemanmfabiobaltieri
authored andcommitted
tests: drivers: build_all: ethernet: add testing of ethernet-phy
Add build test for ethernet-phy compatible Signed-off-by: Matthias Alleman <[email protected]>
1 parent 60fd112 commit 1feafdb

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
@@ -104,6 +104,15 @@
104104
status = "okay";
105105
int-gpios = <&test_gpio 0 0>;
106106
};
107+
108+
ethernet-phy@a {
109+
reg = <0xa>;
110+
compatible = "ethernet-phy";
111+
status = "okay";
112+
reset-gpios = <&test_gpio 0 0>;
113+
reset-assert-duration-us = <100>;
114+
reset-deassertion-timeout-ms = <10>;
115+
};
107116
};
108117
};
109118
};

0 commit comments

Comments
 (0)