summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/at91-microchip-sama5d3-eds.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/dts/at91-microchip-sama5d3-eds.dts')
-rw-r--r--arch/arm/dts/at91-microchip-sama5d3-eds.dts14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/dts/at91-microchip-sama5d3-eds.dts b/arch/arm/dts/at91-microchip-sama5d3-eds.dts
new file mode 100644
index 0000000000..d35c8c3c6e
--- /dev/null
+++ b/arch/arm/dts/at91-microchip-sama5d3-eds.dts
@@ -0,0 +1,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";
+ };
+ };
+};