mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
6034c9140f
These are necessary to make sure the power domains needed for the serial console are availble in the pre-relocation phase. Signed-off-by: Mark Kettenis <kettenis@openbsd.org> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com> Reviewed-by: Simon Glass <sjg@chromium.org>
25 lines
270 B
Text
25 lines
270 B
Text
// SPDX-License-Identifier: GPL-2.0+ OR MIT
|
|
|
|
&serial0 {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&pmgr {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&ps_sio_busif {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&ps_sio {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&ps_uart_p {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&ps_uart0 {
|
|
u-boot,dm-pre-reloc;
|
|
};
|