mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-24 20:54:24 +08:00
ARM: dts: imx: Configure FEC for iMX6QDL DRC02
Add a u-boot dtsi for configuring the FEC node of the DH DRC02. Reviewed-by: Marek Vasut <marex@denx.de> Signed-off-by: Philip Oberfichtner <pro@denx.de>
This commit is contained in:
parent
84d9ce5607
commit
c5a46943a2
10
arch/arm/dts/imx6s-dhcom-drc02-u-boot.dtsi
Normal file
10
arch/arm/dts/imx6s-dhcom-drc02-u-boot.dtsi
Normal file
@ -0,0 +1,10 @@
|
||||
// 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>;
|
||||
};
|
Loading…
Reference in New Issue
Block a user