xref: /linux/arch/arm64/boot/dts/rockchip/rk3566-orangepi-3b-v1.1.dts (revision a1ff5a7d78a036d6c2178ee5acd6ba4946243800)
1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2
3/dts-v1/;
4
5#include "rk3566-orangepi-3b.dtsi"
6
7/ {
8	model = "Xunlong Orange Pi 3B v1.1";
9	compatible = "xunlong,orangepi-3b-v1.1", "xunlong,orangepi-3b", "rockchip,rk3566";
10};
11
12&pmu_io_domains {
13	vccio5-supply = <&vcc_3v3>;
14};
15
16&gmac1 {
17	phy-handle = <&rgmii_phy1>;
18	status = "okay";
19};
20
21&mdio1 {
22	rgmii_phy1: ethernet-phy@1 {
23		compatible = "ethernet-phy-ieee802.3-c22";
24		reg = <1>;
25		reset-assert-us = <20000>;
26		reset-deassert-us = <50000>;
27		reset-gpios = <&gpio3 RK_PC2 GPIO_ACTIVE_LOW>;
28	};
29};
30