summaryrefslogtreecommitdiff
path: root/arch/arm/dts/imx6qdl-dhcom-u-boot.dtsi
blob: 740a24d96ec649971c221d96df3b040cd8e45920 (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
// SPDX-License-Identifier: (GPL-2.0+)
/*
 * Copyright (C) 2020 Harald Seiler <hws@denx.de>
 * Copyright (C) 2022 Philip Oberfichtner <pro@denx.de>
 */

/ {
	aliases {
		eeprom0 = &eeprom0;
	};

	wdt-reboot {
		compatible = "wdt-reboot";
		wdt = <&wdog1>;
		bootph-pre-ram;
	};
};

&fec {
	phy-reset-duration = <1>;
	phy-reset-post-delay = <10>;
	phy-supply = <&reg_eth_vio>;
};

&i2c3 {
	eeprom0: eeprom@50 {
	};
};

&reg_usb_otg_vbus {
	gpio = <&gpio3 31 GPIO_ACTIVE_HIGH>;
	enable-active-high;
};

&wdog1 {
	bootph-pre-ram;
};