mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
def2fc05f6
Add support for MediaTek MT8516 SoC. This include the file that will initialize the SoC after boot and its device tree. Signed-off-by: Fabien Parent <fparent@baylibre.com> Reviewed-by: Tom Rini <trini@konsulko.com>
25 lines
329 B
Text
25 lines
329 B
Text
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
/*
|
|
* Copyright (C) 2019 BayLibre, SAS
|
|
* Author: Fabien Parent <fparent@baylibre.com>
|
|
*/
|
|
|
|
&infracfg {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&topckgen_ {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&topckgen_cg {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&apmixedsys {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&uart0 {
|
|
u-boot,dm-pre-reloc;
|
|
};
|