fdt_get_path
int fdt_get_path(const void *fdt, int nodeoffset, char *buf, int buflen);
ret = fdt_get_path(fdt, target, buf, len + 1);