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