Lines Matching defs:compatible
76 * system provides a set of known boards, keyed by their "compatible"
100 * -- Key: string matching a "compatible" DT property.
173 * -- Key: string matching a "compatible" DT property.
1074 compatible_buf = ofw_getprop(phandle, "compatible", &compatible_len);
1085 printf("Checking OFW compatible string '%s'.\n", sp);
1164 "compatible");
1166 warnx("%s: no 'compatible' property on node '/'", params->dtb);
1170 const char *compatible;
1173 compatible = fdt_stringlist_get(fdt, system_root,
1174 "compatible", si, NULL);
1175 if (compatible == NULL)
1178 printf("Checking FDT compatible string '%s'.\n",
1179 compatible);
1180 board = prop_dictionary_get(params->mach_data, compatible);
1183 * We just leak compatible on success. Not a big
1187 *board_namep = strdup(compatible);