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