blob: 62638c7da9465b6a4c19b2d4961d37fe880cf6e5 [file] [log] [blame]
Dario Binacchi72e0a0e2020-02-22 14:05:46 +01001// 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 Binacchic28baf62020-12-30 00:06:37 +01008#include "am33xx-u-boot.dtsi"
9
Dario Binacchiff94c152020-12-30 00:16:27 +010010&l4_per {
11
12 segment@300000 {
13
14 target-module@e000 {
Simon Glass8c103c32023-02-13 08:56:33 -070015 bootph-all;
Dario Binacchiff94c152020-12-30 00:16:27 +010016
17 lcdc: lcdc@0 {
Simon Glass8c103c32023-02-13 08:56:33 -070018 bootph-all;
Dario Binacchiff94c152020-12-30 00:16:27 +010019 };
20 };
Dario Binacchi72e0a0e2020-02-22 14:05:46 +010021 };
22};