blob: 3f351ef0c425dfc36bf1e857ac7d1bebdc5f6b4c [file] [log] [blame]
Sébastien Szymanski2f90c622018-09-06 09:51:53 +02001// 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
Sébastien Szymanskib1be79b2019-10-21 15:33:03 +020010/ {
11 aliases {
12 display0 = &lcdif;
13 };
14};
15
Sébastien Szymanski2f90c622018-09-06 09:51:53 +020016&aips1 {
17 u-boot,dm-spl;
18
19 spba-bus@02000000 {
20 u-boot,dm-spl;
21 };
22};
23
Sébastien Szymanskib1be79b2019-10-21 15:33:03 +020024&lcdif {
25 u-boot,dm-pre-proper;
26};
27
Sébastien Szymanski2f90c622018-09-06 09:51:53 +020028&pinctrl_uart1 {
29 u-boot,dm-spl;
30};
31
32&uart1 {
33 u-boot,dm-spl;
34};