mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
BananaPi BPI-M4-Zero: Update DTS files
Mostly a fixup for the emac1 node, which I am unable to test. https://forum.armbian.com/topic/53058-banana-pi-bpi-m4-zero-sun50i-h618-emac1-internal-phy-not-detected-%E2%80%9Cno-phy-found%E2%80%9D/ Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>
This commit is contained in:
committed by
c0rnelius
parent
e85633b25a
commit
11821aebf9
@@ -1,6 +1,6 @@
|
||||
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||||
/*
|
||||
* Copyright (c) 2024 Patrick Yavitz <pyavitz@armbian.com>
|
||||
* Copyright (c) 2025 Patrick Yavitz <pyavitz@armbian.com>
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
@@ -49,17 +49,17 @@
|
||||
|
||||
&emac1 {
|
||||
status = "disabled";
|
||||
pinctrl-0 = <&ext_rgmii_pins>;
|
||||
pinctrl-names = "default";
|
||||
phy-mode = "rgmii";
|
||||
phy-handle = <&ext_rgmii_phy>;
|
||||
pinctrl-0 = <&rmii_pins>;
|
||||
phy-mode = "rmii";
|
||||
phy-handle = <&rmii_phy>;
|
||||
phy-supply = <®_dldo1>;
|
||||
allwinner,rx-delay-ps = <3100>;
|
||||
allwinner,tx-delay-ps = <700>;
|
||||
};
|
||||
|
||||
&mdio1 {
|
||||
ext_rgmii_phy: ethernet-phy@1 {
|
||||
rmii_phy: ethernet-phy@1 {
|
||||
compatible = "ethernet-phy-ieee802.3-c22";
|
||||
reg = <1>;
|
||||
};
|
||||
@@ -107,4 +107,5 @@
|
||||
|
||||
&usbphy {
|
||||
status = "okay";
|
||||
usb1_vbus-supply = <®_usb_vbus>;
|
||||
};
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||||
/*
|
||||
* Copyright (c) 2024 Patrick Yavitz <pyavitz@armbian.com>
|
||||
* Copyright (c) 2025 Patrick Yavitz <pyavitz@armbian.com>
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||||
/*
|
||||
* Copyright (c) 2024 Patrick Yavitz <pyavitz@armbian.com>
|
||||
* Copyright (c) 2025 Patrick Yavitz <pyavitz@armbian.com>
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
@@ -49,17 +49,17 @@
|
||||
|
||||
&emac1 {
|
||||
status = "disabled";
|
||||
pinctrl-0 = <&ext_rgmii_pins>;
|
||||
pinctrl-names = "default";
|
||||
phy-mode = "rgmii";
|
||||
phy-handle = <&ext_rgmii_phy>;
|
||||
pinctrl-0 = <&rmii_pins>;
|
||||
phy-mode = "rmii";
|
||||
phy-handle = <&rmii_phy>;
|
||||
phy-supply = <®_dldo1>;
|
||||
allwinner,rx-delay-ps = <3100>;
|
||||
allwinner,tx-delay-ps = <700>;
|
||||
};
|
||||
|
||||
&mdio1 {
|
||||
ext_rgmii_phy: ethernet-phy@1 {
|
||||
rmii_phy: ethernet-phy@1 {
|
||||
compatible = "ethernet-phy-ieee802.3-c22";
|
||||
reg = <1>;
|
||||
};
|
||||
@@ -107,4 +107,5 @@
|
||||
|
||||
&usbphy {
|
||||
status = "okay";
|
||||
usb1_vbus-supply = <®_usb_vbus>;
|
||||
};
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||||
/*
|
||||
* Copyright (c) 2024 Patrick Yavitz <pyavitz@armbian.com>
|
||||
* Copyright (c) 2025 Patrick Yavitz <pyavitz@armbian.com>
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
|
||||
Reference in New Issue
Block a user