summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-04-25 19:03:41 +0000
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-04-25 19:03:41 +0000
commita9778ae5971791e9382a9e2a41ee8ee2fac4294a (patch)
tree7d3853eb14aad42091a72a45d754aa5b500e0ed4 /target
parent3f99c9f1c68e5c279dc604b04b34fb4cf9ecd1d2 (diff)
lantiq: make leds and network work on VG3503J
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36445 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rwxr-xr-xtarget/linux/lantiq/base-files/etc/uci-defaults/01_leds7
-rwxr-xr-xtarget/linux/lantiq/base-files/etc/uci-defaults/02_network3
-rw-r--r--target/linux/lantiq/dts/VG3503J.dts33
3 files changed, 31 insertions, 12 deletions
diff --git a/target/linux/lantiq/base-files/etc/uci-defaults/01_leds b/target/linux/lantiq/base-files/etc/uci-defaults/01_leds
index 3f87fe075..bdf131170 100755
--- a/target/linux/lantiq/base-files/etc/uci-defaults/01_leds
+++ b/target/linux/lantiq/base-files/etc/uci-defaults/01_leds
@@ -19,6 +19,13 @@ done
board=$(lantiq_board_id)
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
diff --git a/target/linux/lantiq/base-files/etc/uci-defaults/02_network b/target/linux/lantiq/base-files/etc/uci-defaults/02_network
index 006f1bcc4..06390a73d 100755
--- a/target/linux/lantiq/base-files/etc/uci-defaults/02_network
+++ b/target/linux/lantiq/base-files/etc/uci-defaults/02_network
@@ -69,6 +69,9 @@ WBMR)
ucidef_add_switch_vlan "eth0" "1" "0 1 2 3 4 5"
;;
+VG3503J)
+ ucidef_set_interface_lan 'eth0 eth1'
+ ;;
esac
[ -z "$(ls /lib/modules/`uname -r`/ltq_atm*)" ] || set_atm_wan "$vpi" "$vci" "$encaps" "$payload"
diff --git a/target/linux/lantiq/dts/VG3503J.dts b/target/linux/lantiq/dts/VG3503J.dts
index 0aea8d80c..340bfaae4 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 {