From: Florian Fainelli Date: Wed, 25 May 2016 23:55:35 +0000 (-0700) Subject: ARM: dts: BCM5310x: Enable switch ports on SmartRG SR400AC X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=2df1808dc0e2b5358e13beb95192b15200017776;p=deliverable%2Flinux.git ARM: dts: BCM5310x: Enable switch ports on SmartRG SR400AC Define the port mapping for the SmartRG SR400ACE device. Reviewed-by: Andrew Lunn Signed-off-by: Florian Fainelli --- diff --git a/arch/arm/boot/dts/bcm4708-smartrg-sr400ac.dts b/arch/arm/boot/dts/bcm4708-smartrg-sr400ac.dts index 8b0c440b2e71..70f4bb9d864a 100644 --- a/arch/arm/boot/dts/bcm4708-smartrg-sr400ac.dts +++ b/arch/arm/boot/dts/bcm4708-smartrg-sr400ac.dts @@ -126,3 +126,43 @@ &spi_nor { status = "okay"; }; + +&srab { + status = "okay"; + + ports { + #address-cells = <1>; + #size-cells = <0>; + + port@0 { + reg = <0>; + label = "lan4"; + }; + + port@1 { + reg = <1>; + label = "lan3"; + }; + + port@2 { + reg = <2>; + label = "lan2"; + }; + + port@3 { + reg = <3>; + label = "lan1"; + }; + + port@4 { + reg = <4>; + label = "wan"; + }; + + port@5 { + reg = <5>; + label = "cpu"; + ethernet = <&gmac0>; + }; + }; +};