blob: a68d530bfe2a608aac239d7830b4cea80ee3ba64 [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/ {
10 memory {
11 device_type = "memory";
12 reg = <0x0 0x8000000>;
13 };
14};
15
16&gem0 {
17 status = "okay";
18 phy-mode = "gmii";
19
20 fixed-link {
21 speed = <100>;
22 full-duplex;
23 };
24};
25
26/* Since the gem0 clock is configured EMIO this dummy entry is needed */
27&clkc {
28 clocks = <&clkc 16>;
29 clock-names = "gem0_emio_clk";
30};