Dario Binacchi | 72e0a0e | 2020-02-22 14:05:46 +0100 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
| 2 | /* |
| 3 | * am335x-rut U-Boot Additions |
| 4 | * |
| 5 | * Copyright (C) 2020 Dario Binacchi <dariobin@libero.it> |
| 6 | */ |
| 7 | |
Dario Binacchi | c28baf6 | 2020-12-30 00:06:37 +0100 | [diff] [blame] | 8 | #include "am33xx-u-boot.dtsi" |
| 9 | |
Dario Binacchi | ff94c15 | 2020-12-30 00:16:27 +0100 | [diff] [blame] | 10 | &l4_per { |
| 11 | |
| 12 | segment@300000 { |
| 13 | |
| 14 | target-module@e000 { |
| 15 | u-boot,dm-pre-reloc; |
| 16 | |
| 17 | lcdc: lcdc@0 { |
| 18 | u-boot,dm-pre-reloc; |
| 19 | }; |
| 20 | }; |
Dario Binacchi | 72e0a0e | 2020-02-22 14:05:46 +0100 | [diff] [blame] | 21 | }; |
| 22 | }; |