Newer
Older
barebox / arch / arm / dts / imx7d-zii-rpu2.dts
@Andrey Smirnov Andrey Smirnov on 26 Jun 2019 599 bytes ARM: imx7d-zii-rpu2: Switch to using kernel DTS
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)

/*
 * Copyright (C) 2018 Zodiac Inflight Innovations
 */
#include <arm/imx7d-zii-rpu2.dts>

#include "imx7d-ddrc.dtsi"

/ {
	chosen {
		/*
		 * Kernel DTS incorrectly specifies stdout-path as
                 * &uart1, this can be removed once the fix trickles
                 * down
		 */
		stdout-path = &uart2;
	};

	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 = &switch;
	};
};