lantiq: make leds and network work on VG3503J

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 36445
lede-17.01
John Crispin 2013-04-25 19:03:41 +00:00
parent 520bf46375
commit b42a173664
3 changed files with 31 additions and 12 deletions

View File

@ -19,6 +19,13 @@ done
board=$(lantiq_board_id) board=$(lantiq_board_id)
case "$board" in case "$board" in
VG3503J)
ucidef_set_led_netdev "lan1" "lan1" "bt:green:lan1" "eth0"
ucidef_set_led_netdev "lan2" "lan2" "bt:green:lan2" "eth1"
ucidef_set_led_netdev "port1" "port1" "bt:green:port1" "eth0"
ucidef_set_led_netdev "port2" "port2" "bt:green:port2" "eth1"
ucidef_set_led_netdev "vdsl" "vdsl" "bt:green:dsl" "ptm0"
;;
*) *)
;; ;;
esac esac

View File

@ -69,6 +69,9 @@ WBMR)
ucidef_add_switch_vlan "eth0" "1" "0 1 2 3 4 5" ucidef_add_switch_vlan "eth0" "1" "0 1 2 3 4 5"
;; ;;
VG3503J)
ucidef_set_interface_lan 'eth0 eth1'
;;
esac esac
[ -z "$(ls /lib/modules/`uname -r`/ltq_atm*)" ] || set_atm_wan "$vpi" "$vci" "$encaps" "$payload" [ -z "$(ls /lib/modules/`uname -r`/ltq_atm*)" ] || set_atm_wan "$vpi" "$vci" "$encaps" "$payload"

View File

@ -89,12 +89,27 @@
interrupt-parent = <&icu0>; interrupt-parent = <&icu0>;
interrupts = <73 72>; interrupts = <73 72>;
lan: interface@0 { lan1: interface@0 {
compatible = "lantiq,xrx200-pdi"; compatible = "lantiq,xrx200-pdi";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
reg = <0>; reg = <0>;
mac-address = [ 00 11 22 33 44 55 ]; 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 { ethernet@2 {
compatible = "lantiq,xrx200-pdi-port"; compatible = "lantiq,xrx200-pdi-port";
@ -102,12 +117,6 @@
phy-mode = "mii"; phy-mode = "mii";
phy-handle = <&phy11>; phy-handle = <&phy11>;
}; };
ethernet@4 {
compatible = "lantiq,xrx200-pdi-port";
reg = <4>;
phy-mode = "mii";
phy-handle = <&phy13>;
};
}; };
mdio@0 { mdio@0 {
@ -149,16 +158,16 @@
gpio-leds { gpio-leds {
compatible = "gpio-leds"; compatible = "gpio-leds";
port2green { port2orange {
label = "bt:green:port2"; label = "bt:orange:port2";
gpios = <&gpio 2 0>; gpios = <&gpio 2 0>;
}; };
lan2 { lan2 {
label = "bt:green:lan2"; label = "bt:green:lan2";
gpios = <&gpio 5 0>; gpios = <&gpio 5 0>;
}; };
port2orange { port2green {
label = "bt:orange:port2"; label = "bt:green:port2";
gpios = <&gpio 7 0>; gpios = <&gpio 7 0>;
}; };
power2 { power2 {
@ -166,7 +175,7 @@
gpios = <&gpio 14 1>; gpios = <&gpio 14 1>;
}; };
dsl { dsl {
label = "dsl"; label = "bt:green:dsl";
gpios = <&gpio 19 1>; gpios = <&gpio 19 1>;
}; };
power { power {