summaryrefslogtreecommitdiff
path: root/arch/riscv/dts/starfive_jh7110-amp-u-boot.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'arch/riscv/dts/starfive_jh7110-amp-u-boot.dtsi')
-rw-r--r--arch/riscv/dts/starfive_jh7110-amp-u-boot.dtsi18
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/riscv/dts/starfive_jh7110-amp-u-boot.dtsi b/arch/riscv/dts/starfive_jh7110-amp-u-boot.dtsi
new file mode 100644
index 0000000000..e222046afa
--- /dev/null
+++ b/arch/riscv/dts/starfive_jh7110-amp-u-boot.dtsi
@@ -0,0 +1,18 @@
+// SPDX-License-Identifier: GPL-2.0 OR MIT
+/*
+ * Copyright (C) 2022 StarFive Technology Co., Ltd.
+ */
+
+#if defined(CONFIG_TARGET_STARFIVE_VISIONFIVE2)
+#include "starfive_visionfive2-u-boot.dtsi"
+#endif
+#if defined(CONFIG_TARGET_STARFIVE_DEVKITS)
+#include "starfive_devkits-u-boot.dtsi"
+#endif
+
+/ {
+ config {
+ amp,rtos-offset = <0x330000>;
+ amp,rtos-code-base = <0x6e800000>;
+ };
+};