xref: /linux/arch/arm64/boot/dts/rockchip/rk3328-orangepi-r1-plus.dts (revision 7f71507851fc7764b36a3221839607d3a45c2025)
1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Based on rk3328-nanopi-r2s.dts, which is:
4 *   Copyright (c) 2020 David Bauer <mail@david-bauer.net>
5 */
6
7/dts-v1/;
8
9#include "rk3328-orangepi-r1-plus.dtsi"
10
11/ {
12	model = "Xunlong Orange Pi R1 Plus";
13	compatible = "xunlong,orangepi-r1-plus", "rockchip,rk3328";
14};
15
16&gmac2io {
17	phy-handle = <&rtl8211e>;
18	tx_delay = <0x24>;
19	rx_delay = <0x18>;
20	status = "okay";
21
22	mdio {
23		rtl8211e: ethernet-phy@1 {
24			reg = <1>;
25			pinctrl-0 = <&eth_phy_reset_pin>;
26			pinctrl-names = "default";
27			reset-assert-us = <10000>;
28			reset-deassert-us = <50000>;
29			reset-gpios = <&gpio1 RK_PC2 GPIO_ACTIVE_LOW>;
30		};
31	};
32};
33