[OpenWrt-Devel] [PATCH 09/11] BB: lantiq: vr9: vgv7519: modify dts to pass cmdline to support vmmc/fxs/vpe

Eddi De Pieri eddi at depieri.net
Fri Oct 31 09:09:00 EDT 2014


(required not-distributable firmware blob - dump it by yourself from original firmware)

Signed-off-by: Eddi De Pieri <eddi at depieri.net>
---
 target/linux/lantiq/dts/VGV7519.dtsi |   11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/target/linux/lantiq/dts/VGV7519.dtsi b/target/linux/lantiq/dts/VGV7519.dtsi
index 1ab3a26..22ab674 100644
--- a/target/linux/lantiq/dts/VGV7519.dtsi
+++ b/target/linux/lantiq/dts/VGV7519.dtsi
@@ -5,12 +5,21 @@
     model = "VGV7519 - KPN Experiabox V8";
 
 	chosen {
-		bootargs = "console=ttyLTQ0,115200 init=/etc/preinit";
+		bootargs = "console=ttyLTQ0,115200 init=/etc/preinit maxvpes=1 maxtcs=1 phym=64M mem=62M panic=1 vpe1_load_addr=0x83e00000 vpe1_mem=2M vpe1_wired_tlb_entries=1";
 	};
 
 	memory at 0 {
 		reg = <0x0 0x4000000>;
 	};
+
+	sram at 1F000000 {
+		vmmc at 107000 {
+			status = "okay";
+			gpios = <&gpio 30 0  //fxs relay
+				 &gpio 31 0  //still unknown
+				 &gpio 3 0>; //reset_slic?
+		};
+	};
 	
 	fpi at 10000000 {
 		#address-cells = <1>;
-- 
1.7.10.4
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list