blob: e65eeb8d8cebce856e0dfb58c6c2341cff03a89b [file] [log] [blame]
Sébastien Szymanski6d1193d2018-09-06 09:51:53 +02001// SPDX-License-Identifier: GPL-2.0
2/*
3 * Device Tree Source extras for U-Boot for the OPOS6UL SoM
4 *
5 * Copyright (C) 2018 Armadeus Systems <support@armadeus.com>
6 */
7
8/ {
9 soc {
Simon Glassd3a98cb2023-02-13 08:56:33 -070010 bootph-pre-ram;
Sébastien Szymanski6d1193d2018-09-06 09:51:53 +020011 };
Sébastien Szymanskid0410ba2024-02-23 12:28:04 +010012
13 wdt-reboot {
14 compatible = "wdt-reboot";
15 wdt = <&wdog1>;
16 bootph-pre-ram;
17 };
Sébastien Szymanski6d1193d2018-09-06 09:51:53 +020018};
19
20&aips2 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070021 bootph-pre-ram;
Sébastien Szymanski6d1193d2018-09-06 09:51:53 +020022};
23
24&iomuxc {
Simon Glassd3a98cb2023-02-13 08:56:33 -070025 bootph-pre-ram;
Sébastien Szymanski6d1193d2018-09-06 09:51:53 +020026};
27
28&pinctrl_usdhc1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070029 bootph-pre-ram;
Sébastien Szymanski6d1193d2018-09-06 09:51:53 +020030};
31
32&usdhc1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070033 bootph-pre-ram;
Sébastien Szymanski6d1193d2018-09-06 09:51:53 +020034};
Sébastien Szymanskid0410ba2024-02-23 12:28:04 +010035
36&wdog1 {
37 bootph-pre-ram;
38};