On Sat, Aug 6, 2022 at 10:34 AM Markuss Broks <markuss.broks@xxxxxxxxx> wrote: > > The "node" argument is actually an offset, It's an offset to a node in the FDT. The fact that it is an offset is an internal implementation detail of the FDT format. So really, it's a handle to a node. 'node' is more descriptive to its purpose. > and it's also an "int", and not "unsigned long". Uh, no it's not. of_flat_dt_*() functions all take an unsigned long. Rob