summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/imx7d-zii-rpu2.dts
blob: 58b22aa8e8bb2d8271dc9a9be63028a1f0d92449 (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
29
30
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)

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

#include "imx7d-ddrc.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 = &switch;
	};
};

/* FIXME: barebox serial is broken when barebox applies requested reparenting */
&uart2 {
	/delete-property/ assigned-clocks;
	/delete-property/ assigned-clock-parents;
};

&uart4 {
	/delete-property/ assigned-clocks;
	/delete-property/ assigned-clock-parents;
};