blob: 074e93bd4b85b2a0261b9e9df88244b4de89cc71 [file] [log] [blame]
Tom Rini6b642ac2024-10-01 12:20:28 -06001// 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};