blob: 36a605468b22d7990a84077a61feb49ed17e0742 [file] [log] [blame]
Tim Harvey5cc5e192022-02-18 15:19:33 -08001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright 2022 Gateworks Corporation
4 */
5
6#include "imx8mm-venice-u-boot.dtsi"
7
8&fec1 {
9 phy-reset-gpios = <&gpio4 25 GPIO_ACTIVE_LOW>;
10 phy-reset-duration = <1>;
11 phy-reset-post-delay = <300>;
12};
13
14&pinctrl_fec1 {
15 u-boot,dm-spl;
16};
17
18&{/soc@0/bus@30800000/i2c@30a30000/pmic@4b} {
19 u-boot,dm-spl;
20};
21
22&{/soc@0/bus@30800000/i2c@30a30000/pmic@4b/regulators} {
23 u-boot,dm-spl;
24};
25
26&pinctrl_pmic {
27 u-boot,dm-spl;
28};