Bernhard Messerklinger | f37594c | 2025-04-04 09:28:00 +0200 | [diff] [blame] | 1 | // 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 | / { |
| 10 | memory { |
| 11 | device_type = "memory"; |
| 12 | reg = <0x0 0x8000000>; |
| 13 | }; |
| 14 | }; |
| 15 | |
| 16 | &gem0 { |
| 17 | status = "okay"; |
| 18 | phy-mode = "rgmii-id"; |
| 19 | phy-handle = <ðernet_phy>; |
| 20 | |
| 21 | ethernet_phy: ethernet-phy@0 { |
| 22 | reg = <0>; |
| 23 | ti,rx-internal-delay = <7>; |
| 24 | ti,tx-internal-delay = <7>; |
| 25 | ti,fifo-depth = <0>; |
| 26 | max-speed = <1000>; |
| 27 | }; |
| 28 | }; |