diff options
author | Philip Oberfichtner | 2022-05-20 10:46:24 +0200 |
---|---|---|
committer | Stefano Babic | 2022-05-20 12:36:49 +0200 |
commit | 84d9ce560756a63c964e8172376a00c615d3d046 (patch) | |
tree | 075d887c9e22036735ecdccdc96137fe172faabd /arch | |
parent | dcb59a13061dc4d8fb60eff9d821baca10eef489 (diff) |
ARM: dts: imx: Configure FEC for iMX6QDL picoITX
Add a u-boot dtsi for configuring the FEC node of the DH picoITX.
Reviewed-by: Marek Vasut <marex@denx.de>
Signed-off-by: Philip Oberfichtner <pro@denx.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/imx6dl-dhcom-picoitx-u-boot.dtsi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/dts/imx6dl-dhcom-picoitx-u-boot.dtsi b/arch/arm/dts/imx6dl-dhcom-picoitx-u-boot.dtsi new file mode 100644 index 00000000000..16669b25333 --- /dev/null +++ b/arch/arm/dts/imx6dl-dhcom-picoitx-u-boot.dtsi @@ -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>; +}; |