mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-23 23:51:22 +02:00
Now that Linux has accepted these tags, move the device tree files in U-Boot over to use them. Signed-off-by: Simon Glass <sjg@chromium.org>
25 lines
294 B
Plaintext
25 lines
294 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Copyright (C) 2020 Linumiz
|
|
* Author: Parthiban Nallathambi <parthiban@linumiz.com>
|
|
*/
|
|
|
|
&pinctrl_uart1 {
|
|
bootph-all;
|
|
};
|
|
|
|
&gpmi {
|
|
bootph-pre-ram;
|
|
bootph-all;
|
|
};
|
|
|
|
&usdhc1 {
|
|
bootph-pre-ram;
|
|
bootph-all;
|
|
};
|
|
|
|
&usdhc2 {
|
|
bootph-pre-ram;
|
|
bootph-all;
|
|
};
|