Skip to content
Snippets Groups Projects
Commit 0ce92922 authored by dpeddi's avatar dpeddi Committed by John Crispin
Browse files

lantiq: enable VMMC for VGV7519


Signed-off-by: default avatarEddi De Pieri <eddi@depieri.net>
parent 4649a929
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
model = "VGV7519 - KPN Experiabox V8"; model = "VGV7519 - KPN Experiabox V8";
chosen { chosen {
bootargs = "console=ttyLTQ0,115200 init=/etc/preinit"; bootargs = "console=ttyLTQ0,115200 init=/etc/preinit mem=62M vpe1_load_addr=0x83e00000 vpe1_mem=2M maxvpes=1 maxtcs=1";
}; };
aliases { aliases {
...@@ -20,6 +20,15 @@ ...@@ -20,6 +20,15 @@
led-wifi = &wireless_green; led-wifi = &wireless_green;
}; };
sram@1F000000 {
vmmc@107000 {
status = "okay";
gpios = <&gpio 30 GPIO_ACTIVE_HIGH //fxs relay
&gpio 31 GPIO_ACTIVE_HIGH //still unknown
&gpio 3 GPIO_ACTIVE_HIGH>; //reset_slic?
};
};
memory@0 { memory@0 {
reg = <0x0 0x4000000>; reg = <0x0 0x4000000>;
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment