Tim Harvey | 48c6f97 | 2023-06-09 09:54:51 -0700 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
| 2 | /* |
| 3 | * Copyright 2023 Gateworks Corporation |
| 4 | */ |
| 5 | #include "imx8mp-venice-gw702x-u-boot.dtsi" |
| 6 | |
| 7 | &gpio1 { |
| 8 | app_gpioa { |
| 9 | gpio-hog; |
| 10 | input; |
| 11 | gpios = <13 GPIO_ACTIVE_HIGH>; |
| 12 | line-name = "gpioa"; |
| 13 | }; |
| 14 | }; |
| 15 | |
| 16 | &gpio4 { |
| 17 | app_gpiod { |
| 18 | gpio-hog; |
| 19 | input; |
| 20 | gpios = <1 GPIO_ACTIVE_HIGH>; |
| 21 | line-name = "gpiod"; |
| 22 | }; |
| 23 | |
| 24 | app_gpiob { |
| 25 | gpio-hog; |
| 26 | input; |
| 27 | gpios = <4 GPIO_ACTIVE_HIGH>; |
| 28 | line-name = "gpiob"; |
| 29 | }; |
| 30 | |
| 31 | app_gpioc { |
| 32 | gpio-hog; |
| 33 | input; |
| 34 | gpios = <5 GPIO_ACTIVE_HIGH>; |
| 35 | line-name = "gpioc"; |
| 36 | }; |
| 37 | |
| 38 | pci_usb_sel { |
| 39 | gpio-hog; |
| 40 | output-low; |
| 41 | gpios = <26 GPIO_ACTIVE_HIGH>; |
| 42 | line-name = "pci_usb_sel"; |
| 43 | }; |
| 44 | |
| 45 | pci_wdis { |
| 46 | gpio-hog; |
| 47 | output-high; |
| 48 | gpios = <28 GPIO_ACTIVE_HIGH>; |
| 49 | line-name = "pci_wdis#"; |
| 50 | }; |
| 51 | }; |