Newer
Older
barebox / arch / arm / dts / vf610-zii-dev-rev-c.dts
@Andrey Smirnov Andrey Smirnov on 26 Jun 2019 596 bytes ARM: i.MX: zii-vf610-dev-rev-c: Fix DTS warning
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)

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

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

#include "vf610-zii-dev.dtsi"

/ {
	aliases {
		/*
		 * NVMEM device corresponding to EEPROM attached to
                 * the switch shared DT node with it, so we use that
                 * fact to create a desirable naming
		 */
		switch0-eeprom = &switch0;
		switch1-eeprom = &switch1;
	};
};

&dspi0 {
	m25p128@0 {
		#address-cells = <1>;
		#size-cells = <0>;

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