blob: 219504f61105d12854cd17a05051bb60d54587b8 [file] [log] [blame]
Ying-Chun Liu (PaulLiu)01600c12021-04-22 04:50:30 +08001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright 2019 NXP
4 */
5
Marcel Ziswiler9888e122021-10-23 01:15:12 +02006#include "imx8mm-u-boot.dtsi"
7
Ying-Chun Liu (PaulLiu)01600c12021-04-22 04:50:30 +08008/ {
Marcel Ziswilerec7b9e82021-10-23 01:15:11 +02009 wdt-reboot {
10 compatible = "wdt-reboot";
Simon Glassd3a98cb2023-02-13 08:56:33 -070011 bootph-pre-ram;
Marcel Ziswilerec7b9e82021-10-23 01:15:11 +020012 wdt = <&wdog1>;
13 };
Ying-Chun Liu (PaulLiu)01600c12021-04-22 04:50:30 +080014};
15
Marcel Ziswilerec7b9e82021-10-23 01:15:11 +020016&{/soc@0/bus@30800000/i2c@30a30000/pmic@4b} {
Simon Glassd3a98cb2023-02-13 08:56:33 -070017 bootph-pre-ram;
Ying-Chun Liu (PaulLiu)01600c12021-04-22 04:50:30 +080018};
19
Marcel Ziswilerec7b9e82021-10-23 01:15:11 +020020&{/soc@0/bus@30800000/i2c@30a30000/pmic@4b/regulators} {
Simon Glassd3a98cb2023-02-13 08:56:33 -070021 bootph-pre-ram;
Ying-Chun Liu (PaulLiu)01600c12021-04-22 04:50:30 +080022};
23
Marcel Ziswilerec7b9e82021-10-23 01:15:11 +020024&fec1 {
25 phy-reset-gpios = <&gpio4 22 GPIO_ACTIVE_LOW>;
26};
27
28&gpio1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070029 bootph-pre-ram;
Marcel Ziswilerec7b9e82021-10-23 01:15:11 +020030};
31
32&gpio2 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070033 bootph-pre-ram;
Marcel Ziswilerec7b9e82021-10-23 01:15:11 +020034};
35
36&gpio3 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070037 bootph-pre-ram;
Marcel Ziswilerec7b9e82021-10-23 01:15:11 +020038};
39
40&gpio4 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070041 bootph-pre-ram;
Marcel Ziswilerec7b9e82021-10-23 01:15:11 +020042};
43
44&gpio5 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070045 bootph-pre-ram;
Marcel Ziswilerec7b9e82021-10-23 01:15:11 +020046};
47
48&i2c1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070049 bootph-pre-ram;
Marcel Ziswilerec7b9e82021-10-23 01:15:11 +020050};
51
52&i2c2 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070053 bootph-pre-ram;
Marcel Ziswilerec7b9e82021-10-23 01:15:11 +020054};
55
56&pinctrl_i2c2 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070057 bootph-pre-ram;
Marcel Ziswilerec7b9e82021-10-23 01:15:11 +020058};
59
60&pinctrl_pmic {
Simon Glassd3a98cb2023-02-13 08:56:33 -070061 bootph-pre-ram;
Marcel Ziswilerec7b9e82021-10-23 01:15:11 +020062};
63
64&pinctrl_uart3 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070065 bootph-pre-ram;
Marcel Ziswilerec7b9e82021-10-23 01:15:11 +020066};
67
68&pinctrl_usdhc2 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070069 bootph-pre-ram;
Marcel Ziswilerec7b9e82021-10-23 01:15:11 +020070};
71
72&pinctrl_usdhc2_gpio {
Simon Glassd3a98cb2023-02-13 08:56:33 -070073 bootph-pre-ram;
Marcel Ziswilerec7b9e82021-10-23 01:15:11 +020074};
75
76&pinctrl_usdhc3 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070077 bootph-pre-ram;
Marcel Ziswilerec7b9e82021-10-23 01:15:11 +020078};
79
Peng Fan83a9b282022-06-11 20:21:03 +080080&pinctrl_wdog {
Simon Glassd3a98cb2023-02-13 08:56:33 -070081 bootph-pre-ram;
Peng Fan83a9b282022-06-11 20:21:03 +080082};
83
Marcel Ziswilerec7b9e82021-10-23 01:15:11 +020084&uart3 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070085 bootph-pre-ram;
Marcel Ziswilerec7b9e82021-10-23 01:15:11 +020086};
87
88&usdhc1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070089 bootph-pre-ram;
Marcel Ziswilerec7b9e82021-10-23 01:15:11 +020090};
91
92&usdhc2 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070093 bootph-pre-ram;
Marcel Ziswilerec7b9e82021-10-23 01:15:11 +020094};
95
96&usdhc3 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070097 bootph-pre-ram;
Marcel Ziswilerec7b9e82021-10-23 01:15:11 +020098};
99
100&wdog1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700101 bootph-pre-ram;
Marcel Ziswilerec7b9e82021-10-23 01:15:11 +0200102};