2021-03-02 14:00:21 -08:00
|
|
|
// SPDX-License-Identifier: GPL-2.0+
|
|
|
|
/*
|
|
|
|
* Copyright 2021 Gateworks Corporation
|
|
|
|
*/
|
|
|
|
|
2021-08-24 12:03:59 -07:00
|
|
|
#include "imx8mm-venice-u-boot.dtsi"
|
2021-03-02 14:00:21 -08:00
|
|
|
|
|
|
|
&fec1 {
|
|
|
|
phy-reset-gpios = <&gpio3 0 GPIO_ACTIVE_LOW>;
|
|
|
|
phy-reset-duration = <1>;
|
2022-05-20 08:55:47 -07:00
|
|
|
phy-reset-post-delay = <300>;
|
2021-03-02 14:00:21 -08:00
|
|
|
};
|
|
|
|
|
2021-08-24 12:03:59 -07:00
|
|
|
&pinctrl_fec1 {
|
2023-02-13 08:56:33 -07:00
|
|
|
bootph-pre-ram;
|
2021-08-24 12:03:59 -07:00
|
|
|
};
|
|
|
|
|
2021-03-02 14:00:21 -08:00
|
|
|
&{/soc@0/bus@30800000/i2c@30a20000/pmic@69} {
|
2023-02-13 08:56:33 -07:00
|
|
|
bootph-pre-ram;
|
2021-03-02 14:00:21 -08:00
|
|
|
};
|
|
|
|
|
|
|
|
&{/soc@0/bus@30800000/i2c@30a20000/pmic@69/regulators} {
|
2023-02-13 08:56:33 -07:00
|
|
|
bootph-pre-ram;
|
2021-03-02 14:00:21 -08:00
|
|
|
};
|