diff options
Diffstat (limited to 'arch/arm/dts/imx6qdl-dhcom-u-boot.dtsi')
-rw-r--r-- | arch/arm/dts/imx6qdl-dhcom-u-boot.dtsi | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/dts/imx6qdl-dhcom-u-boot.dtsi b/arch/arm/dts/imx6qdl-dhcom-u-boot.dtsi index 4c3b5e82d61..190567ab7ba 100644 --- a/arch/arm/dts/imx6qdl-dhcom-u-boot.dtsi +++ b/arch/arm/dts/imx6qdl-dhcom-u-boot.dtsi @@ -1,8 +1,26 @@ // SPDX-License-Identifier: (GPL-2.0+) /* * Copyright (C) 2020 Harald Seiler <hws@denx.de> + * Copyright (C) 2022 Philip Oberfichtner <pro@denx.de> */ +/ { + aliases { + eeprom0 = &eeprom0; + }; +}; + +&fec { + phy-reset-duration = <1>; + phy-reset-post-delay = <10>; + phy-supply = <®_eth_vio>; +}; + +&i2c3 { + eeprom0: eeprom@50 { + }; +}; + ®_usb_otg_vbus { gpio = <&gpio3 31 GPIO_ACTIVE_HIGH>; enable-active-high; |