FDT_NOP
case FDT_NOP:
} while (tag == FDT_NOP);
} while ((tag == FDT_PROP) || (tag == FDT_NOP));
*p = cpu_to_fdt32(FDT_NOP);