BB: lantiq: vr9: vgv7519: modify dts to pass cmdline to support vmmc/fxs/vpe
authorJohn Crispin <john@openwrt.org>
Mon, 3 Nov 2014 08:33:00 +0000 (08:33 +0000)
committerJohn Crispin <john@openwrt.org>
Mon, 3 Nov 2014 08:33:00 +0000 (08:33 +0000)
(required not-distributable firmware blob - dump it by yourself from original firmware)

Signed-off-by: Eddi De Pieri <eddi@depieri.net>
SVN-Revision: 43164

target/linux/lantiq/dts/VGV7519.dtsi

index 1ab3a267de023ddd5eec8a9dabf9ab825720bfc1..22ab6743dae84928c985b8c72d12fa1338f8d750 100644 (file)
@@ -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@0 {
                reg = <0x0 0x4000000>;
        };
+
+       sram@1F000000 {
+               vmmc@107000 {
+                       status = "okay";
+                       gpios = <&gpio 30 0  //fxs relay
+                                &gpio 31 0  //still unknown
+                                &gpio 3 0>; //reset_slic?
+               };
+       };
        
        fpi@10000000 {
                #address-cells = <1>;