summaryrefslogtreecommitdiff
path: root/arch/arm/dts/k3-am62-lp-sk-u-boot.dtsi
blob: 82e05a83268ab1b6f4b8e63e3c588fe261b09904 (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
// SPDX-License-Identifier: GPL-2.0
/*
 * AM62x LP SK dts file for SPLs
 * Copyright (C) 2021-2023 Texas Instruments Incorporated - https://www.ti.com/
 */

#include "k3-am62-lp-sk-binman.dtsi"
#include "k3-am62x-sk-common-u-boot.dtsi"
#include "k3-am62-lp-sk-nand.dtsi"

&vddshv_sdio {
	bootph-pre-ram;
};

&vddshv_sdio_pins_default {
	bootph-pre-ram;
};

&ospi0_pins_default {
	bootph-pre-ram;
};

&ospi0 {
	bootph-pre-ram;

	flash@0 {
		bootph-pre-ram;

		partitions {
			bootph-pre-ram;

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