Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: BCM53573: Describe on-SoC BCM53125 rev 4 switch

BCM53573 family SoC have Ethernet switch connected to the first Ethernet
controller (accessible over MDIO).

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>

authored by

Rafał Miłecki and committed by
Florian Fainelli
9fb90ae6 225ffaf3

+18
+18
arch/arm/boot/dts/bcm53573.dtsi
··· 180 180 181 181 gmac0: ethernet@5000 { 182 182 reg = <0x5000 0x1000>; 183 + 184 + mdio { 185 + #address-cells = <1>; 186 + #size-cells = <0>; 187 + 188 + switch: switch@1e { 189 + compatible = "brcm,bcm53125"; 190 + reg = <0x1e>; 191 + 192 + status = "disabled"; 193 + 194 + /* ports are defined in board DTS */ 195 + ports { 196 + #address-cells = <1>; 197 + #size-cells = <0>; 198 + }; 199 + }; 200 + }; 183 201 }; 184 202 185 203 gmac1: ethernet@b000 {