summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/stm32mp157c-ev1.dts
blob: 742eca7a33c9f69084d1ad85221d94c67d9910b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// SPDX-License-Identifier: (GPL-2.0+ OR X11)

#include <arm/stm32mp157c-ev1.dts>
#include "stm32mp151.dtsi"

/ {
	chosen {
		environment-sd {
			compatible = "barebox,environment";
			device-path = &sdmmc1, "partname:barebox-environment";
			status = "disabled";
		};

		environment-emmc {
			compatible = "barebox,environment";
			device-path = &sdmmc2, "partname:barebox-environment";
			status = "disabled";
		};
	};
};