mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-12-09 11:32:09 +01:00
- mvebu: dts: turris_mox: fix non-working network / MDIO (Marek)
This commit is contained in:
commit
f5ac18f406
23
arch/arm/dts/armada-3720-turris-mox-u-boot.dtsi
Normal file
23
arch/arm/dts/armada-3720-turris-mox-u-boot.dtsi
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||||||
|
/*
|
||||||
|
* 2022 by Marek Behún <kabel@kernel.org>
|
||||||
|
*/
|
||||||
|
|
||||||
|
/ {
|
||||||
|
mdio {
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
|
||||||
|
old_binding_phy1: ethernet-phy@1 {
|
||||||
|
reg = <1>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
ð0 {
|
||||||
|
pinctrl-0 = <&rgmii_pins>, <&smi_pins>;
|
||||||
|
/delete-property/ phy-handle;
|
||||||
|
phy = <&old_binding_phy1>;
|
||||||
|
};
|
||||||
|
|
||||||
|
/delete-node/ &mdio;
|
||||||
Loading…
x
Reference in New Issue
Block a user