blob: 216a7a0d8d7ccad7b95e1f0512790b9e28d577ac [file] [log] [blame]
Tim Harveyc11d8d72023-08-15 15:01:11 -07001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright 2023 Gateworks Corporation
4 */
5#include "imx8mp-venice-gw702x-u-boot.dtsi"
6
Tim Harveyca83d212024-03-25 09:27:22 -07007&gpio1 {
8 tpm_rst {
9 gpio-hog;
10 output-high;
11 gpios = <11 GPIO_ACTIVE_HIGH>;
12 line-name = "tpm_rst#";
13 };
14};
15
Tim Harveyc11d8d72023-08-15 15:01:11 -070016&gpio4 {
17 dio_1 {
18 gpio-hog;
19 input;
20 gpios = <8 GPIO_ACTIVE_HIGH>;
21 line-name = "dio1";
22 };
23
24 dio_0 {
25 gpio-hog;
26 input;
27 gpios = <11 GPIO_ACTIVE_HIGH>;
28 line-name = "dio0";
29 };
30
31 pci_usb_sel {
32 gpio-hog;
33 output-low;
34 gpios = <14 GPIO_ACTIVE_HIGH>;
35 line-name = "pci_usb_sel";
36 };
37
38 dio_3 {
39 gpio-hog;
40 input;
41 gpios = <24 GPIO_ACTIVE_HIGH>;
42 line-name = "dio3";
43 };
44
45 dio_2 {
46 gpio-hog;
47 input;
48 gpios = <26 GPIO_ACTIVE_HIGH>;
49 line-name = "dio2";
50 };
51
52 pci_wdis {
53 gpio-hog;
54 output-high;
55 gpios = <28 GPIO_ACTIVE_HIGH>;
56 line-name = "pci_wdis#";
57 };
58};
59
60/* gpio-usb-con not supported yet in U-Boot so make this a host for now */
61&usb_dwc3_0 {
62 dr_mode = "host";
63};