blob: 353d8a1235c010e234534426cb6c38999ba68e37 [file] [log] [blame]
Bernhard Messerklingerf37594c2025-04-04 09:28:00 +02001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright 2024 B&R Industrial Automation GmbH
4 */
5
6/dts-v1/;
7#include "zynq-brcp1.dtsi"
8
9&gem0 {
10 status = "okay";
11 phy-mode = "rgmii-id";
12 phy-handle = <&ethernet_phy>;
13
14 ethernet_phy: ethernet-phy@0 {
15 reg = <0>;
16 ti,rx-internal-delay = <7>;
17 ti,tx-internal-delay = <7>;
18 ti,fifo-depth = <0>;
19 max-speed = <1000>;
20 };
21};