Dave Gerlach | 278e7ac | 2021-04-23 11:27:46 -0500 | [diff] [blame^] | 1 | // SPDX-License-Identifier: GPL-2.0 |
| 2 | /* |
| 3 | * Copyright (C) 2020-2021 Texas Instruments Incorporated - https://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 | timer1: timer@2400000 { |
| 16 | compatible = "ti,omap5430-timer"; |
| 17 | reg = <0x0 0x2400000 0x0 0x80>; |
| 18 | ti,timer-alwon; |
| 19 | clock-frequency = <250000000>; |
| 20 | u-boot,dm-spl; |
| 21 | }; |
| 22 | }; |
| 23 | |
| 24 | &main_uart0 { |
| 25 | u-boot,dm-spl; |
| 26 | }; |
| 27 | |
| 28 | &dmss { |
| 29 | u-boot,dm-spl; |
| 30 | }; |
| 31 | |
| 32 | &secure_proxy_main { |
| 33 | u-boot,dm-spl; |
| 34 | }; |
| 35 | |
| 36 | &dmsc { |
| 37 | u-boot,dm-spl; |
| 38 | }; |
| 39 | |
| 40 | &k3_pds { |
| 41 | u-boot,dm-spl; |
| 42 | }; |
| 43 | |
| 44 | &k3_clks { |
| 45 | u-boot,dm-spl; |
| 46 | }; |
| 47 | |
| 48 | &k3_reset { |
| 49 | u-boot,dm-spl; |
| 50 | }; |
| 51 | |
| 52 | &sdhci0 { |
| 53 | u-boot,dm-spl; |
| 54 | }; |
| 55 | |
| 56 | &sdhci1 { |
| 57 | u-boot,dm-spl; |
| 58 | }; |