Jan Kiszka | 4a88eb2 | 2021-09-18 08:17:52 +0200 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
| 2 | /* |
| 3 | * Copyright (c) Siemens AG, 2018-2021 |
| 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; |
| 30 | }; |
| 31 | |
| 32 | &cbass_wakeup { |
| 33 | u-boot,dm-spl; |
| 34 | }; |
| 35 | |
| 36 | &cbass_main { |
| 37 | u-boot,dm-spl; |
| 38 | main-navss { |
| 39 | u-boot,dm-spl; |
| 40 | }; |
| 41 | }; |
| 42 | |
| 43 | &wkup_pmx0 { |
| 44 | u-boot,dm-spl; |
| 45 | mcu-fss0-ospi0-pins-default { |
| 46 | u-boot,dm-spl; |
| 47 | }; |
| 48 | }; |
| 49 | |
| 50 | &main_pmx0 { |
| 51 | u-boot,dm-spl; |
| 52 | main-uart1-pins-default { |
| 53 | u-boot,dm-spl; |
| 54 | }; |
| 55 | }; |
| 56 | |
| 57 | &main_uart1 { |
| 58 | u-boot,dm-spl; |
| 59 | current-speed = <115200>; |
| 60 | }; |
| 61 | |
| 62 | &wkup_gpio0 { |
| 63 | u-boot,dm-spl; |
| 64 | }; |
| 65 | |
| 66 | &ospi0 { |
| 67 | u-boot,dm-spl; |
| 68 | flash@0 { |
| 69 | u-boot,dm-spl; |
| 70 | }; |
| 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 | &fss { |
| 98 | u-boot,dm-spl; |
| 99 | }; |