summaryrefslogtreecommitdiff
path: root/arch/arm/dts/socfpga-common-u-boot.dtsi
blob: ddef9a2896d9ed3d4d6c559adbbc8ba97c473654 (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
34
35
// SPDX-License-Identifier: GPL-2.0+
/*
 * U-Boot additions
 *
 * Copyright (c) 2019 Simon Goldschmidt
 */
/{
	memory@0 {
		bootph-all;
	};

	soc {
		bootph-all;
	};
};

&clkmgr {
	bootph-all;
};

&L2 {
	bootph-all;
};

&rst {
	bootph-all;
};

&sdr {
	bootph-all;
};

&sysmgr {
	bootph-all;
};