devicetree: make DT_..._REG_ADDR return unsigned by fabio...
DT_..._REG_ADDR macros do not always return an unsigned value. This commit adds and unsigned 32bit prefix to ensure the value is always unsigned. More context: Some device tree integers may be sig...