FDT_PROP_SEP
line = (char *)malloc(strlen(name) + strlen(FDT_PROP_SEP) +
sprintf(line, "%s" FDT_PROP_SEP "%s\n", name, buf);