Lokesh Vutla | aebb2a4 | 2019-06-13 10:29:55 +0530 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
| 2 | /* |
| 3 | * Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/ |
| 4 | */ |
| 5 | |
| 6 | / { |
| 7 | chosen { |
| 8 | stdout-path = "serial2:115200n8"; |
| 9 | tick-timer = &timer1; |
| 10 | }; |
| 11 | }; |
| 12 | |
| 13 | &cbass_main{ |
| 14 | u-boot,dm-spl; |
| 15 | }; |
| 16 | |
| 17 | &cbass_mcu_wakeup { |
| 18 | u-boot,dm-spl; |
| 19 | |
| 20 | timer1: timer@40400000 { |
| 21 | compatible = "ti,omap5430-timer"; |
| 22 | reg = <0x0 0x40400000 0x0 0x80>; |
| 23 | ti,timer-alwon; |
| 24 | clock-frequency = <25000000>; |
| 25 | u-boot,dm-spl; |
| 26 | }; |
| 27 | }; |
| 28 | |
| 29 | &secure_proxy_main { |
| 30 | u-boot,dm-spl; |
| 31 | }; |
| 32 | |
| 33 | &dmsc { |
| 34 | u-boot,dm-spl; |
| 35 | k3_sysreset: sysreset-controller { |
| 36 | compatible = "ti,sci-sysreset"; |
| 37 | u-boot,dm-spl; |
| 38 | }; |
| 39 | }; |
| 40 | |
| 41 | &k3_pds { |
| 42 | u-boot,dm-spl; |
| 43 | }; |
| 44 | |
| 45 | &k3_clks { |
| 46 | u-boot,dm-spl; |
| 47 | }; |
| 48 | |
| 49 | &k3_reset { |
| 50 | u-boot,dm-spl; |
| 51 | }; |
| 52 | |
| 53 | &wkup_pmx0 { |
| 54 | u-boot,dm-spl; |
| 55 | }; |
| 56 | |
| 57 | &main_pmx0 { |
| 58 | u-boot,dm-spl; |
| 59 | }; |
| 60 | |
| 61 | &main_uart0 { |
| 62 | u-boot,dm-spl; |
| 63 | }; |
| 64 | |
| 65 | &mcu_uart0 { |
| 66 | u-boot,dm-spl; |
| 67 | }; |
| 68 | |
| 69 | &main_sdhci0 { |
| 70 | u-boot,dm-spl; |
| 71 | }; |
| 72 | |
| 73 | &main_sdhci1 { |
| 74 | u-boot,dm-spl; |
| 75 | }; |