mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 02:08:38 +00:00
11 lines
198 B
Text
11 lines
198 B
Text
|
// SPDX-License-Identifier: (GPL-2.0+)
|
||
|
/*
|
||
|
* Copyright (C) 2022 Philip Oberfichtner <pro@denx.de>
|
||
|
*/
|
||
|
|
||
|
#include "imx6qdl-dhcom-u-boot.dtsi"
|
||
|
|
||
|
&fec {
|
||
|
phy-reset-gpios = <&gpio5 0 GPIO_ACTIVE_LOW>;
|
||
|
};
|