diff options
Diffstat (limited to 'target/linux/lantiq/dts/VG3503J.dts')
-rw-r--r-- | target/linux/lantiq/dts/VG3503J.dts | 33 |
1 files changed, 21 insertions, 12 deletions
diff --git a/target/linux/lantiq/dts/VG3503J.dts b/target/linux/lantiq/dts/VG3503J.dts index 0aea8d80c7..340bfaae45 100644 --- a/target/linux/lantiq/dts/VG3503J.dts +++ b/target/linux/lantiq/dts/VG3503J.dts @@ -89,12 +89,27 @@ interrupt-parent = <&icu0>; interrupts = <73 72>; - lan: interface@0 { + lan1: interface@0 { compatible = "lantiq,xrx200-pdi"; #address-cells = <1>; #size-cells = <0>; reg = <0>; mac-address = [ 00 11 22 33 44 55 ]; + lantiq,wan; + ethernet@4 { + compatible = "lantiq,xrx200-pdi-port"; + reg = <4>; + phy-mode = "mii"; + phy-handle = <&phy13>; + }; + }; + + lan2: interface@1 { + compatible = "lantiq,xrx200-pdi"; + #address-cells = <1>; + #size-cells = <0>; + reg = <1>; + mac-address = [ 00 11 22 33 44 56 ]; ethernet@2 { compatible = "lantiq,xrx200-pdi-port"; @@ -102,12 +117,6 @@ phy-mode = "mii"; phy-handle = <&phy11>; }; - ethernet@4 { - compatible = "lantiq,xrx200-pdi-port"; - reg = <4>; - phy-mode = "mii"; - phy-handle = <&phy13>; - }; }; mdio@0 { @@ -149,16 +158,16 @@ gpio-leds { compatible = "gpio-leds"; - port2green { - label = "bt:green:port2"; + port2orange { + label = "bt:orange:port2"; gpios = <&gpio 2 0>; }; lan2 { label = "bt:green:lan2"; gpios = <&gpio 5 0>; }; - port2orange { - label = "bt:orange:port2"; + port2green { + label = "bt:green:port2"; gpios = <&gpio 7 0>; }; power2 { @@ -166,7 +175,7 @@ gpios = <&gpio 14 1>; }; dsl { - label = "dsl"; + label = "bt:green:dsl"; gpios = <&gpio 19 1>; }; power { |