summaryrefslogtreecommitdiff
path: root/arch/arm/dts/imx8mm-mx8menlo-u-boot.dtsi
blob: 7f5f8c384e824af4046fb2d0f6f120cb9ca790f5 (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
31
32
33
34
35
36
37
38
39
40
41
42
// SPDX-License-Identifier: GPL-2.0+ OR MIT
/*
 * Copyright 2021-2022 Marek Vasut <marex@denx.de>
 */
#include "imx8mm-verdin-wifi-dev-u-boot.dtsi"

/ {
	chosen {
		stdout-path = &uart1;
	};

	aliases {
		/delete-property/ eeprom1;
		/delete-property/ eeprom2;
		usbphy0 = &usbphynop1;
		usbphy1 = &usbphynop2;
	};
};

&aips4 {
	u-boot,dm-spl;
};

&i2c4 {
	/delete-node/ codec@1a;
};

&reg_usb_otg1_vbus {
	u-boot,dm-spl;
};

&usbmisc1 {
	u-boot,dm-spl;
};

&usbphynop1 {
	u-boot,dm-spl;
};

&usbotg1 {
	u-boot,dm-spl;
};