Newer
Older
barebox / arch / arm / dts / vf610-zii-cfu1.dts
@Andrey Smirnov Andrey Smirnov on 29 Oct 2018 382 bytes ARM: vf610-zii-cfu1: Add switch EEPROM alias
// SPDX-License-Identifier: (GPL-2.0 OR MIT)

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

#include <arm/vf610-zii-cfu1.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
		*/
		switch-eeprom = &switch0;
	};
};