u-boot-brain/arch/arm/dts/mt8516-u-boot.dtsi
Fabien Parent def2fc05f6 ARM: MediaTek: Add support for MT8516 SoC
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>
2019-04-23 17:57:26 -04:00

26 lines
329 B
Plaintext

// 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;
};