fn update_device_nodes( node_path: Path, fdt: &mut Fdt, resources: &PlatformBusResources, phandles: &BTreeMap<&str, u32>, power_domain_count: &mut usize, ) -> Result<()>