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.