pub type FuncFdtParseConfig = fn(prop_interrupts_one_cell: &[u32]) -> Result<IrqConfig, String>;
Fdt 解析 interrupts 函数,一次解析一个cell
interrupts
cell