summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/at91-microchip-sama5d3-eds.dts
blob: d35c8c3c6ecac7ef187558b3da797abbcd48eb10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: GPL-2.0 */
/dts-v1/;
#include <arm/microchip/at91-sama5d3_eds.dts>
#include "sama5d3.dtsi"

/ {
	chosen {
		environment {
			compatible = "barebox,environment";
			device-path = &mmc0, "partname:0";
			file-path = "barebox.env";
		};
	};
};