summaryrefslogtreecommitdiff
path: root/arch/arm/dts/imx6ul-opos6uldev-u-boot.dtsi
blob: 3f351ef0c425dfc36bf1e857ac7d1bebdc5f6b4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
// SPDX-License-Identifier: GPL-2.0
/*
 * Device Tree Source extras for U-Boot for the OPOS6ULDev board
 *
 * Copyright (C) 2018 Armadeus Systems <support@armadeus.com>
 */

#include "imx6ul-opos6ul-u-boot.dtsi"

/ {
	aliases {
		display0 = &lcdif;
	};
};

&aips1 {
	u-boot,dm-spl;

	spba-bus@02000000 {
		u-boot,dm-spl;
	};
};

&lcdif {
	u-boot,dm-pre-proper;
};

&pinctrl_uart1 {
	u-boot,dm-spl;
};

&uart1 {
	u-boot,dm-spl;
};