summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/imx6qdl-prti6q-nor.dtsi
blob: 7a88652b4242d65cce56dab76a1b89d5685ef044 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT

#include "imx6qdl-prti6q-emmc.dtsi"

&ecspi1 {
	flash@0 {
		#address-cells = <1>;
		#size-cells = <1>;

		partition@0 {
			label = "barebox";
			reg = <0x0 0x100000>;
		};
	};
};