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