Devicetree Memory Region Calculator

Enter a base address and size (as used in a DT reg/memory node) to get the end address and check for overflow.

Ad slot

How this works

Devicetree reg and memory node entries are <base, size> pairs. The inclusive end address is base + size − 1. This is worth double-checking whenever you're editing a board's memory-map nodes or adding a reserved-memory region — an off-by-one here is a classic source of overlapping reservations that only show up as boot-time crashes.

← All EmbedCalc tools