mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
25 lines
350 B
Text
25 lines
350 B
Text
|
// 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"
|
||
|
|
||
|
&aips1 {
|
||
|
u-boot,dm-spl;
|
||
|
|
||
|
spba-bus@02000000 {
|
||
|
u-boot,dm-spl;
|
||
|
};
|
||
|
};
|
||
|
|
||
|
&pinctrl_uart1 {
|
||
|
u-boot,dm-spl;
|
||
|
};
|
||
|
|
||
|
&uart1 {
|
||
|
u-boot,dm-spl;
|
||
|
};
|