2020-04-16 08:52:19 +00:00
|
|
|
// SPDX-License-Identifier: (GPL-2.0+)
|
|
|
|
/*
|
|
|
|
* Copyright (C) 2020 Harald Seiler <hws@denx.de>
|
2022-05-20 08:46:23 +00:00
|
|
|
* Copyright (C) 2022 Philip Oberfichtner <pro@denx.de>
|
2020-04-16 08:52:19 +00:00
|
|
|
*/
|
|
|
|
|
2022-05-20 08:46:19 +00:00
|
|
|
/ {
|
|
|
|
aliases {
|
|
|
|
eeprom0 = &eeprom0;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2022-05-20 08:46:23 +00:00
|
|
|
&fec {
|
|
|
|
phy-reset-duration = <1>;
|
|
|
|
phy-reset-post-delay = <10>;
|
|
|
|
phy-supply = <®_eth_vio>;
|
|
|
|
};
|
|
|
|
|
2022-05-20 08:46:19 +00:00
|
|
|
&i2c3 {
|
|
|
|
eeprom0: eeprom@50 {
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2020-04-16 08:52:19 +00:00
|
|
|
®_usb_otg_vbus {
|
|
|
|
gpio = <&gpio3 31 GPIO_ACTIVE_HIGH>;
|
|
|
|
enable-active-high;
|
|
|
|
};
|