summaryrefslogtreecommitdiff
path: root/arch/arm/dts/zynq-brcp1_2r.dts
blob: 353d8a1235c010e234534426cb6c38999ba68e37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// SPDX-License-Identifier: GPL-2.0+
/*
 * Copyright 2024 B&R Industrial Automation GmbH
 */

/dts-v1/;
#include "zynq-brcp1.dtsi"

&gem0 {
	status = "okay";
	phy-mode = "rgmii-id";
	phy-handle = <&ethernet_phy>;

	ethernet_phy: ethernet-phy@0 {
		reg = <0>;
		ti,rx-internal-delay = <7>;
		ti,tx-internal-delay = <7>;
		ti,fifo-depth = <0>;
		max-speed = <1000>;
	};
};