blob: 4171c6be00fd8d220b16d254abc67a9df83351b3 [file] [log] [blame]
Tim Harvey61e7f972022-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 {
Simon Glass8c103c32023-02-13 08:56:33 -070033 bootph-pre-ram;
Tim Harvey61e7f972022-09-14 09:02:19 -070034};
35
36&{/soc@0/bus@30800000/i2c@30a30000/pmic@4b} {
Simon Glass8c103c32023-02-13 08:56:33 -070037 bootph-pre-ram;
Tim Harvey61e7f972022-09-14 09:02:19 -070038};
39
40&{/soc@0/bus@30800000/i2c@30a30000/pmic@4b/regulators} {
Simon Glass8c103c32023-02-13 08:56:33 -070041 bootph-pre-ram;
Tim Harvey61e7f972022-09-14 09:02:19 -070042};
43
44&pinctrl_pmic {
Simon Glass8c103c32023-02-13 08:56:33 -070045 bootph-pre-ram;
Tim Harvey61e7f972022-09-14 09:02:19 -070046};