fdt_first_subnode
int fdt_first_subnode(const void *fdt, int offset);
for (node = fdt_first_subnode(fdt, parent); \