blob: 516e52e1f5de1075e6d0be44774ed4dc51892000 [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
Teresa Remmet82750c22020-08-21 09:55:53 +020017&pinctrl_uart3 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070018 bootph-pre-ram;
Teresa Remmet82750c22020-08-21 09:55:53 +020019};
20
21&pinctrl_usdhc2_gpio {
Simon Glassd3a98cb2023-02-13 08:56:33 -070022 bootph-pre-ram;
Teresa Remmet82750c22020-08-21 09:55:53 +020023};
24
25&pinctrl_usdhc2 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070026 bootph-pre-ram;
Teresa Remmet82750c22020-08-21 09:55:53 +020027};
28
29&pinctrl_usdhc3 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070030 bootph-pre-ram;
Teresa Remmet82750c22020-08-21 09:55:53 +020031};
32
Teresa Remmet96303ad2021-10-06 11:56:50 +020033&pinctrl_wdog {
Simon Glassd3a98cb2023-02-13 08:56:33 -070034 bootph-pre-ram;
Teresa Remmet96303ad2021-10-06 11:56:50 +020035};
36
Teresa Remmet82750c22020-08-21 09:55:53 +020037&gpio1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070038 bootph-pre-ram;
Teresa Remmet82750c22020-08-21 09:55:53 +020039};
40
41&gpio2 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070042 bootph-pre-ram;
Teresa Remmet82750c22020-08-21 09:55:53 +020043};
44
45&gpio3 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070046 bootph-pre-ram;
Teresa Remmet82750c22020-08-21 09:55:53 +020047};
48
49&gpio4 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070050 bootph-pre-ram;
Teresa Remmet82750c22020-08-21 09:55:53 +020051};
52
53&gpio5 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070054 bootph-pre-ram;
Teresa Remmet82750c22020-08-21 09:55:53 +020055};
56
57&uart3 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070058 bootph-pre-ram;
Teresa Remmet82750c22020-08-21 09:55:53 +020059};
60
61&usdhc2 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070062 bootph-pre-ram;
Teresa Remmet82750c22020-08-21 09:55:53 +020063};
64
65&usdhc3 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070066 bootph-pre-ram;
Teresa Remmet82750c22020-08-21 09:55:53 +020067};
68
69&wdog1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070070 bootph-pre-ram;
Teresa Remmet82750c22020-08-21 09:55:53 +020071};