Peng Fan | 9b15ce9 | 2019-08-27 06:26:08 +0000 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
| 2 | /* |
| 3 | * Copyright 2019 NXP |
| 4 | */ |
| 5 | |
Peng Fan | 387c449 | 2019-10-16 10:24:30 +0000 | [diff] [blame] | 6 | &{/soc@0} { |
Peng Fan | 9b15ce9 | 2019-08-27 06:26:08 +0000 | [diff] [blame] | 7 | u-boot,dm-pre-reloc; |
| 8 | u-boot,dm-spl; |
| 9 | }; |
| 10 | |
| 11 | &clk { |
| 12 | u-boot,dm-spl; |
| 13 | u-boot,dm-pre-reloc; |
Peng Fan | 98bcf9a | 2019-10-22 03:29:54 +0000 | [diff] [blame] | 14 | /delete-property/ assigned-clocks; |
| 15 | /delete-property/ assigned-clock-parents; |
| 16 | /delete-property/ assigned-clock-rates; |
Peng Fan | 9b15ce9 | 2019-08-27 06:26:08 +0000 | [diff] [blame] | 17 | }; |
| 18 | |
| 19 | &osc_24m { |
| 20 | u-boot,dm-spl; |
| 21 | u-boot,dm-pre-reloc; |
| 22 | }; |
| 23 | |
| 24 | &aips1 { |
| 25 | u-boot,dm-spl; |
| 26 | u-boot,dm-pre-reloc; |
| 27 | }; |
| 28 | |
| 29 | &aips2 { |
| 30 | u-boot,dm-spl; |
| 31 | }; |
| 32 | |
| 33 | &aips3 { |
| 34 | u-boot,dm-spl; |
| 35 | }; |
| 36 | |
| 37 | &iomuxc { |
| 38 | u-boot,dm-spl; |
| 39 | }; |
| 40 | |
| 41 | &pinctrl_reg_usdhc2_vmmc { |
| 42 | u-boot,dm-spl; |
| 43 | }; |
| 44 | |
| 45 | &pinctrl_uart2 { |
| 46 | u-boot,dm-spl; |
| 47 | }; |
| 48 | |
| 49 | &pinctrl_usdhc2_gpio { |
| 50 | u-boot,dm-spl; |
| 51 | }; |
| 52 | |
| 53 | &pinctrl_usdhc2 { |
| 54 | u-boot,dm-spl; |
| 55 | }; |
| 56 | |
| 57 | &pinctrl_usdhc3 { |
| 58 | u-boot,dm-spl; |
| 59 | }; |
| 60 | |
| 61 | &gpio1 { |
| 62 | u-boot,dm-spl; |
| 63 | }; |
| 64 | |
| 65 | &gpio2 { |
| 66 | u-boot,dm-spl; |
| 67 | }; |
| 68 | |
| 69 | &gpio3 { |
| 70 | u-boot,dm-spl; |
| 71 | }; |
| 72 | |
| 73 | &gpio4 { |
| 74 | u-boot,dm-spl; |
| 75 | }; |
| 76 | |
| 77 | &gpio5 { |
| 78 | u-boot,dm-spl; |
| 79 | }; |
| 80 | |
| 81 | &uart2 { |
| 82 | u-boot,dm-spl; |
| 83 | }; |
| 84 | |
| 85 | &usdhc1 { |
| 86 | u-boot,dm-spl; |
| 87 | }; |
| 88 | |
| 89 | &usdhc2 { |
| 90 | u-boot,dm-spl; |
| 91 | }; |
| 92 | |
| 93 | &usdhc3 { |
| 94 | u-boot,dm-spl; |
| 95 | }; |
Peng Fan | 8c61eba | 2019-10-16 10:24:42 +0000 | [diff] [blame] | 96 | |
| 97 | &i2c1 { |
| 98 | u-boot,dm-spl; |
| 99 | }; |
| 100 | |
| 101 | &{/soc@0/bus@30800000/i2c@30a20000/pmic@4b} { |
| 102 | u-boot,dm-spl; |
| 103 | }; |
| 104 | |
| 105 | &{/soc@0/bus@30800000/i2c@30a20000/pmic@4b/regulators} { |
| 106 | u-boot,dm-spl; |
| 107 | }; |
| 108 | |
| 109 | &pinctrl_i2c1 { |
| 110 | u-boot,dm-spl; |
| 111 | }; |
| 112 | |
| 113 | &pinctrl_pmic { |
| 114 | u-boot,dm-spl; |
| 115 | }; |
Peng Fan | bdcf3a8 | 2019-10-22 03:30:04 +0000 | [diff] [blame] | 116 | |
| 117 | &fec1 { |
| 118 | phy-reset-gpios = <&gpio4 22 GPIO_ACTIVE_LOW>; |
| 119 | }; |