Tim Harvey | 03bf843 | 2021-03-02 14:00:21 -0800 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
| 2 | /* |
| 3 | * Copyright 2021 Gateworks Corporation |
| 4 | */ |
| 5 | |
| 6 | &{/soc@0} { |
| 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; |
| 14 | /delete-property/ assigned-clocks; |
| 15 | /delete-property/ assigned-clock-parents; |
| 16 | /delete-property/ assigned-clock-rates; |
| 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 | &gpio1 { |
| 42 | u-boot,dm-spl; |
| 43 | }; |
| 44 | |
| 45 | &gpio2 { |
| 46 | u-boot,dm-spl; |
| 47 | }; |
| 48 | |
| 49 | &gpio3 { |
| 50 | u-boot,dm-spl; |
| 51 | }; |
| 52 | |
| 53 | &gpio4 { |
| 54 | u-boot,dm-spl; |
| 55 | }; |
| 56 | |
| 57 | &gpio5 { |
| 58 | u-boot,dm-spl; |
| 59 | }; |
| 60 | |
| 61 | &uart2 { |
| 62 | u-boot,dm-spl; |
| 63 | }; |
| 64 | |
| 65 | &pinctrl_uart2 { |
| 66 | u-boot,dm-spl; |
| 67 | }; |
| 68 | |
| 69 | &usdhc3 { |
| 70 | u-boot,dm-spl; |
| 71 | }; |
| 72 | |
| 73 | &pinctrl_usdhc3 { |
| 74 | u-boot,dm-spl; |
| 75 | }; |
| 76 | |
| 77 | &i2c1 { |
| 78 | u-boot,dm-spl; |
| 79 | }; |
| 80 | |
| 81 | &pinctrl_i2c1 { |
| 82 | u-boot,dm-spl; |
| 83 | }; |
| 84 | |
| 85 | &i2c2 { |
| 86 | u-boot,dm-spl; |
| 87 | }; |
| 88 | |
| 89 | &pinctrl_i2c2 { |
| 90 | u-boot,dm-spl; |
| 91 | }; |
| 92 | |
| 93 | &fec1 { |
| 94 | phy-reset-gpios = <&gpio3 0 GPIO_ACTIVE_LOW>; |
| 95 | phy-reset-duration = <1>; |
| 96 | phy-reset-post-delay = <1>; |
| 97 | }; |
| 98 | |
| 99 | &{/soc@0/bus@30800000/i2c@30a20000/pmic@69} { |
| 100 | u-boot,dm-spl; |
| 101 | }; |
| 102 | |
| 103 | &{/soc@0/bus@30800000/i2c@30a20000/pmic@69/regulators} { |
| 104 | u-boot,dm-spl; |
| 105 | }; |