aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/dts/mt7620-u-boot.dtsi
diff options
context:
space:
mode:
authorWeijie Gao <weijie.gao@mediatek.com>2020-11-12 16:35:52 +0800
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2021-01-24 21:39:26 +0100
commitdd4fdc0b1471772b8b4f51671b251dcf69fdd99a (patch)
tree98378e77b1d46ac1a290df3329112d8cb94b4e8f /arch/mips/dts/mt7620-u-boot.dtsi
parentf0a865bd5579510a1fe287c1f274635f3cc0791d (diff)
downloadu-boot-dd4fdc0b1471772b8b4f51671b251dcf69fdd99a.zip
u-boot-dd4fdc0b1471772b8b4f51671b251dcf69fdd99a.tar.gz
u-boot-dd4fdc0b1471772b8b4f51671b251dcf69fdd99a.tar.bz2
mips: mtmips: add support for MediaTek MT7620 SoC
This patch adds support for MediaTek MT7620 SoC. All files are dedicated for u-boot. Reviewed-by: Stefan Roese <sr@denx.de> Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
Diffstat (limited to 'arch/mips/dts/mt7620-u-boot.dtsi')
-rw-r--r--arch/mips/dts/mt7620-u-boot.dtsi14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/mips/dts/mt7620-u-boot.dtsi b/arch/mips/dts/mt7620-u-boot.dtsi
new file mode 100644
index 0000000..ed84257
--- /dev/null
+++ b/arch/mips/dts/mt7620-u-boot.dtsi
@@ -0,0 +1,14 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
+ * Copyright (C) 2020 MediaTek Inc.
+ *
+ * Author: Weijie Gao <weijie.gao@mediatek.com>
+ */
+
+&uartlite {
+ u-boot,dm-pre-reloc;
+};
+
+&uartfull {
+ u-boot,dm-pre-reloc;
+};