summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/zynqmp-zcu106-revA.dts
blob: 7c505882688a5d6abe55afb5687340e66fbfb4de (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+
/*
 * dts file for Xilinx ZynqMP ZCU106
 *
 * Copyright (C) 2021, WolfVision GmbH
 * Author: Michael Riesch <michael.riesch@wolfvision.net>
 *
 * Based on the dts for the Xilinx ZynqMP ZCU104.
 */

#include <arm64/xilinx/zynqmp-zcu106-revA.dts>

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