summaryrefslogtreecommitdiff
path: root/arch/riscv/dts/starfive_devkits-u-boot.dtsi
blob: f508ab3554b821ed1bdc5c9de874c049c4065881 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
// SPDX-License-Identifier: GPL-2.0 OR MIT
/*
 * Copyright (C) 2022 StarFive Technology Co., Ltd.
 */

#include "jh7110-u-boot.dtsi"
/ {
	chosen {
			stdout-path = "/soc/serial@10000000:115200";
			u-boot,dm-spl;
	};

	firmware {
		spi0="/soc/qspi@11860000";
		u-boot,dm-spl;
	};

	config {
		u-boot,dm-spl;
		u-boot,spl-payload-offset = <0x100000>; /* loader2 @1044KB */
	};

	memory@80000000 {
		u-boot,dm-spl;
		device_type = "memory";
		reg = <0x0 0x40000000 0x1 0x0>;
	};
};