Adam Ford | d42247d | 2020-12-11 06:01:46 -0600 | [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 | &{/soc@0/bus@30800000/i2c@30a20000/pmic@4b} { |
| 20 | u-boot,dm-spl; |
| 21 | }; |
| 22 | |
| 23 | &{/soc@0/bus@30800000/i2c@30a20000/pmic@4b/regulators} { |
| 24 | u-boot,dm-spl; |
| 25 | }; |
| 26 | |
| 27 | &aips1 { |
| 28 | u-boot,dm-spl; |
| 29 | u-boot,dm-pre-reloc; |
| 30 | }; |
| 31 | |
| 32 | &aips2 { |
| 33 | u-boot,dm-spl; |
| 34 | }; |
| 35 | |
| 36 | &aips3 { |
| 37 | u-boot,dm-spl; |
| 38 | }; |
| 39 | |
| 40 | &clk { |
| 41 | u-boot,dm-spl; |
| 42 | u-boot,dm-pre-reloc; |
| 43 | }; |
| 44 | |
| 45 | &gpio1 { |
| 46 | u-boot,dm-spl; |
| 47 | }; |
| 48 | |
| 49 | &gpio2 { |
| 50 | u-boot,dm-spl; |
| 51 | }; |
| 52 | |
| 53 | &i2c1 { |
| 54 | u-boot,dm-spl; |
| 55 | }; |
| 56 | |
| 57 | &iomuxc { |
| 58 | u-boot,dm-spl; |
| 59 | }; |
| 60 | |
| 61 | &osc_24m { |
| 62 | u-boot,dm-spl; |
| 63 | u-boot,dm-pre-reloc; |
| 64 | }; |
| 65 | |
| 66 | &pca6416_0 { |
| 67 | compatible = "ti,tca6416"; |
| 68 | }; |
| 69 | |
| 70 | &pca6416_1 { |
| 71 | compatible = "ti,tca6416"; |
| 72 | }; |
| 73 | |
| 74 | &pinctrl_i2c1 { |
| 75 | u-boot,dm-spl; |
| 76 | }; |
| 77 | |
| 78 | &pinctrl_pmic { |
| 79 | u-boot,dm-spl; |
| 80 | }; |
| 81 | |
| 82 | &pinctrl_uart2 { |
| 83 | u-boot,dm-spl; |
| 84 | }; |
| 85 | |
| 86 | &pinctrl_usdhc2_gpio { |
| 87 | u-boot,dm-spl; |
| 88 | }; |
| 89 | |
| 90 | &pinctrl_usdhc2 { |
| 91 | u-boot,dm-spl; |
| 92 | }; |
| 93 | |
| 94 | &pinctrl_usdhc3 { |
| 95 | u-boot,dm-spl; |
| 96 | }; |
| 97 | |
| 98 | ®_usdhc2_vmmc { |
| 99 | u-boot,off-on-delay-us = <20000>; |
| 100 | }; |
| 101 | |
| 102 | &usdhc1 { |
| 103 | u-boot,dm-spl; |
| 104 | sd-uhs-sdr104; |
| 105 | sd-uhs-ddr50; |
| 106 | }; |
| 107 | |
| 108 | &usdhc2 { |
| 109 | u-boot,dm-spl; |
| 110 | sd-uhs-sdr104; |
| 111 | sd-uhs-ddr50; |
| 112 | }; |
| 113 | |
| 114 | &usdhc3 { |
| 115 | u-boot,dm-spl; |
| 116 | mmc-hs400-1_8v; |
| 117 | mmc-hs400-enhanced-strobe; |
| 118 | }; |
| 119 | |
| 120 | &wdog1 { |
| 121 | u-boot,dm-spl; |
| 122 | }; |