repnop / fdt

Rust crate for Flattened Devicetree parsing
Mozilla Public License 2.0
42 stars 22 forks source link

Add support for `interrupt-map` and `interrupt-map-mask` properties #26

Open IsaacWoods opened 7 months ago

IsaacWoods commented 7 months ago

This is needed to support interrupts from PCI devices. I can only really find information on how these properties are used for PCI interrupt parsing, so hopefully it's correct more generally, but haven't been able to test.