summaryrefslogtreecommitdiff
path: root/arch/riscv/dts/starfive_jh7110-amp-u-boot.dtsi
blob: e222046afaef094bd9fd23cd38fe4955b481f941 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>;
	};
};