Igor Opaniuk | 14d5aef | 2020-01-28 14:42:25 +0100 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ OR MIT |
| 2 | /* |
| 3 | * Copyright 2020 Toradex |
| 4 | */ |
| 5 | |
| 6 | &aips1 { |
| 7 | u-boot,dm-spl; |
| 8 | u-boot,dm-pre-reloc; |
| 9 | }; |
| 10 | |
| 11 | &aips2 { |
| 12 | u-boot,dm-spl; |
| 13 | }; |
| 14 | |
| 15 | &aips3 { |
| 16 | u-boot,dm-spl; |
| 17 | }; |
| 18 | |
| 19 | &clk { |
| 20 | u-boot,dm-spl; |
| 21 | u-boot,dm-pre-reloc; |
| 22 | /delete-property/ assigned-clocks; |
| 23 | /delete-property/ assigned-clock-parents; |
| 24 | /delete-property/ assigned-clock-rates; |
| 25 | }; |
| 26 | |
| 27 | &gpio1 { |
| 28 | u-boot,dm-spl; |
| 29 | }; |
| 30 | |
| 31 | &gpio2 { |
| 32 | u-boot,dm-spl; |
| 33 | }; |
| 34 | |
| 35 | &gpio3 { |
| 36 | u-boot,dm-spl; |
| 37 | }; |
| 38 | |
| 39 | &gpio4 { |
| 40 | u-boot,dm-spl; |
| 41 | }; |
| 42 | |
| 43 | &gpio5 { |
| 44 | u-boot,dm-spl; |
| 45 | }; |
| 46 | |
| 47 | &i2c1 { |
| 48 | u-boot,dm-spl; |
| 49 | }; |
| 50 | |
| 51 | &iomuxc { |
| 52 | u-boot,dm-spl; |
| 53 | }; |
| 54 | |
| 55 | &osc_24m { |
| 56 | u-boot,dm-spl; |
| 57 | u-boot,dm-pre-reloc; |
| 58 | }; |
| 59 | |
| 60 | &pinctrl_i2c1 { |
| 61 | u-boot,dm-spl; |
| 62 | }; |
| 63 | |
| 64 | &pinctrl_pmic { |
| 65 | u-boot,dm-spl; |
| 66 | }; |
| 67 | |
| 68 | &pinctrl_uart1 { |
| 69 | u-boot,dm-spl; |
| 70 | }; |
| 71 | |
Igor Opaniuk | 0c45a51 | 2020-02-14 14:36:43 +0200 | [diff] [blame] | 72 | &pinctrl_usdhc1 { |
| 73 | u-boot,dm-spl; |
| 74 | }; |
| 75 | |
Igor Opaniuk | 14d5aef | 2020-01-28 14:42:25 +0100 | [diff] [blame] | 76 | &pinctrl_usdhc2 { |
| 77 | u-boot,dm-spl; |
| 78 | }; |
| 79 | |
| 80 | &{/soc@0} { |
| 81 | u-boot,dm-pre-reloc; |
| 82 | u-boot,dm-spl; |
| 83 | }; |
| 84 | |
| 85 | &{/soc@0/bus@30800000/i2c@30a20000/pmic@4b} { |
| 86 | u-boot,dm-spl; |
| 87 | }; |
| 88 | |
| 89 | &{/soc@0/bus@30800000/i2c@30a20000/pmic@4b/regulators} { |
| 90 | u-boot,dm-spl; |
| 91 | }; |
| 92 | |
| 93 | &uart1 { |
| 94 | u-boot,dm-spl; |
| 95 | }; |
| 96 | |
| 97 | &usdhc1 { |
| 98 | u-boot,dm-spl; |
| 99 | }; |
| 100 | |
| 101 | &usdhc2 { |
| 102 | u-boot,dm-spl; |
| 103 | }; |
| 104 | |
| 105 | &usdhc3 { |
| 106 | u-boot,dm-spl; |
| 107 | }; |