2018-09-06 09:51:53 +02:00
|
|
|
// 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"
|
|
|
|
|
2019-10-21 15:33:03 +02:00
|
|
|
/ {
|
|
|
|
aliases {
|
|
|
|
display0 = &lcdif;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2018-09-06 09:51:53 +02:00
|
|
|
&aips1 {
|
2023-02-13 08:56:33 -07:00
|
|
|
bootph-pre-ram;
|
2018-09-06 09:51:53 +02:00
|
|
|
|
|
|
|
spba-bus@02000000 {
|
2023-02-13 08:56:33 -07:00
|
|
|
bootph-pre-ram;
|
2018-09-06 09:51:53 +02:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2019-10-21 15:33:03 +02:00
|
|
|
&lcdif {
|
2023-02-13 08:56:33 -07:00
|
|
|
bootph-some-ram;
|
2019-10-21 15:33:03 +02:00
|
|
|
};
|
|
|
|
|
2018-09-06 09:51:53 +02:00
|
|
|
&pinctrl_uart1 {
|
2023-02-13 08:56:33 -07:00
|
|
|
bootph-pre-ram;
|
2018-09-06 09:51:53 +02:00
|
|
|
};
|
|
|
|
|
|
|
|
&uart1 {
|
2023-02-13 08:56:33 -07:00
|
|
|
bootph-pre-ram;
|
2018-09-06 09:51:53 +02:00
|
|
|
};
|