summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/imx7d-zii-rpu2.dts
blob: f8d6e89046d781adda183c8bc9c1af6361c77413 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
// 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;
	};
};