kirkwood: enable switch on Linksys EA3500
Signed-off-by: Claudio Leite <leitec@staticky.com> SVN-Revision: 44036
This commit is contained in:
parent
d41d7cc199
commit
34f6c6fc38
3 changed files with 27 additions and 2 deletions
|
@ -55,6 +55,9 @@ case "$board" in
|
||||||
;;
|
;;
|
||||||
"ea3500")
|
"ea3500")
|
||||||
ucidef_set_interfaces_lan_wan "eth0" "eth1"
|
ucidef_set_interfaces_lan_wan "eth0" "eth1"
|
||||||
|
ucidef_add_switch "switch0" "1" "0"
|
||||||
|
add_port_based_vlan "switch0" "1" "0 1 2 3 5"
|
||||||
|
add_port_based_vlan "switch0" "2" "4 6"
|
||||||
;;
|
;;
|
||||||
"ea4500")
|
"ea4500")
|
||||||
ucidef_set_interfaces_lan_wan "eth0" "eth1"
|
ucidef_set_interfaces_lan_wan "eth0" "eth1"
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
kirkwood-guruplug-server-plus.dtb \
|
kirkwood-guruplug-server-plus.dtb \
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/arch/arm/boot/dts/kirkwood-ea3500.dts
|
+++ b/arch/arm/boot/dts/kirkwood-ea3500.dts
|
||||||
@@ -0,0 +1,149 @@
|
@@ -0,0 +1,160 @@
|
||||||
+/*
|
+/*
|
||||||
+ * kirkwood-ea3500.dts - Device Tree file for Linksys EA3500
|
+ * kirkwood-ea3500.dts - Device Tree file for Linksys EA3500
|
||||||
+ *
|
+ *
|
||||||
|
@ -112,6 +112,17 @@
|
||||||
+ gpios = <&gpio0 7 GPIO_ACTIVE_HIGH>;
|
+ gpios = <&gpio0 7 GPIO_ACTIVE_HIGH>;
|
||||||
+ };
|
+ };
|
||||||
+ };
|
+ };
|
||||||
|
+
|
||||||
|
+ mvsw61xx {
|
||||||
|
+ compatible = "marvell,88e6171";
|
||||||
|
+ status = "okay";
|
||||||
|
+ reg = <0x10>;
|
||||||
|
+
|
||||||
|
+ mii-bus = <&mdio>;
|
||||||
|
+ cpu-port-0 = <5>;
|
||||||
|
+ cpu-port-1 = <6>;
|
||||||
|
+ is-indirect;
|
||||||
|
+ };
|
||||||
+};
|
+};
|
||||||
+
|
+
|
||||||
+&nand {
|
+&nand {
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
kirkwood-guruplug-server-plus.dtb \
|
kirkwood-guruplug-server-plus.dtb \
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/arch/arm/boot/dts/kirkwood-ea3500.dts
|
+++ b/arch/arm/boot/dts/kirkwood-ea3500.dts
|
||||||
@@ -0,0 +1,149 @@
|
@@ -0,0 +1,160 @@
|
||||||
+/*
|
+/*
|
||||||
+ * kirkwood-ea3500.dts - Device Tree file for Linksys EA3500
|
+ * kirkwood-ea3500.dts - Device Tree file for Linksys EA3500
|
||||||
+ *
|
+ *
|
||||||
|
@ -112,6 +112,17 @@
|
||||||
+ gpios = <&gpio0 7 GPIO_ACTIVE_HIGH>;
|
+ gpios = <&gpio0 7 GPIO_ACTIVE_HIGH>;
|
||||||
+ };
|
+ };
|
||||||
+ };
|
+ };
|
||||||
|
+
|
||||||
|
+ mvsw61xx {
|
||||||
|
+ compatible = "marvell,88e6171";
|
||||||
|
+ status = "okay";
|
||||||
|
+ reg = <0x10>;
|
||||||
|
+
|
||||||
|
+ mii-bus = <&mdio>;
|
||||||
|
+ cpu-port-0 = <5>;
|
||||||
|
+ cpu-port-1 = <6>;
|
||||||
|
+ is-indirect;
|
||||||
|
+ };
|
||||||
+};
|
+};
|
||||||
+
|
+
|
||||||
+&nand {
|
+&nand {
|
||||||
|
|
Loading…
Reference in a new issue