fixmap_remap_fdt
extern void *fixmap_remap_fdt(phys_addr_t dt_phys, int *size, pgprot_t prot);
void *dt_virt = fixmap_remap_fdt(dt_phys, &size, PAGE_KERNEL);
fixmap_remap_fdt(dt_phys, &size, PAGE_KERNEL_RO);