blob: 669cb6bf165575c7e688e49fe15732c97c9c0121 [file] [log] [blame]
Dario Binacchi9b8c3202020-02-22 14:05:46 +01001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * am335x-evmsk U-Boot Additions
4 *
5 * Copyright (C) 2020 Dario Binacchi <dariobin@libero.it>
6 */
7
Dario Binacchi2180d802020-12-30 00:06:37 +01008#include "am33xx-u-boot.dtsi"
9
Dario Binacchi67e92c12020-12-30 00:16:27 +010010&l4_per {
11
12 segment@300000 {
13
14 target-module@e000 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070015 bootph-all;
Dario Binacchi67e92c12020-12-30 00:16:27 +010016
17 lcdc: lcdc@0 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070018 bootph-all;
Dario Binacchi67e92c12020-12-30 00:16:27 +010019 };
20 };
Dario Binacchi9b8c3202020-02-22 14:05:46 +010021 };
22};