Lokesh Vutla | a7551cf | 2020-08-05 22:44:28 +0530 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
| 2 | /* |
| 3 | * Copyright (C) 2020 Texas Instruments Incorporated - https://www.ti.com/ |
| 4 | */ |
| 5 | |
| 6 | / { |
| 7 | chosen { |
| 8 | stdout-path = "serial2:115200n8"; |
| 9 | tick-timer = &timer1; |
| 10 | }; |
| 11 | |
Vignesh Raghavendra | db6451e | 2020-08-07 00:27:01 +0530 | [diff] [blame] | 12 | aliases { |
| 13 | ethernet0 = &cpsw_port1; |
Lokesh Vutla | 6239cc8 | 2021-02-01 11:26:41 +0530 | [diff] [blame] | 14 | i2c0 = &wkup_i2c0; |
| 15 | i2c1 = &mcu_i2c0; |
| 16 | i2c2 = &mcu_i2c1; |
| 17 | i2c3 = &main_i2c0; |
Vignesh Raghavendra | db6451e | 2020-08-07 00:27:01 +0530 | [diff] [blame] | 18 | }; |
Lokesh Vutla | a7551cf | 2020-08-05 22:44:28 +0530 | [diff] [blame] | 19 | }; |
| 20 | |
Lokesh Vutla | a7551cf | 2020-08-05 22:44:28 +0530 | [diff] [blame] | 21 | &cbass_main { |
| 22 | u-boot,dm-spl; |
| 23 | }; |
| 24 | |
| 25 | &main_navss { |
| 26 | u-boot,dm-spl; |
| 27 | }; |
| 28 | |
| 29 | &cbass_mcu_wakeup { |
| 30 | u-boot,dm-spl; |
| 31 | |
| 32 | timer1: timer@40400000 { |
| 33 | compatible = "ti,omap5430-timer"; |
| 34 | reg = <0x0 0x40400000 0x0 0x80>; |
| 35 | ti,timer-alwon; |
Tero Kristo | bb318d8 | 2021-06-11 11:45:27 +0300 | [diff] [blame] | 36 | clock-frequency = <250000000>; |
Lokesh Vutla | a7551cf | 2020-08-05 22:44:28 +0530 | [diff] [blame] | 37 | u-boot,dm-spl; |
| 38 | }; |
Lokesh Vutla | 6239cc8 | 2021-02-01 11:26:41 +0530 | [diff] [blame] | 39 | |
| 40 | chipid@43000014 { |
| 41 | u-boot,dm-spl; |
| 42 | }; |
Vignesh Raghavendra | 2af181b | 2021-06-07 19:47:51 +0530 | [diff] [blame] | 43 | |
Tom Rini | fa09b12 | 2021-09-10 17:37:43 -0400 | [diff] [blame] | 44 | mcu_navss: bus@28380000 { |
Vignesh Raghavendra | 2af181b | 2021-06-07 19:47:51 +0530 | [diff] [blame] | 45 | u-boot,dm-spl; |
Vignesh Raghavendra | 95eca86 | 2021-06-14 14:12:39 +0530 | [diff] [blame] | 46 | #address-cells = <2>; |
| 47 | #size-cells = <2>; |
Vignesh Raghavendra | 2af181b | 2021-06-07 19:47:51 +0530 | [diff] [blame] | 48 | |
| 49 | ringacc@2b800000 { |
| 50 | reg = <0x0 0x2b800000 0x0 0x400000>, |
| 51 | <0x0 0x2b000000 0x0 0x400000>, |
| 52 | <0x0 0x28590000 0x0 0x100>, |
| 53 | <0x0 0x2a500000 0x0 0x40000>, |
| 54 | <0x0 0x28440000 0x0 0x40000>; |
| 55 | reg-names = "rt", "fifos", "proxy_gcfg", "proxy_target", "cfg"; |
| 56 | u-boot,dm-spl; |
| 57 | }; |
| 58 | |
| 59 | dma-controller@285c0000 { |
| 60 | reg = <0x0 0x285c0000 0x0 0x100>, |
| 61 | <0x0 0x284c0000 0x0 0x4000>, |
| 62 | <0x0 0x2a800000 0x0 0x40000>, |
| 63 | <0x0 0x284a0000 0x0 0x4000>, |
| 64 | <0x0 0x2aa00000 0x0 0x40000>, |
| 65 | <0x0 0x28400000 0x0 0x2000>; |
| 66 | reg-names = "gcfg", "rchan", "rchanrt", "tchan", |
| 67 | "tchanrt", "rflow"; |
| 68 | u-boot,dm-spl; |
| 69 | }; |
| 70 | }; |
Lokesh Vutla | a7551cf | 2020-08-05 22:44:28 +0530 | [diff] [blame] | 71 | }; |
| 72 | |
| 73 | &secure_proxy_main { |
| 74 | u-boot,dm-spl; |
| 75 | }; |
| 76 | |
| 77 | &dmsc { |
| 78 | u-boot,dm-spl; |
| 79 | k3_sysreset: sysreset-controller { |
| 80 | compatible = "ti,sci-sysreset"; |
| 81 | u-boot,dm-spl; |
| 82 | }; |
| 83 | }; |
| 84 | |
| 85 | &k3_pds { |
| 86 | u-boot,dm-spl; |
| 87 | }; |
| 88 | |
| 89 | &k3_clks { |
| 90 | u-boot,dm-spl; |
| 91 | }; |
| 92 | |
| 93 | &k3_reset { |
| 94 | u-boot,dm-spl; |
| 95 | }; |
| 96 | |
| 97 | &wkup_pmx0 { |
| 98 | u-boot,dm-spl; |
| 99 | }; |
| 100 | |
| 101 | &main_pmx0 { |
| 102 | u-boot,dm-spl; |
| 103 | }; |
| 104 | |
| 105 | &main_uart0 { |
| 106 | u-boot,dm-spl; |
| 107 | }; |
| 108 | |
| 109 | &mcu_uart0 { |
| 110 | u-boot,dm-spl; |
| 111 | }; |
| 112 | |
| 113 | &main_sdhci0 { |
| 114 | u-boot,dm-spl; |
| 115 | }; |
| 116 | |
| 117 | &main_sdhci1 { |
| 118 | u-boot,dm-spl; |
| 119 | }; |
| 120 | |
Lokesh Vutla | a7551cf | 2020-08-05 22:44:28 +0530 | [diff] [blame] | 121 | &wkup_i2c0 { |
| 122 | u-boot,dm-spl; |
| 123 | }; |
| 124 | |
| 125 | &main_i2c0 { |
| 126 | u-boot,dm-spl; |
| 127 | }; |
| 128 | |
| 129 | &main_i2c0_pins_default { |
| 130 | u-boot,dm-spl; |
| 131 | }; |
| 132 | |
| 133 | &exp2 { |
| 134 | u-boot,dm-spl; |
| 135 | }; |
Vignesh Raghavendra | 86c9bd4 | 2020-08-07 00:26:56 +0530 | [diff] [blame] | 136 | |
Vignesh Raghavendra | db6451e | 2020-08-07 00:27:01 +0530 | [diff] [blame] | 137 | &mcu_cpsw { |
| 138 | reg = <0x0 0x46000000 0x0 0x200000>, |
| 139 | <0x0 0x40f00200 0x0 0x8>; |
| 140 | reg-names = "cpsw_nuss", "mac_efuse"; |
Vignesh Raghavendra | 1e8f246 | 2021-02-09 13:38:48 +0530 | [diff] [blame] | 141 | /delete-property/ ranges; |
Vignesh Raghavendra | db6451e | 2020-08-07 00:27:01 +0530 | [diff] [blame] | 142 | |
| 143 | cpsw-phy-sel@40f04040 { |
| 144 | compatible = "ti,am654-cpsw-phy-sel"; |
| 145 | reg= <0x0 0x40f04040 0x0 0x4>; |
| 146 | reg-names = "gmii-sel"; |
| 147 | }; |
| 148 | }; |
| 149 | |
Vignesh Raghavendra | 86c9bd4 | 2020-08-07 00:26:56 +0530 | [diff] [blame] | 150 | &main_usbss0_pins_default { |
| 151 | u-boot,dm-spl; |
| 152 | }; |
| 153 | |
| 154 | &usbss0 { |
| 155 | u-boot,dm-spl; |
| 156 | ti,usb2-only; |
| 157 | }; |
| 158 | |
| 159 | &usb0 { |
| 160 | dr_mode = "peripheral"; |
| 161 | u-boot,dm-spl; |
| 162 | }; |
Vignesh Raghavendra | c07d068 | 2020-08-13 14:56:17 +0530 | [diff] [blame] | 163 | |
Vignesh Raghavendra | c07d068 | 2020-08-13 14:56:17 +0530 | [diff] [blame] | 164 | &mcu_fss0_hpb0_pins_default { |
| 165 | u-boot,dm-spl; |
| 166 | }; |
| 167 | |
| 168 | &fss { |
| 169 | u-boot,dm-spl; |
| 170 | }; |
| 171 | |
| 172 | &hbmc { |
| 173 | u-boot,dm-spl; |
| 174 | |
| 175 | flash@0,0 { |
| 176 | u-boot,dm-spl; |
| 177 | }; |
| 178 | }; |
| 179 | |
| 180 | &hbmc_mux { |
| 181 | u-boot,dm-spl; |
| 182 | }; |
Aswath Govindraju | 08189ff | 2021-07-21 21:28:43 +0530 | [diff] [blame] | 183 | |
| 184 | &serdes_ln_ctrl { |
| 185 | u-boot,mux-autoprobe; |
| 186 | }; |
| 187 | |
| 188 | &usb_serdes_mux { |
| 189 | u-boot,mux-autoprobe; |
| 190 | }; |
| 191 | |
| 192 | &serdes0 { |
| 193 | u-boot,dm-spl; |
| 194 | }; |
Suman Anna | 5d90836 | 2022-02-13 12:48:48 -0600 | [diff] [blame^] | 195 | |
| 196 | &main_r5fss0 { |
| 197 | ti,cluster-mode = <0>; |
| 198 | }; |