1 // SPDX-License-Identifier: GPL-2.0+ OR X11
3 * Copyright 2019 Collabora Ltd
4 * Copyright 2019 General Electric Company
9 compatible = "u-boot,bootcount-i2c-eeprom";
10 i2c-eeprom = <&bootcount>;
14 compatible = "wdt-reboot";
19 compatible = "simple-panel";
25 compatible = "fixed-partitions";
33 bootcount: bootcount {
40 * This is not done in imx6q-ba16.dtsi, since that file is shared
41 * with the kernel and the kernel should not reset the PHY, since
42 * it lacks support for configuring the reserved registeres to
43 * avoid a board specific voltage peak issue.
46 phy-reset-gpios = <&gpio1 28 GPIO_ACTIVE_LOW>;
47 phy-reset-duration = <1>;
48 phy-reset-post-delay = <0>;