blob: 512dbc9ee86aa79632b91b1dfe19e0f3e89bf9c2 [file] [log] [blame]
Teresa Remmet82750c22020-08-21 09:55:53 +02001// 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
Jagan Teki73d51182021-04-26 18:23:46 +05307#include "imx8mm-u-boot.dtsi"
8
Teresa Remmet82750c22020-08-21 09:55:53 +02009/ {
10 wdt-reboot {
11 compatible = "wdt-reboot";
12 wdt = <&wdog1>;
Simon Glassd3a98cb2023-02-13 08:56:33 -070013 bootph-pre-ram;
Teresa Remmet82750c22020-08-21 09:55:53 +020014 };
15};
16
Yunus Basf03f1392024-11-22 11:29:38 +010017&pinctrl_i2c1 {
18 bootph-pre-ram;
19};
20
Teresa Remmet82750c22020-08-21 09:55:53 +020021&pinctrl_uart3 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070022 bootph-pre-ram;
Teresa Remmet82750c22020-08-21 09:55:53 +020023};
24
25&pinctrl_usdhc2_gpio {
Simon Glassd3a98cb2023-02-13 08:56:33 -070026 bootph-pre-ram;
Teresa Remmet82750c22020-08-21 09:55:53 +020027};
28
29&pinctrl_usdhc2 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070030 bootph-pre-ram;
Teresa Remmet82750c22020-08-21 09:55:53 +020031};
32
33&pinctrl_usdhc3 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070034 bootph-pre-ram;
Teresa Remmet82750c22020-08-21 09:55:53 +020035};
36
Teresa Remmet96303ad2021-10-06 11:56:50 +020037&pinctrl_wdog {
Simon Glassd3a98cb2023-02-13 08:56:33 -070038 bootph-pre-ram;
Teresa Remmet96303ad2021-10-06 11:56:50 +020039};
40
Teresa Remmet82750c22020-08-21 09:55:53 +020041&gpio1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070042 bootph-pre-ram;
Teresa Remmet82750c22020-08-21 09:55:53 +020043};
44
45&gpio2 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070046 bootph-pre-ram;
Teresa Remmet82750c22020-08-21 09:55:53 +020047};
48
49&gpio3 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070050 bootph-pre-ram;
Teresa Remmet82750c22020-08-21 09:55:53 +020051};
52
53&gpio4 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070054 bootph-pre-ram;
Teresa Remmet82750c22020-08-21 09:55:53 +020055};
56
57&gpio5 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070058 bootph-pre-ram;
Teresa Remmet82750c22020-08-21 09:55:53 +020059};
60
Yunus Basf03f1392024-11-22 11:29:38 +010061&i2c1 {
62 bootph-pre-ram;
63};
64
Teresa Remmet82750c22020-08-21 09:55:53 +020065&uart3 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070066 bootph-pre-ram;
Teresa Remmet82750c22020-08-21 09:55:53 +020067};
68
69&usdhc2 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070070 bootph-pre-ram;
Teresa Remmet82750c22020-08-21 09:55:53 +020071};
72
73&usdhc3 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070074 bootph-pre-ram;
Teresa Remmet82750c22020-08-21 09:55:53 +020075};
76
77&wdog1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070078 bootph-pre-ram;
Teresa Remmet82750c22020-08-21 09:55:53 +020079};