summaryrefslogtreecommitdiff
path: root/arch/arm/dts/k3-am62x-lp-sk-u-boot.dtsi
blob: 12bff527a4bc2e28862ee5a754dfbf184435b5ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// SPDX-License-Identifier: GPL-2.0
/*
 * AM62x LP SK dts file for SPLs
 * Copyright (C) 2021-2022 Texas Instruments Incorporated - https://www.ti.com/
 */

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

&ospi0 {
	u-boot,dm-spl;

	flash@0 {
		u-boot,dm-spl;

		partitions {
			u-boot,dm-spl;

			partition@7fc0000 {
				u-boot,dm-spl;
			};
		};
	};
};