aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/dts/am437x-sk-evm-u-boot.dtsi
blob: 580ba3512bdd997dcbc0240a1cc35ad56fc3f188 (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
// SPDX-License-Identifier: GPL-2.0+
/*
 * Copyright (C) 2018 Texas Instruments Incorporated - https://www.ti.com/
 */

#include "am4372-u-boot.dtsi"

/{
	ocp {
		bootph-pre-ram;
	};
};

&uart0 {
	bootph-pre-ram;
};

&i2c0 {
	bootph-pre-ram;
};

&mmc1 {
	bootph-pre-ram;
};