Tim Harvey | 61e7f97 | 2022-09-14 09:02:19 -0700 | [diff] [blame] | 1 | // 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 Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 33 | bootph-pre-ram; |
Tim Harvey | 61e7f97 | 2022-09-14 09:02:19 -0700 | [diff] [blame] | 34 | }; |
| 35 | |
| 36 | &{/soc@0/bus@30800000/i2c@30a30000/pmic@4b} { |
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 37 | bootph-pre-ram; |
Tim Harvey | 61e7f97 | 2022-09-14 09:02:19 -0700 | [diff] [blame] | 38 | }; |
| 39 | |
| 40 | &{/soc@0/bus@30800000/i2c@30a30000/pmic@4b/regulators} { |
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 41 | bootph-pre-ram; |
Tim Harvey | 61e7f97 | 2022-09-14 09:02:19 -0700 | [diff] [blame] | 42 | }; |
| 43 | |
| 44 | &pinctrl_pmic { |
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 45 | bootph-pre-ram; |
Tim Harvey | 61e7f97 | 2022-09-14 09:02:19 -0700 | [diff] [blame] | 46 | }; |