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