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

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