summaryrefslogtreecommitdiff
path: root/arch/arm/dts/am335x-rut-u-boot.dtsi
blob: 62638c7da9465b6a4c19b2d4961d37fe880cf6e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// SPDX-License-Identifier: GPL-2.0+
/*
 * am335x-rut U-Boot Additions
 *
 * Copyright (C) 2020 Dario Binacchi <dariobin@libero.it>
 */

#include "am33xx-u-boot.dtsi"

&l4_per {

	segment@300000 {

		target-module@e000 {
			bootph-all;

			lcdc: lcdc@0 {
				bootph-all;
			};
		};
	};
};