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