Tim Harvey | c9f7ef3 | 2021-06-30 16:50:02 -0700 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
| 2 | /* |
| 3 | * Copyright 2020 Gateworks Corporation |
| 4 | */ |
| 5 | |
Tim Harvey | 129c0c5 | 2021-08-24 12:04:00 -0700 | [diff] [blame] | 6 | #include "imx8mm-venice-u-boot.dtsi" |
Tim Harvey | c9f7ef3 | 2021-06-30 16:50:02 -0700 | [diff] [blame] | 7 | |
| 8 | &fec1 { |
| 9 | phy-reset-gpios = <&gpio4 19 GPIO_ACTIVE_LOW>; |
| 10 | phy-reset-duration = <1>; |
| 11 | phy-reset-post-delay = <1>; |
| 12 | }; |
| 13 | |
Tim Harvey | 129c0c5 | 2021-08-24 12:04:00 -0700 | [diff] [blame] | 14 | &pinctrl_fec1 { |
| 15 | u-boot,dm-spl; |
| 16 | }; |
| 17 | |
Tim Harvey | c9f7ef3 | 2021-06-30 16:50:02 -0700 | [diff] [blame] | 18 | &{/soc@0/bus@30800000/i2c@30a30000/pmic@4b} { |
| 19 | u-boot,dm-spl; |
| 20 | }; |
| 21 | |
| 22 | &{/soc@0/bus@30800000/i2c@30a30000/pmic@4b/regulators} { |
| 23 | u-boot,dm-spl; |
| 24 | }; |
| 25 | |
| 26 | &pinctrl_pmic { |
| 27 | u-boot,dm-spl; |
| 28 | }; |