Jan Kiszka | c3a8795 | 2021-09-18 08:17:52 +0200 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
| 2 | /* |
Jan Kiszka | 39834cc | 2022-02-16 09:06:49 +0100 | [diff] [blame] | 3 | * Copyright (c) Siemens AG, 2018-2022 |
Jan Kiszka | c3a8795 | 2021-09-18 08:17:52 +0200 | [diff] [blame] | 4 | * |
| 5 | * Authors: |
| 6 | * Le Jin <le.jin@siemens.com> |
| 7 | * Jan Kiszka <jan.kiszka@siemens.com> |
| 8 | * |
| 9 | * Common U-Boot bits of the IOT2050 Basic and Advanced variants |
| 10 | */ |
| 11 | |
| 12 | / { |
| 13 | aliases { |
| 14 | spi0 = &ospi0; |
| 15 | }; |
| 16 | |
| 17 | leds { |
| 18 | u-boot,dm-spl; |
| 19 | status-led-red { |
| 20 | u-boot,dm-spl; |
| 21 | }; |
| 22 | status-led-green { |
| 23 | u-boot,dm-spl; |
| 24 | }; |
| 25 | }; |
| 26 | }; |
| 27 | |
| 28 | &cbass_mcu { |
| 29 | u-boot,dm-spl; |
Jan Kiszka | 39834cc | 2022-02-16 09:06:49 +0100 | [diff] [blame] | 30 | |
| 31 | mcu_navss: bus@28380000 { |
| 32 | ringacc@2b800000 { |
| 33 | reg = <0x0 0x2b800000 0x0 0x400000>, |
| 34 | <0x0 0x2b000000 0x0 0x400000>, |
| 35 | <0x0 0x28590000 0x0 0x100>, |
| 36 | <0x0 0x2a500000 0x0 0x40000>, |
| 37 | <0x0 0x28440000 0x0 0x40000>; |
| 38 | reg-names = "rt", "fifos", "proxy_gcfg", "proxy_target", "cfg"; |
| 39 | ti,dma-ring-reset-quirk; |
| 40 | }; |
| 41 | |
| 42 | dma-controller@285c0000 { |
| 43 | reg = <0x0 0x285c0000 0x0 0x100>, |
| 44 | <0x0 0x284c0000 0x0 0x4000>, |
| 45 | <0x0 0x2a800000 0x0 0x40000>, |
| 46 | <0x0 0x284a0000 0x0 0x4000>, |
| 47 | <0x0 0x2aa00000 0x0 0x40000>, |
| 48 | <0x0 0x28400000 0x0 0x2000>; |
| 49 | reg-names = "gcfg", "rchan", "rchanrt", "tchan", |
| 50 | "tchanrt", "rflow"; |
| 51 | }; |
| 52 | }; |
Jan Kiszka | c3a8795 | 2021-09-18 08:17:52 +0200 | [diff] [blame] | 53 | }; |
| 54 | |
| 55 | &cbass_wakeup { |
| 56 | u-boot,dm-spl; |
| 57 | }; |
| 58 | |
| 59 | &cbass_main { |
| 60 | u-boot,dm-spl; |
Jan Kiszka | ce543d0 | 2021-10-05 12:04:49 +0200 | [diff] [blame] | 61 | main_navss: bus@30800000 { |
Jan Kiszka | c3a8795 | 2021-09-18 08:17:52 +0200 | [diff] [blame] | 62 | u-boot,dm-spl; |
| 63 | }; |
| 64 | }; |
| 65 | |
| 66 | &wkup_pmx0 { |
| 67 | u-boot,dm-spl; |
| 68 | mcu-fss0-ospi0-pins-default { |
| 69 | u-boot,dm-spl; |
| 70 | }; |
| 71 | }; |
| 72 | |
| 73 | &main_pmx0 { |
| 74 | u-boot,dm-spl; |
| 75 | main-uart1-pins-default { |
| 76 | u-boot,dm-spl; |
| 77 | }; |
| 78 | }; |
| 79 | |
| 80 | &main_uart1 { |
| 81 | u-boot,dm-spl; |
| 82 | current-speed = <115200>; |
| 83 | }; |
| 84 | |
| 85 | &wkup_gpio0 { |
| 86 | u-boot,dm-spl; |
| 87 | }; |
| 88 | |
| 89 | &ospi0 { |
| 90 | u-boot,dm-spl; |
| 91 | flash@0 { |
| 92 | u-boot,dm-spl; |
| 93 | }; |
| 94 | }; |
| 95 | |
| 96 | &secure_proxy_main { |
| 97 | u-boot,dm-spl; |
| 98 | }; |
| 99 | |
| 100 | &dmsc { |
| 101 | u-boot,dm-spl; |
| 102 | k3_sysreset: sysreset-controller { |
| 103 | compatible = "ti,sci-sysreset"; |
| 104 | u-boot,dm-spl; |
| 105 | }; |
| 106 | }; |
| 107 | |
| 108 | &k3_pds { |
| 109 | u-boot,dm-spl; |
| 110 | }; |
| 111 | |
| 112 | &k3_clks { |
| 113 | u-boot,dm-spl; |
| 114 | }; |
| 115 | |
| 116 | &k3_reset { |
| 117 | u-boot,dm-spl; |
| 118 | }; |
| 119 | |
| 120 | &fss { |
| 121 | u-boot,dm-spl; |
| 122 | }; |