blob: 8337c4aea8077e0fc2c9f5bb55aeb50da547149e [file] [log] [blame]
Tim Harvey03bf8432021-03-02 14:00:21 -08001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright 2021 Gateworks Corporation
4 */
5
Jagan Tekic1f09502021-04-26 18:23:46 +05306#include "imx8mm-u-boot.dtsi"
7
Tim Harvey03bf8432021-03-02 14:00:21 -08008/ {
9 wdt-reboot {
10 compatible = "wdt-reboot";
11 wdt = <&wdog1>;
Simon Glass8c103c32023-02-13 08:56:33 -070012 bootph-pre-ram;
Tim Harvey03bf8432021-03-02 14:00:21 -080013 };
14};
15
Tim Harvey03bf8432021-03-02 14:00:21 -080016&gpio1 {
Simon Glass8c103c32023-02-13 08:56:33 -070017 bootph-pre-ram;
Tim Harvey03bf8432021-03-02 14:00:21 -080018};
19
20&gpio2 {
Simon Glass8c103c32023-02-13 08:56:33 -070021 bootph-pre-ram;
Tim Harvey03bf8432021-03-02 14:00:21 -080022};
23
24&gpio3 {
Simon Glass8c103c32023-02-13 08:56:33 -070025 bootph-pre-ram;
Tim Harvey03bf8432021-03-02 14:00:21 -080026};
27
28&gpio4 {
Simon Glass8c103c32023-02-13 08:56:33 -070029 bootph-pre-ram;
Tim Harvey03bf8432021-03-02 14:00:21 -080030};
31
32&gpio5 {
Simon Glass8c103c32023-02-13 08:56:33 -070033 bootph-pre-ram;
Tim Harvey03bf8432021-03-02 14:00:21 -080034};
35
36&uart2 {
Simon Glass8c103c32023-02-13 08:56:33 -070037 bootph-pre-ram;
Tim Harvey03bf8432021-03-02 14:00:21 -080038};
39
40&pinctrl_uart2 {
Simon Glass8c103c32023-02-13 08:56:33 -070041 bootph-pre-ram;
Tim Harvey03bf8432021-03-02 14:00:21 -080042};
43
44&usdhc3 {
Simon Glass8c103c32023-02-13 08:56:33 -070045 bootph-pre-ram;
Tim Harvey03bf8432021-03-02 14:00:21 -080046};
47
48&pinctrl_usdhc3 {
Simon Glass8c103c32023-02-13 08:56:33 -070049 bootph-pre-ram;
Tim Harvey03bf8432021-03-02 14:00:21 -080050};
51
52&i2c1 {
Simon Glass8c103c32023-02-13 08:56:33 -070053 bootph-pre-ram;
Tim Harvey03bf8432021-03-02 14:00:21 -080054};
55
56&pinctrl_i2c1 {
Simon Glass8c103c32023-02-13 08:56:33 -070057 bootph-pre-ram;
Tim Harvey03bf8432021-03-02 14:00:21 -080058};
59
Tim Harvey3041e092022-11-11 08:03:07 -080060&pinctrl_i2c1_gpio {
Simon Glass8c103c32023-02-13 08:56:33 -070061 bootph-pre-ram;
Tim Harvey3041e092022-11-11 08:03:07 -080062};
63
Tim Harveyfb9ec332022-04-13 08:56:40 -070064&gsc {
Simon Glass8c103c32023-02-13 08:56:33 -070065 bootph-pre-ram;
Tim Harveyfb9ec332022-04-13 08:56:40 -070066};
67
Tim Harvey03bf8432021-03-02 14:00:21 -080068&i2c2 {
Simon Glass8c103c32023-02-13 08:56:33 -070069 bootph-pre-ram;
Tim Harvey03bf8432021-03-02 14:00:21 -080070};
71
72&pinctrl_i2c2 {
Simon Glass8c103c32023-02-13 08:56:33 -070073 bootph-pre-ram;
Tim Harvey03bf8432021-03-02 14:00:21 -080074};
75
76&wdog1 {
Simon Glass8c103c32023-02-13 08:56:33 -070077 bootph-pre-ram;
Tim Harvey03bf8432021-03-02 14:00:21 -080078};
Peng Fan6692cd92022-06-11 20:21:05 +080079
80&pinctrl_wdog {
Simon Glass8c103c32023-02-13 08:56:33 -070081 bootph-pre-ram;
Peng Fan6692cd92022-06-11 20:21:05 +080082};