summaryrefslogtreecommitdiff
path: root/arch/riscv/dts/hifive-unleashed-a00-u-boot.dtsi
blob: 303806454b048609cc0c8fc31156d52a41b94ed8 (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
30
31
32
33
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
/*
 * Copyright (C) 2019 Jagan Teki <jagan@amarulasolutions.com>
 */

#include "fu540-c000-u-boot.dtsi"
#include "fu540-hifive-unleashed-a00-ddr.dtsi"

/ {
	aliases {
		spi0 = &qspi0;
		spi2 = &qspi2;
	};

	hfclk {
		u-boot,dm-spl;
	};

	rtcclk {
		u-boot,dm-spl;
	};

};

&qspi2 {
	mmc@0 {
		u-boot,dm-spl;
	};
};

&gpio {
	u-boot,dm-spl;
};