summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/at91-sama5d3_xplained.dts
blob: de47ede7c62032ca75360b34e0a098621eee4ea3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* SPDX-License-Identifier: GPL-2.0 OR X11 */
/*
 *  Copyright (C) 2021 Ahmad Fatoum <a.fatoum@pengutronix.de>
 */

/dts-v1/;

#include <arm/microchip/at91-sama5d3_xplained.dts>
#include "sama5d3.dtsi"

/ {
	model = "Atmel sama5d3_xplained";

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