mirror of
https://github.com/torvalds/linux.git
synced 2025-11-30 23:16:01 +07:00
arm64: dts: broadcom: Enable RP1 ethernet for Raspberry Pi 5
Enable RP1 ethernet DT node for Raspberry Pi 5. Signed-off-by: Stanimir Varbanov <svarbanov@suse.de> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Link: https://lore.kernel.org/r/20250822093440.53941-6-svarbanov@suse.de Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
This commit is contained in:
committed by
Florian Fainelli
parent
cbdd3e7613
commit
43456fdfc0
@@ -23,3 +23,21 @@
|
||||
&pcie2 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&rp1_eth {
|
||||
status = "okay";
|
||||
phy-mode = "rgmii-id";
|
||||
phy-handle = <&phy1>;
|
||||
|
||||
mdio {
|
||||
reg = <0x1>;
|
||||
reset-gpios = <&rp1_gpio 32 GPIO_ACTIVE_LOW>;
|
||||
reset-delay-us = <5000>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
phy1: ethernet-phy@1 {
|
||||
reg = <0x1>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user