fdt_property_placeholder
int fdt_property_placeholder(void *fdt, const char *name, int len, void **valp);
ret = fdt_property_placeholder(fdt, name, len, &ptr);