Hi, I have tested v2 on my R64 1.1
> + memory@40000000 {
> + device_type = "memory";
> + reg = <0x40000000 0x10000000>;
> + };
for r64 this should be modified (maybe separate dts) to
reg = <0x40000000 0x40000000>;
hint for users: you need 64bit ATF file like [1]
but else it works good so far
Tested-by: Frank Wunderlich <[email protected]>
regards Frank
[1] http://forum.banana-pi.org/t/bpi-r64-current-u-boot-support/10077/51

