summaryrefslogtreecommitdiff
path: root/arch/arm/dts/k3-am625-sk-u-boot.dtsi
blob: c9df1f600769f18d98a7100264c70b8e9896c362 (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
36
37
38
39
40
41
42
43
44
45
46
47
48
// SPDX-License-Identifier: GPL-2.0
/*
 * Common AM625 SK dts file for SPLs
 * Copyright (C) 2021-2022 Texas Instruments Incorporated - https://www.ti.com/
 */

#include "k3-am62x-sk-common-u-boot.dtsi"
#include "k3-am625-sk-binman.dtsi"

&ospi0_pins_default {
	bootph-pre-ram;
};

&ospi0 {
	bootph-pre-ram;

	flash@0 {
		bootph-pre-ram;

		partitions {
			bootph-pre-ram;

			partition@3fc0000 {
				bootph-pre-ram;
			};
		};
	};
};

&vmain_pd {
	bootph-pre-ram;
};

&vcc_5v0 {
	bootph-pre-ram;
};

&vcc_3v3_sys {
	bootph-pre-ram;
};

&vdd_sd_dv {
	bootph-pre-ram;
};

&vdd_sd_dv_pins_default {
	bootph-pre-ram;
};