1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Device Tree Source extras for U-Boot for the OPOS6ULDev board
4 *
5 * Copyright (C) 2018 Armadeus Systems <support@armadeus.com>
6 */
7
8#include "imx6ul-opos6ul-u-boot.dtsi"
9
10/ {
11	aliases {
12		display0 = &lcdif;
13	};
14};
15
16&aips1 {
17	u-boot,dm-spl;
18
19	spba-bus@02000000 {
20		u-boot,dm-spl;
21	};
22};
23
24&lcdif {
25	u-boot,dm-pre-proper;
26};
27
28&pinctrl_uart1 {
29	u-boot,dm-spl;
30};
31
32&uart1 {
33	u-boot,dm-spl;
34};
35