blob: 740a24d96ec649971c221d96df3b040cd8e45920 [file] [log] [blame]
Harald Seiler2c862712020-04-16 10:52:19 +02001// SPDX-License-Identifier: (GPL-2.0+)
2/*
3 * Copyright (C) 2020 Harald Seiler <hws@denx.de>
Philip Oberfichtnerdcb59a12022-05-20 10:46:23 +02004 * Copyright (C) 2022 Philip Oberfichtner <pro@denx.de>
Harald Seiler2c862712020-04-16 10:52:19 +02005 */
6
Philip Oberfichtnere1e0d9a2022-05-20 10:46:19 +02007/ {
8 aliases {
9 eeprom0 = &eeprom0;
10 };
Marek Vasut240a2742023-04-04 00:39:37 +020011
12 wdt-reboot {
13 compatible = "wdt-reboot";
14 wdt = <&wdog1>;
15 bootph-pre-ram;
16 };
Philip Oberfichtnere1e0d9a2022-05-20 10:46:19 +020017};
18
Philip Oberfichtnerdcb59a12022-05-20 10:46:23 +020019&fec {
20 phy-reset-duration = <1>;
21 phy-reset-post-delay = <10>;
22 phy-supply = <&reg_eth_vio>;
23};
24
Philip Oberfichtnere1e0d9a2022-05-20 10:46:19 +020025&i2c3 {
26 eeprom0: eeprom@50 {
27 };
28};
29
Harald Seiler2c862712020-04-16 10:52:19 +020030&reg_usb_otg_vbus {
31 gpio = <&gpio3 31 GPIO_ACTIVE_HIGH>;
32 enable-active-high;
33};
Marek Vasut240a2742023-04-04 00:39:37 +020034
35&wdog1 {
36 bootph-pre-ram;
37};