// SPDX-License-Identifier: (GPL-2.0+) /* * Copyright (C) 2020 Harald Seiler * Copyright (C) 2022 Philip Oberfichtner */ / { aliases { eeprom0 = &eeprom0; }; wdt-reboot { compatible = "wdt-reboot"; wdt = <&wdog1>; bootph-pre-ram; }; }; &fec { phy-reset-duration = <1>; phy-reset-post-delay = <10>; phy-supply = <®_eth_vio>; }; &i2c3 { eeprom0: eeprom@50 { }; }; &wdog1 { bootph-pre-ram; };