2020-02-22 13:05:46 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0+
|
|
|
|
/*
|
|
|
|
* am335x-rut U-Boot Additions
|
|
|
|
*
|
|
|
|
* Copyright (C) 2020 Dario Binacchi <dariobin@libero.it>
|
|
|
|
*/
|
|
|
|
|
2020-12-29 23:06:37 +00:00
|
|
|
#include "am33xx-u-boot.dtsi"
|
|
|
|
|
2020-12-29 23:16:27 +00:00
|
|
|
&l4_per {
|
|
|
|
|
|
|
|
segment@300000 {
|
|
|
|
|
|
|
|
target-module@e000 {
|
|
|
|
u-boot,dm-pre-reloc;
|
|
|
|
|
|
|
|
lcdc: lcdc@0 {
|
|
|
|
u-boot,dm-pre-reloc;
|
|
|
|
};
|
|
|
|
};
|
2020-02-22 13:05:46 +00:00
|
|
|
};
|
|
|
|
};
|