summaryrefslogtreecommitdiff
path: root/target/linux/lantiq/dts/ARV7519RWV11.dts
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-03-30 10:02:30 +0000
committerJohn Crispin <john@openwrt.org>2014-03-30 10:02:30 +0000
commite36568e74b406f5c718904b330fcc7cb34ab2a17 (patch)
tree7b0a91eb996ecdf02e3a8e07d6ec558ea3b12970 /target/linux/lantiq/dts/ARV7519RWV11.dts
parent42e8cb6388a7f9bfd8ff820a5af9193e8fb67fa8 (diff)
downloadmtk-20170518-e36568e74b406f5c718904b330fcc7cb34ab2a17.zip
mtk-20170518-e36568e74b406f5c718904b330fcc7cb34ab2a17.tar.gz
mtk-20170518-e36568e74b406f5c718904b330fcc7cb34ab2a17.tar.bz2
lntiq: add support for Astoria ARV7519RW.
These patches add support for the Astoria ARV7519RW aka Livebox 2.1 The PCI and PCIe interfaces have been disabled. Also, because there are two revisions of this board with different GPHY firmwares, two targets were defined. V2: rewrote partitions to work with an u-boot specifically made for these boards. Signed off by: Esteban Benito <estebanjbs@gmail.com> Signed off by: Carles Gadea <carlesgrg@gmail.com> Tested by: José Vázquez Fernández <ppvazquezfer@gmail.com> SVN-Revision: 40329
Diffstat (limited to 'target/linux/lantiq/dts/ARV7519RWV11.dts')
-rw-r--r--target/linux/lantiq/dts/ARV7519RWV11.dts50
1 files changed, 50 insertions, 0 deletions
diff --git a/target/linux/lantiq/dts/ARV7519RWV11.dts b/target/linux/lantiq/dts/ARV7519RWV11.dts
new file mode 100644
index 0000000..c77ffb4
--- /dev/null
+++ b/target/linux/lantiq/dts/ARV7519RWV11.dts
@@ -0,0 +1,50 @@
+/dts-v1/;
+
+
+/include/ "ARV7519RW.dtsi"
+
+/ {
+ fpi@10000000 {
+ localbus@0 {
+ nor-boot@0 {
+ compatible = "lantiq,nor";
+ bank-width = <2>;
+ reg = <0 0x0 0x2000000>, <1 0x2000000 0x2000000>;
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ partition@0 {
+ label = "uboot";
+ reg = <0x000000000000 0x00060000>;
+ read-only;
+ };
+
+ partition@60000 {
+ label = "uboot_cfg";
+ reg = <0x000000060000 0x00020000>;
+ read-only;
+ };
+
+ partition@80000 {
+ label = "firmware";
+ reg = <0x000000080000 0x01f00000>;
+ };
+
+ partition@1f80000 {
+ label = "boardconfig";
+ reg = <0x000001f80000 0x00080000>;
+ read-only;
+
+ };
+
+
+
+ };
+ };
+ };
+ gphy-xrx200 {
+ compatible = "lantiq,phy-xrx200";
+ firmware = "lantiq/vr9_phy11g_a1x.bin"; /*VR9 1.1*/
+ phys = [ 00 01 ];
+ };
+};