Bryan Brattlof | 6bdfa69 | 2022-11-03 19:13:52 -0500 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
| 2 | /* |
| 3 | * Common AM62A EVM dts file for SPLs |
| 4 | * Copyright (C) 2022 Texas Instruments Incorporated - https://www.ti.com/ |
| 5 | */ |
| 6 | |
| 7 | / { |
| 8 | chosen { |
| 9 | stdout-path = "serial2:115200n8"; |
| 10 | tick-timer = &timer1; |
| 11 | }; |
| 12 | |
| 13 | memory@80000000 { |
| 14 | u-boot,dm-spl; |
| 15 | }; |
| 16 | }; |
| 17 | |
| 18 | &cbass_main{ |
| 19 | u-boot,dm-spl; |
| 20 | |
| 21 | timer1: timer@2400000 { |
| 22 | compatible = "ti,omap5430-timer"; |
| 23 | reg = <0x00 0x2400000 0x00 0x80>; |
| 24 | ti,timer-alwon; |
| 25 | clock-frequency = <25000000>; |
| 26 | u-boot,dm-spl; |
| 27 | }; |
| 28 | }; |
| 29 | |
| 30 | &dmss { |
| 31 | u-boot,dm-spl; |
| 32 | }; |
| 33 | |
| 34 | &secure_proxy_main { |
| 35 | u-boot,dm-spl; |
| 36 | }; |
| 37 | |
| 38 | &dmsc { |
| 39 | u-boot,dm-spl; |
| 40 | }; |
| 41 | |
| 42 | &k3_pds { |
| 43 | u-boot,dm-spl; |
| 44 | }; |
| 45 | |
| 46 | &k3_clks { |
| 47 | u-boot,dm-spl; |
| 48 | }; |
| 49 | |
| 50 | &k3_reset { |
| 51 | u-boot,dm-spl; |
| 52 | }; |
| 53 | |
| 54 | &wkup_conf { |
| 55 | u-boot,dm-spl; |
| 56 | }; |
| 57 | |
| 58 | &chipid { |
| 59 | u-boot,dm-spl; |
| 60 | }; |
| 61 | |
| 62 | &main_pmx0 { |
| 63 | u-boot,dm-spl; |
| 64 | }; |
| 65 | |
| 66 | &main_uart0 { |
| 67 | u-boot,dm-spl; |
| 68 | }; |
| 69 | |
| 70 | &main_uart0_pins_default { |
| 71 | u-boot,dm-spl; |
| 72 | }; |
| 73 | |
| 74 | &main_uart1 { |
| 75 | u-boot,dm-spl; |
| 76 | }; |
| 77 | |
| 78 | &cbass_mcu { |
| 79 | u-boot,dm-spl; |
| 80 | }; |
| 81 | |
| 82 | &cbass_wakeup { |
| 83 | u-boot,dm-spl; |
| 84 | }; |
| 85 | |
| 86 | &mcu_pmx0 { |
| 87 | u-boot,dm-spl; |
| 88 | }; |
| 89 | |
| 90 | &wkup_uart0 { |
| 91 | u-boot,dm-spl; |
| 92 | }; |
| 93 | |
| 94 | &main_gpio0 { |
| 95 | u-boot,dm-spl; |
| 96 | }; |
| 97 | |
| 98 | &main_i2c0 { |
| 99 | u-boot,dm-spl; |
| 100 | }; |
| 101 | |
| 102 | &main_i2c0_pins_default { |
| 103 | u-boot,dm-spl; |
| 104 | }; |
| 105 | |
| 106 | &main_i2c1 { |
| 107 | u-boot,dm-spl; |
| 108 | }; |
| 109 | |
| 110 | &main_i2c1_pins_default { |
| 111 | u-boot,dm-spl; |
| 112 | }; |
| 113 | |
| 114 | &exp1 { |
| 115 | u-boot,dm-spl; |
| 116 | }; |
| 117 | |
| 118 | &sdhci1 { |
| 119 | u-boot,dm-spl; |
| 120 | }; |
| 121 | |
| 122 | &main_mmc1_pins_default { |
| 123 | u-boot,dm-spl; |
| 124 | }; |
| 125 | |
| 126 | &k3_reset { |
| 127 | u-boot,dm-spl; |
| 128 | }; |
| 129 | |
| 130 | &dmsc { |
| 131 | u-boot,dm-spl; |
| 132 | k3_sysreset: sysreset-controller { |
| 133 | compatible = "ti,sci-sysreset"; |
| 134 | u-boot,dm-spl; |
| 135 | }; |
| 136 | }; |
| 137 | |
| 138 | &vdd_mmc1 { |
| 139 | u-boot,dm-spl; |
| 140 | }; |