blob: eace17e052e925b0ad76b1dd2140ca8480887504 [file] [log] [blame]
Fabio Estevam23fe9cf2023-08-08 18:40:38 -03001// SPDX-License-Identifier: GPL-2.0+ OR MIT
2
Fabio Estevamee84bfe2023-09-12 12:11:00 -03003#include "imx7s-u-boot.dtsi"
4
Fabio Estevam4cdeea72023-08-08 18:40:39 -03005/ {
6 wdt-reboot {
7 compatible = "wdt-reboot";
8 wdt = <&wdog1>;
9 bootph-pre-ram;
10 };
11};
12
Joris Offouga7f49a142019-12-08 18:02:30 +010013&fec2 {
14 status = "disable";
15};
Joris Offouga7284d632020-01-29 22:06:01 +010016
17&usbotg1 {
18 dr_mode = "peripheral";
19};
Fabio Estevambebd4622023-04-12 09:41:04 -030020
Fabio Estevam4cdeea72023-08-08 18:40:39 -030021&wdog1 {
22 bootph-pre-ram;
23};