blob: 32128d4d2ab4f7be467d0d4ae43505e0a3a2bff3 [file] [log] [blame]
Harald Seiler15df6b32020-04-15 20:04:53 +02001// SPDX-License-Identifier: (GPL-2.0+)
2/*
3 * Copyright (C) 2020 Harald Seiler <hws@denx.de>
4 */
5
Harald Seiler2c862712020-04-16 10:52:19 +02006#include "imx6qdl-dhcom-u-boot.dtsi"
7
Harald Seiler15df6b32020-04-15 20:04:53 +02008/ {
9 fec_vio: regulator-fec {
10 compatible = "regulator-fixed";
11
12 regulator-name = "fec-vio";
13 gpio = <&gpio1 7 GPIO_ACTIVE_LOW>;
14 };
15};
16
17&fec {
18 phy-reset-gpios = <&gpio5 0 GPIO_ACTIVE_LOW>;
19 phy-reset-duration = <1>;
20 phy-reset-post-delay = <10>;
21
22 phy-supply = <&fec_vio>;
23};