dtb_has_fdt_string
if (dtb_has_fdt_string(compatible, compatibleLen,
if (dtb_has_fdt_string(compatible, compatibleLen,
if (dtb_has_fdt_string(compatible, compatibleLen,
if (dtb_has_fdt_string(compatible, compatibleLen, "riscv,clint0")) {
if (dtb_has_fdt_string(compatible, compatibleLen, "riscv,plic0")
|| dtb_has_fdt_string(compatible, compatibleLen, "sifive,plic-1.0.0")) {
if (dtb_has_fdt_string(compatible, compatibleLen,
bool dtb_has_fdt_string(const char* prop, int size, const char* pattern);