aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-12-13 10:20:25 -0500
committerTom Rini <trini@konsulko.com>2021-12-13 10:20:25 -0500
commitcfbd2bc695b87434e52e1b1073756b823f18f09d (patch)
tree0071548476a2a4e05d22f6c70a3b3b7463f6d857 /arch
parent026c010c4af47d6f087eee3e54736b7014b43d75 (diff)
parent5c592b636a4006a50228d54eda3fe291eaa1abb8 (diff)
downloadu-boot-cfbd2bc695b87434e52e1b1073756b823f18f09d.zip
u-boot-cfbd2bc695b87434e52e1b1073756b823f18f09d.tar.gz
u-boot-cfbd2bc695b87434e52e1b1073756b823f18f09d.tar.bz2
Merge tag 'u-boot-stm32-20211213' of https://source.denx.de/u-boot/custodians/u-boot-stmWIP/13Dec2021
- enable KSZ90x1 PHY driver on DHCOR - DHSOM boards: - increase USB power-good delay - add update_sf script to install U-Boot into SF - increase PHY auto-negotiation timeout to 20 seconds - fix SoM and board coding strap GPIO handling # gpg verification failed.
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/stm32mp15xx-dhcor-avenger96-u-boot.dtsi11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/dts/stm32mp15xx-dhcor-avenger96-u-boot.dtsi b/arch/arm/dts/stm32mp15xx-dhcor-avenger96-u-boot.dtsi
index 8b275e4..4b1dbf0 100644
--- a/arch/arm/dts/stm32mp15xx-dhcor-avenger96-u-boot.dtsi
+++ b/arch/arm/dts/stm32mp15xx-dhcor-avenger96-u-boot.dtsi
@@ -19,6 +19,17 @@
};
};
+
+&ethernet0 {
+ mdio0 {
+ ethernet-phy@7 {
+ reset-gpios = <&gpioz 2 GPIO_ACTIVE_LOW>;
+ reset-assert-us = <11000>;
+ reset-deassert-us = <1000>;
+ };
+ };
+};
+
&sdmmc1 {
u-boot,dm-spl;
};