1 From 9fb90ae6cae7f8fe4fbf626945f32cd9da2c3892 Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <rafal@milecki.pl>
3 Date: Mon, 20 Sep 2021 16:10:23 +0200
4 Subject: [PATCH] ARM: dts: BCM53573: Describe on-SoC BCM53125 rev 4 switch
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
9 BCM53573 family SoC have Ethernet switch connected to the first Ethernet
10 controller (accessible over MDIO).
12 Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
13 Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
15 arch/arm/boot/dts/bcm53573.dtsi | 18 ++++++++++++++++++
16 1 file changed, 18 insertions(+)
18 --- a/arch/arm/boot/dts/bcm53573.dtsi
19 +++ b/arch/arm/boot/dts/bcm53573.dtsi
22 gmac0: ethernet@5000 {
23 reg = <0x5000 0x1000>;
26 + #address-cells = <1>;
30 + compatible = "brcm,bcm53125";
33 + status = "disabled";
35 + /* ports are defined in board DTS */
37 + #address-cells = <1>;
44 gmac1: ethernet@b000 {