* fdt_getprop_u32_by_offset - retrieve u32 of a given property * @fdt: pointer to the device tree blob * @nodeoffset: offset of the node whose property to find * @name: name of the property to find * @out: pointer to u32 variable (will be overwritten) or NULL * * fdt_getpr...