Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
Jean-Jacques Hiblot | 8fc52bf | 2017-05-17 21:22:55 +0200 | [diff] [blame] | 2 | /* |
| 3 | * Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/ |
Jean-Jacques Hiblot | 8fc52bf | 2017-05-17 21:22:55 +0200 | [diff] [blame] | 4 | */ |
| 5 | |
Dario Binacchi | 2180d80 | 2020-12-30 00:06:37 +0100 | [diff] [blame] | 6 | #include "am33xx-u-boot.dtsi" |
| 7 | |
Dario Binacchi | 67e92c1 | 2020-12-30 00:16:27 +0100 | [diff] [blame] | 8 | &l4_per { |
Paul Barker | 1792aab | 2022-11-14 12:42:38 +0000 | [diff] [blame] | 9 | u-boot,dm-pre-reloc; |
Dario Binacchi | 67e92c1 | 2020-12-30 00:16:27 +0100 | [diff] [blame] | 10 | segment@300000 { |
Paul Barker | 1792aab | 2022-11-14 12:42:38 +0000 | [diff] [blame] | 11 | u-boot,dm-pre-reloc; |
Dario Binacchi | 67e92c1 | 2020-12-30 00:16:27 +0100 | [diff] [blame] | 12 | target-module@e000 { |
| 13 | u-boot,dm-pre-reloc; |
| 14 | |
| 15 | lcdc: lcdc@0 { |
| 16 | u-boot,dm-pre-reloc; |
| 17 | }; |
| 18 | }; |
Dario Binacchi | 9b8c320 | 2020-02-22 14:05:46 +0100 | [diff] [blame] | 19 | }; |
| 20 | }; |
| 21 | |
Jean-Jacques Hiblot | 8fc52bf | 2017-05-17 21:22:55 +0200 | [diff] [blame] | 22 | &mmc3 { |
| 23 | status = "disabled"; |
| 24 | }; |
Jean-Jacques Hiblot | 40e62a8 | 2019-01-22 16:48:17 +0100 | [diff] [blame] | 25 | |
| 26 | &usb0 { |
| 27 | dr_mode = "peripheral"; |
| 28 | }; |
Paul Barker | 1792aab | 2022-11-14 12:42:38 +0000 | [diff] [blame] | 29 | |
| 30 | &i2c0 { |
| 31 | u-boot,dm-pre-reloc; |
| 32 | }; |
| 33 | |
| 34 | &l4_wkup { |
| 35 | u-boot,dm-pre-reloc; |
| 36 | segment@200000 { |
| 37 | u-boot,dm-pre-reloc; |
| 38 | target-module@9000 { |
| 39 | u-boot,dm-pre-reloc; |
| 40 | }; |
| 41 | }; |
| 42 | }; |
| 43 | |
| 44 | &uart0 { |
| 45 | u-boot,dm-pre-reloc; |
| 46 | }; |
| 47 | |
| 48 | &mmc1 { |
| 49 | u-boot,dm-pre-reloc; |
| 50 | }; |
| 51 | |
| 52 | &mmc2 { |
| 53 | u-boot,dm-pre-reloc; |
| 54 | }; |