Embedded Linux Boot Chain
Embedded Linux startup is a chain of handoffs. When a system fails to boot, locating the last successful handoff dramatically narrows the diagnostic surface.
Boot failures are easiest to isolate by handoff boundary.
Device tree belongs to the hardware description path.
Userspace health cannot compensate for an incomplete kernel/device initialization.