blob: a801ee1deb932a44dbd32395d83d979dad030301 [file] [log] [blame]
Tim Harveyc9f7ef32021-06-30 16:50:02 -07001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright 2020 Gateworks Corporation
4 */
5
Tim Harvey129c0c52021-08-24 12:04:00 -07006#include "imx8mm-venice-u-boot.dtsi"
Tim Harveyc9f7ef32021-06-30 16:50:02 -07007
8&fec1 {
9 phy-reset-gpios = <&gpio4 19 GPIO_ACTIVE_LOW>;
10 phy-reset-duration = <1>;
11 phy-reset-post-delay = <1>;
12};
13
Tim Harvey129c0c52021-08-24 12:04:00 -070014&pinctrl_fec1 {
15 u-boot,dm-spl;
16};
17
Tim Harveyc9f7ef32021-06-30 16:50:02 -070018&{/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};