lantiq: improve ARV7519RW22 support

- use full board name
- rename uboot-env partition
- add dsl_fw partition
- remove unneeded pinmux groups
- move gigabit ethernet to LAN
- load mac address from mtd

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>

Backport of r42180

git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@42359 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic 2014-09-01 13:21:19 +00:00
parent 24ea6b6123
commit 0519ad0096
2 changed files with 18 additions and 34 deletions

View File

@ -156,7 +156,7 @@ TDW8970)
wan_mac=$(macaddr_add "$lan_mac" 1)
;;
ARV7519*)
ARV7519RW22)
lan_mac=$(mtd_get_mac_binary boardconfig 22)
wan_mac=$(macaddr_add "$lan_mac" 1)
;;

View File

@ -1,7 +1,7 @@
/include/ "vr9.dtsi"
/ {
model = "ARV7519 - Astoria Networks ARV7519RW22-A-LT";
model = "ARV7519RW22 - Astoria Networks ARV7519RW22-A-LT";
chosen {
bootargs = "console=ttyLTQ0,115200 init=/etc/preinit";
@ -27,17 +27,22 @@
};
partition@60000 {
label = "uboot_cfg";
label = "uboot-env";
reg = <0x60000 0x20000>;
read-only;
};
partition@80000 {
label = "firmware";
reg = <0x80000 0x1f00000>;
reg = <0x80000 0x1e00000>;
};
partition@1f80000 {
partition@1e80000 {
label = "dsl_fw";
reg = <0x1e80000 0x100000>;
};
boardconfig: partition@1f80000 {
label = "boardconfig";
reg = <0x1f80000 0x80000>;
read-only;
@ -54,19 +59,6 @@
lantiq,groups = "mdio";
lantiq,function = "mdio";
};
gphy-leds {
lantiq,groups = "gphy0 led1", "gphy1 led1";
lantiq,function = "gphy";
lantiq,pull = <2>;
lantiq,open-drain = <0>;
lantiq,output = <1>;
};
phy-rst {
lantiq,pins = "io42";
lantiq,pull = <0>;
lantiq,open-drain = <0>;
lantiq,output = <1>;
};
pcie-rst {
lantiq,pins = "io21";
lantiq,pull = <0>;
@ -92,8 +84,15 @@
#address-cells = <1>;
#size-cells = <0>;
reg = <0>;
mac-address = [ 00 11 22 33 44 55 ];
mtd-mac-address = <&boardconfig 0x16>;
lantiq,switch;
ethernet@0 {
compatible = "lantiq,xrx200-pdi-port";
reg = <0>;
phy-mode = "rgmii";
phy-handle = <&phy0>;
};
ethernet@1 {
compatible = "lantiq,xrx200-pdi-port";
reg = <4>;
@ -120,21 +119,6 @@
};
};
wan: interface@1 {
compatible = "lantiq,xrx200-pdi";
#address-cells = <1>;
#size-cells = <0>;
reg = <1>;
mac-address = [ 00 11 22 33 44 56 ];
lantiq,wan;
ethernet@0 {
compatible = "lantiq,xrx200-pdi-port";
reg = <0>;
phy-mode = "rgmii";
phy-handle = <&phy0>;
};
};
mdio@0 {
#address-cells = <1>;
#size-cells = <0>;