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

#include <arm/vf610-zii-ssmb-spu3.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;
	};
};