Adam Ford | f36f8bc | 2020-05-03 08:11:33 -0500 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
| 2 | /* |
| 3 | * Copyright 2020 Compass Electronics Group, LLC |
| 4 | */ |
| 5 | |
| 6 | / { |
| 7 | wdt-reboot { |
| 8 | compatible = "wdt-reboot"; |
| 9 | wdt = <&wdog1>; |
| 10 | u-boot,dm-spl; |
| 11 | }; |
| 12 | }; |
| 13 | |
| 14 | &{/soc@0} { |
| 15 | u-boot,dm-pre-reloc; |
| 16 | u-boot,dm-spl; |
| 17 | }; |
| 18 | |
| 19 | &aips1 { |
| 20 | u-boot,dm-spl; |
| 21 | u-boot,dm-pre-reloc; |
| 22 | }; |
| 23 | |
| 24 | &aips2 { |
| 25 | u-boot,dm-spl; |
| 26 | }; |
| 27 | |
| 28 | &aips3 { |
| 29 | u-boot,dm-spl; |
| 30 | }; |
| 31 | |
| 32 | &clk { |
| 33 | u-boot,dm-spl; |
| 34 | u-boot,dm-pre-reloc; |
| 35 | /delete-property/ assigned-clocks; |
| 36 | /delete-property/ assigned-clock-parents; |
| 37 | /delete-property/ assigned-clock-rates; |
| 38 | }; |
| 39 | |
Andrey Zhizhikin | 247bbeb | 2020-12-05 17:29:17 +0000 | [diff] [blame] | 40 | ®_usdhc2_vmmc { |
| 41 | u-boot,off-on-delay-us = <20000>; |
| 42 | }; |
| 43 | |
Adam Ford | f36f8bc | 2020-05-03 08:11:33 -0500 | [diff] [blame] | 44 | &fec1 { |
| 45 | phy-reset-gpios = <&gpio4 22 GPIO_ACTIVE_LOW>; |
| 46 | }; |
| 47 | |
| 48 | &gpio1 { |
| 49 | u-boot,dm-spl; |
| 50 | }; |
| 51 | |
| 52 | &gpio2 { |
| 53 | u-boot,dm-spl; |
| 54 | }; |
| 55 | |
| 56 | &gpio3 { |
| 57 | u-boot,dm-spl; |
| 58 | }; |
| 59 | |
| 60 | &gpio4 { |
| 61 | u-boot,dm-spl; |
| 62 | }; |
| 63 | |
| 64 | &gpio5 { |
| 65 | u-boot,dm-spl; |
| 66 | }; |
| 67 | |
| 68 | &iomuxc { |
| 69 | u-boot,dm-spl; |
| 70 | }; |
| 71 | |
| 72 | &osc_24m { |
| 73 | u-boot,dm-spl; |
| 74 | u-boot,dm-pre-reloc; |
| 75 | }; |
| 76 | |
| 77 | &pca6416_0 { |
| 78 | compatible = "ti,tca6416"; |
| 79 | }; |
| 80 | |
| 81 | &pca6416_1 { |
| 82 | compatible = "ti,tca6416"; |
| 83 | }; |
| 84 | |
| 85 | &pinctrl_i2c1 { |
| 86 | u-boot,dm-spl; |
| 87 | }; |
| 88 | |
| 89 | &pinctrl_pmic { |
| 90 | u-boot,dm-spl; |
| 91 | }; |
| 92 | |
| 93 | &pinctrl_uart2 { |
| 94 | u-boot,dm-spl; |
| 95 | }; |
| 96 | |
| 97 | &pinctrl_usdhc2_gpio { |
| 98 | u-boot,dm-spl; |
| 99 | }; |
| 100 | |
| 101 | &pinctrl_usdhc2 { |
| 102 | u-boot,dm-spl; |
| 103 | }; |
| 104 | |
| 105 | &pinctrl_usdhc3 { |
| 106 | u-boot,dm-spl; |
| 107 | }; |
| 108 | |
| 109 | &uart2 { |
| 110 | u-boot,dm-spl; |
| 111 | }; |
| 112 | |
| 113 | &usdhc2 { |
| 114 | u-boot,dm-spl; |
| 115 | }; |
| 116 | |
| 117 | &usdhc3 { |
| 118 | u-boot,dm-spl; |
| 119 | }; |
| 120 | |
| 121 | &i2c1 { |
| 122 | u-boot,dm-spl; |
| 123 | }; |
| 124 | |
| 125 | &{/soc@0/bus@30800000/i2c@30a20000/pmic@4b} { |
| 126 | u-boot,dm-spl; |
| 127 | }; |
| 128 | |
| 129 | &{/soc@0/bus@30800000/i2c@30a20000/pmic@4b/regulators} { |
| 130 | u-boot,dm-spl; |
| 131 | }; |
| 132 | |
| 133 | &wdog1 { |
| 134 | u-boot,dm-spl; |
| 135 | }; |