Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
Jean-Jacques Hiblot | ad99abe | 2017-05-17 21:22:55 +0200 | [diff] [blame] | 2 | /* |
3 | * Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/ | ||||
Jean-Jacques Hiblot | ad99abe | 2017-05-17 21:22:55 +0200 | [diff] [blame] | 4 | */ |
5 | |||||
Dario Binacchi | c28baf6 | 2020-12-30 00:06:37 +0100 | [diff] [blame] | 6 | #include "am33xx-u-boot.dtsi" |
7 | |||||
Dario Binacchi | ff94c15 | 2020-12-30 00:16:27 +0100 | [diff] [blame] | 8 | &l4_per { |
9 | |||||
10 | segment@300000 { | ||||
11 | |||||
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 | 72e0a0e | 2020-02-22 14:05:46 +0100 | [diff] [blame] | 19 | }; |
20 | }; | ||||
21 | |||||
Jean-Jacques Hiblot | ad99abe | 2017-05-17 21:22:55 +0200 | [diff] [blame] | 22 | &mmc3 { |
23 | status = "disabled"; | ||||
24 | }; | ||||
Jean-Jacques Hiblot | db34e0e | 2019-01-22 16:48:17 +0100 | [diff] [blame] | 25 | |
26 | &usb0 { | ||||
27 | dr_mode = "peripheral"; | ||||
28 | }; |