Skip to content

Commit 4e08ec0

Browse files
committed
Merge tag 'arm-soc/for-6.18/devicetree-arm64-fixes-v2' of https://github.com/Broadcom/stblinux into arm/fixes
This pull request contains Broadcom ARM64-based SoCs Device Tree fixes for 6.18, please pull the following: - Andrea assigns clocks rates for the Ethernet controller for the Raspberry Pi 5 systems - Laurent adds an ethernet0 alias to allow client programs consuming that alias to populate the correct Ethernet address for the Raspberry Pi 5 systems * tag 'arm-soc/for-6.18/devicetree-arm64-fixes-v2' of https://github.com/Broadcom/stblinux: arm64: dts: broadcom: bcm2712: rpi-5: Add ethernet0 alias arm64: dts: broadcom: Assign clock rates in eth node for RPi5 Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2 parents c3216f1 + 5e44c5a commit 4e08ec0

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

arch/arm64/boot/dts/broadcom/bcm2712-rpi-5-b.dts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,21 @@
1818

1919
#include "bcm2712-rpi-5-b-ovl-rp1.dts"
2020

21+
/ {
22+
aliases {
23+
ethernet0 = &rp1_eth;
24+
};
25+
};
26+
2127
&pcie2 {
2228
#include "rp1-nexus.dtsi"
2329
};
2430

2531
&rp1_eth {
32+
assigned-clocks = <&rp1_clocks RP1_CLK_ETH_TSU>,
33+
<&rp1_clocks RP1_CLK_ETH>;
34+
assigned-clock-rates = <50000000>,
35+
<125000000>;
2636
status = "okay";
2737
phy-mode = "rgmii-id";
2838
phy-handle = <&phy1>;

0 commit comments

Comments
 (0)