Add support for a 'skip-init' property in the device tree that preserves UART settings from a previous boot phase. This is useful when the UART is already configured by firmware (e.g., EFI firmware on x86 platforms) and changing the settings would disrupt console output or cause communication issues. Co-developed-by: Claude <noreply@anthropic.com> Signed-off-by: Simon Glass <sjg@chromium.org>