blob: fd7ae5539c3355d753a443d82159dec15c32a6ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright 2024 B&R Industrial Automation GmbH
*/
/dts-v1/;
#include "zynq-brcp1.dtsi"
/ {
memory {
device_type = "memory";
reg = <0x0 0x8000000>;
};
};
&gem0 {
status = "okay";
phy-mode = "rgmii-id";
phy-handle = <ðernet_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>;
};
};
|