OFW_COMPAT_LEN
char compat[OFW_COMPAT_LEN];
bzero(compat, OFW_COMPAT_LEN);
if (OF_getprop(node, "compatible", compat, OFW_COMPAT_LEN) < 0)