blob: aa1153fbf87974de24624a3e684d8a36dbe741d0 [file] [log] [blame]
Tim Harveyb4531572022-09-14 09:02:19 -07001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright 2022 Gateworks Corporation
4 */
5
6#include "imx8mm-venice-u-boot.dtsi"
7
8&gpio1 {
9 rs232en {
10 gpio-hog;
11 output-low;
12 gpios = <12 GPIO_ACTIVE_HIGH>;
13 line-name = "rs232_en#";
14 };
15};
16
17&gpio5 {
18 pci_wdis {
19 gpio-hog;
20 output-high;
21 gpios = <12 GPIO_ACTIVE_HIGH>;
22 line-name = "pci_wdis#";
23 };
24};
25
26&fec1 {
27 phy-reset-gpios = <&gpio4 25 GPIO_ACTIVE_LOW>;
28 phy-reset-duration = <1>;
29 phy-reset-post-delay = <300>;
30};
31
32&pinctrl_fec1 {
33 u-boot,dm-spl;
34};
35
36&{/soc@0/bus@30800000/i2c@30a30000/pmic@4b} {
37 u-boot,dm-spl;
38};
39
40&{/soc@0/bus@30800000/i2c@30a30000/pmic@4b/regulators} {
41 u-boot,dm-spl;
42};
43
44&pinctrl_pmic {
45 u-boot,dm-spl;
46};