diff options
author | Fabien Parent <fparent@baylibre.com> | 2019-03-24 16:46:38 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-04-23 17:57:26 -0400 |
commit | def2fc05f6f47b883fa9de96275c0350bd31248e (patch) | |
tree | 41c205db419d54da60ab75de914c0224d187595c /arch/arm/dts/mt8516-u-boot.dtsi | |
parent | 6fdb50c098bae577312ab218eba8c9d0fd2df19e (diff) | |
download | u-boot-def2fc05f6f47b883fa9de96275c0350bd31248e.tar.gz |
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>
Diffstat (limited to 'arch/arm/dts/mt8516-u-boot.dtsi')
-rw-r--r-- | arch/arm/dts/mt8516-u-boot.dtsi | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/arch/arm/dts/mt8516-u-boot.dtsi b/arch/arm/dts/mt8516-u-boot.dtsi new file mode 100644 index 0000000000..3c0d843f35 --- /dev/null +++ b/arch/arm/dts/mt8516-u-boot.dtsi @@ -0,0 +1,25 @@ +// 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; +}; |