blob: 1c7b2505499c4343d5ccbcd6b40de9c858448910 [file] [log] [blame]
Teresa Remmet30fb74d2021-01-13 16:28:09 +01001// SPDX-License-Identifier: GPL-2.0-or-later
2/*
3 * Copyright (C) 2020 PHYTEC Messtechnik GmbH
4 * Author: Teresa Remmet <t.remmet@phytec.de>
5 */
6
Teresa Remmet3e94fbd2021-07-07 12:57:57 +00007#include "imx8mp-u-boot.dtsi"
8
Teresa Remmet30fb74d2021-01-13 16:28:09 +01009/ {
10 wdt-reboot {
11 compatible = "wdt-reboot";
12 wdt = <&wdog1>;
Simon Glassd3a98cb2023-02-13 08:56:33 -070013 bootph-pre-ram;
Teresa Remmet30fb74d2021-01-13 16:28:09 +010014 };
15};
16
Teresa Remmet30fb74d2021-01-13 16:28:09 +010017&reg_usdhc2_vmmc {
Simon Glassd3a98cb2023-02-13 08:56:33 -070018 bootph-pre-ram;
Teresa Remmet30fb74d2021-01-13 16:28:09 +010019};
20
Teresa Remmet5fc6abf2021-07-07 12:57:59 +000021&pinctrl_uart1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070022 bootph-pre-ram;
Teresa Remmet30fb74d2021-01-13 16:28:09 +010023};
24
25&pinctrl_usdhc2_pins {
Simon Glassd3a98cb2023-02-13 08:56:33 -070026 bootph-pre-ram;
Teresa Remmet30fb74d2021-01-13 16:28:09 +010027};
28
29&pinctrl_usdhc2 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070030 bootph-pre-ram;
Teresa Remmet30fb74d2021-01-13 16:28:09 +010031};
32
33&pinctrl_usdhc3 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070034 bootph-pre-ram;
Teresa Remmet30fb74d2021-01-13 16:28:09 +010035};
36
Teresa Remmet44c5f682021-07-07 12:58:03 +000037&pinctrl_wdog {
Simon Glassd3a98cb2023-02-13 08:56:33 -070038 bootph-pre-ram;
Teresa Remmet44c5f682021-07-07 12:58:03 +000039};
40
Teresa Remmet30fb74d2021-01-13 16:28:09 +010041&gpio1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070042 bootph-pre-ram;
Teresa Remmet30fb74d2021-01-13 16:28:09 +010043};
44
45&gpio2 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070046 bootph-pre-ram;
Teresa Remmet30fb74d2021-01-13 16:28:09 +010047};
48
49&gpio3 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070050 bootph-pre-ram;
Teresa Remmet30fb74d2021-01-13 16:28:09 +010051};
52
53&gpio4 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070054 bootph-pre-ram;
Teresa Remmet30fb74d2021-01-13 16:28:09 +010055};
56
57&gpio5 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070058 bootph-pre-ram;
Teresa Remmet30fb74d2021-01-13 16:28:09 +010059};
60
Teresa Remmet5fc6abf2021-07-07 12:57:59 +000061&uart1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070062 bootph-pre-ram;
Teresa Remmet30fb74d2021-01-13 16:28:09 +010063};
64
65&i2c1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070066 bootph-pre-ram;
Teresa Remmet30fb74d2021-01-13 16:28:09 +010067};
68
69&pmic {
Simon Glassd3a98cb2023-02-13 08:56:33 -070070 bootph-pre-ram;
Teresa Remmet30fb74d2021-01-13 16:28:09 +010071};
72
73&usdhc2 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070074 bootph-pre-ram;
Teresa Remmet30fb74d2021-01-13 16:28:09 +010075};
76
77&usdhc3 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070078 bootph-pre-ram;
Teresa Remmet30fb74d2021-01-13 16:28:09 +010079};
80
81&wdog1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070082 bootph-pre-ram;
Teresa Remmet30fb74d2021-01-13 16:28:09 +010083};