summaryrefslogtreecommitdiff
path: root/arch/arm/dts/imx8mm-ddr4-ab2-u-boot.dtsi
blob: 27daf58a22540e2e67c7748e2f763b319683027a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// SPDX-License-Identifier: GPL-2.0+
/*
 * Copyright 2020 NXP
 */

#include "imx8mm-ddr4-evk-u-boot.dtsi"

/ {
	usbg2: usbg2 {
		status = "disabled";
	};
};

&fec1 {
	phy-reset-gpios = <&gpio1 5 GPIO_ACTIVE_LOW>;
};

&usbotg1 {
	status = "okay";
	extcon = <&ptn5150>;
};