Tim Harvey | 586599b | 2023-08-15 15:01:14 -0700 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
| 2 | /* |
| 3 | * Copyright 2023 Gateworks Corporation |
| 4 | */ |
| 5 | #include "imx8mm-venice-gw700x-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 | app_gpiob { |
| 16 | gpio-hog; |
| 17 | input; |
| 18 | gpios = <14 GPIO_ACTIVE_HIGH>; |
| 19 | line-name = "gpiob"; |
| 20 | }; |
| 21 | }; |
| 22 | |
| 23 | &gpio4 { |
| 24 | pci_usb_sel { |
| 25 | gpio-hog; |
| 26 | output-low; |
| 27 | gpios = <3 GPIO_ACTIVE_HIGH>; |
| 28 | line-name = "pci_usb_sel"; |
| 29 | }; |
| 30 | |
| 31 | pci_wdis { |
| 32 | gpio-hog; |
| 33 | output-high; |
| 34 | gpios = <7 GPIO_ACTIVE_HIGH>; |
| 35 | line-name = "pci_wdis#"; |
| 36 | }; |
| 37 | }; |
| 38 | |
| 39 | &gpio5 { |
| 40 | app_gpioc { |
| 41 | gpio-hog; |
| 42 | input; |
| 43 | gpios = <4 GPIO_ACTIVE_HIGH>; |
| 44 | line-name = "gpioc"; |
| 45 | }; |
| 46 | |
| 47 | app_gpiod { |
| 48 | gpio-hog; |
| 49 | input; |
| 50 | gpios = <5 GPIO_ACTIVE_HIGH>; |
| 51 | line-name = "gpiod"; |
| 52 | }; |
| 53 | }; |
| 54 | |
| 55 | /* Disable SOM interfaces not used on baseboard */ |
| 56 | &fec1 { |
| 57 | status = "disabled"; |
| 58 | }; |