The first production revision of the MX8M Mini Menlo board implements a hardware change which swaps console UART and another UART connector. Implement the swap, which maps the console UART back to the way Verdin console is mapped. Signed-off-by: Marek Vasut <marex@denx.de>
23 lines
355 B
Plaintext
23 lines
355 B
Plaintext
// SPDX-License-Identifier: GPL-2.0+ OR MIT
|
|
/*
|
|
* Copyright 2021-2022 Marek Vasut <marex@denx.de>
|
|
*/
|
|
#include "imx8mm-verdin-wifi-dev-u-boot.dtsi"
|
|
|
|
/ {
|
|
chosen {
|
|
stdout-path = &uart1;
|
|
};
|
|
|
|
aliases {
|
|
/delete-property/ eeprom1;
|
|
/delete-property/ eeprom2;
|
|
usbphy0 = &usbphynop1;
|
|
usbphy1 = &usbphynop2;
|
|
};
|
|
};
|
|
|
|
&i2c4 {
|
|
/delete-node/ codec@1a;
|
|
};
|