blob: da8b0392ef619a7e4c960f517860fc81212f8fb7 [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
10&aips1 {
11 u-boot,dm-spl;
12
13 spba-bus@02000000 {
14 u-boot,dm-spl;
15 };
16};
17
18&pinctrl_uart1 {
19 u-boot,dm-spl;
20};
21
22&uart1 {
23 u-boot,dm-spl;
24};