Tim Harvey | 03bf843 | 2021-03-02 14:00:21 -0800 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
| 2 | /* |
| 3 | * Copyright 2021 Gateworks Corporation |
| 4 | */ |
| 5 | #include "imx8mm-venice-gw700x-u-boot.dtsi" |
Tim Harvey | d5cc234 | 2022-04-13 09:02:44 -0700 | [diff] [blame] | 6 | |
| 7 | &gpio1 { |
| 8 | pci_usb_sel { |
| 9 | gpio-hog; |
| 10 | output-low; |
| 11 | gpios = <6 GPIO_ACTIVE_HIGH>; |
| 12 | line-name = "pci_usb_sel"; |
| 13 | }; |
| 14 | |
| 15 | dio_0 { |
| 16 | gpio-hog; |
| 17 | input; |
| 18 | gpios = <7 GPIO_ACTIVE_HIGH>; |
| 19 | line-name = "dio0"; |
| 20 | }; |
| 21 | |
| 22 | dio_1 { |
| 23 | gpio-hog; |
| 24 | input; |
| 25 | gpios = <9 GPIO_ACTIVE_HIGH>; |
| 26 | line-name = "dio1"; |
| 27 | }; |
| 28 | }; |
| 29 | |
| 30 | &gpio4 { |
| 31 | dio_2 { |
| 32 | gpio-hog; |
| 33 | input; |
| 34 | gpios = <3 GPIO_ACTIVE_HIGH>; |
| 35 | line-name = "dio2"; |
| 36 | }; |
| 37 | |
| 38 | dio_3 { |
| 39 | gpio-hog; |
| 40 | input; |
| 41 | gpios = <4 GPIO_ACTIVE_HIGH>; |
| 42 | line-name = "dio3"; |
| 43 | }; |
| 44 | |
| 45 | pci_wdis { |
| 46 | gpio-hog; |
| 47 | output-high; |
| 48 | gpios = <7 GPIO_ACTIVE_HIGH>; |
| 49 | line-name = "pci_wdis#"; |
| 50 | }; |
| 51 | }; |