This covers an address range from 0x0000_0000 to 0x0fff_ffff.
By poking around using U-Boot "md" command, I discover that this is aliased at 4 locations:
0x0000_0000 to 0x0fff_ffff. 0x1000_0000 to 0x1fff_ffff. 0x2000_0000 to 0x2fff_ffff. 0x3000_0000 to 0x3fff_ffff.
It is organized in 1024 erasable blocks of 128 kbytes Each block is 64 pages of 2 kbytes. It supports a "standard NAND interface" which uses an 8 bit bus to transfer data, address, and commands Although it comes in a 48 pin package, most of the pins are N/C and apparently serve to physically anchor the device.
The chip has a WP (write protect) pin which will need to be manipulated in order to write to the device.
Tom's Computer Info / [email protected]