summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/vf610-zii-dev-rev-b.dts
blob: 2949042bc34ba68153ce87ea12be0f31b3c1f5ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)

/*
 * Copyright (C) 2015, 2016 Zodiac Inflight Innovations
 */

#include <arm/vf610-zii-dev-rev-b.dts>

#include "vf610-zii-dev.dtsi"

&{/spi0/flash@0} {
	#address-cells = <1>;
	#size-cells = <0>;

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