blob: 315714f398489a41365691e60039bfb48d1745aa [file] [log] [blame]
Peng Fand239d9d2019-09-16 03:09:55 +00001// SPDX-License-Identifier: GPL-2.0+
2/*
Gaurav Jainee51b2c2022-03-24 11:50:26 +05303 * Copyright 2019, 2021 NXP
Peng Fand239d9d2019-09-16 03:09:55 +00004 */
5
Adam Ford23412562022-10-21 19:58:34 -05006#include "imx8mn-u-boot.dtsi"
Peng Fand239d9d2019-09-16 03:09:55 +00007
8&pinctrl_reg_usdhc2_vmmc {
Simon Glass8c103c32023-02-13 08:56:33 -07009 bootph-pre-ram;
Peng Fand239d9d2019-09-16 03:09:55 +000010};
11
Andrey Zhizhikin247bbeb2020-12-05 17:29:17 +000012&reg_usdhc2_vmmc {
13 u-boot,off-on-delay-us = <20000>;
14};
15
Peng Fand239d9d2019-09-16 03:09:55 +000016&pinctrl_uart2 {
Simon Glass8c103c32023-02-13 08:56:33 -070017 bootph-pre-ram;
Peng Fand239d9d2019-09-16 03:09:55 +000018};
19
20&pinctrl_usdhc2_gpio {
Simon Glass8c103c32023-02-13 08:56:33 -070021 bootph-pre-ram;
Peng Fand239d9d2019-09-16 03:09:55 +000022};
23
24&pinctrl_usdhc2 {
Simon Glass8c103c32023-02-13 08:56:33 -070025 bootph-pre-ram;
Peng Fand239d9d2019-09-16 03:09:55 +000026};
27
28&pinctrl_usdhc3 {
Simon Glass8c103c32023-02-13 08:56:33 -070029 bootph-pre-ram;
Peng Fand239d9d2019-09-16 03:09:55 +000030};
31
Peng Fan6d5cc902022-05-05 19:05:57 +080032&pinctrl_wdog {
Simon Glass8c103c32023-02-13 08:56:33 -070033 bootph-pre-ram;
Peng Fan6d5cc902022-05-05 19:05:57 +080034};
35
Peng Fand239d9d2019-09-16 03:09:55 +000036&gpio1 {
Simon Glass8c103c32023-02-13 08:56:33 -070037 bootph-pre-ram;
Peng Fand239d9d2019-09-16 03:09:55 +000038};
39
40&gpio2 {
Simon Glass8c103c32023-02-13 08:56:33 -070041 bootph-pre-ram;
Peng Fand239d9d2019-09-16 03:09:55 +000042};
43
44&gpio3 {
Simon Glass8c103c32023-02-13 08:56:33 -070045 bootph-pre-ram;
Peng Fand239d9d2019-09-16 03:09:55 +000046};
47
48&gpio4 {
Simon Glass8c103c32023-02-13 08:56:33 -070049 bootph-pre-ram;
Peng Fand239d9d2019-09-16 03:09:55 +000050};
51
52&gpio5 {
Simon Glass8c103c32023-02-13 08:56:33 -070053 bootph-pre-ram;
Peng Fand239d9d2019-09-16 03:09:55 +000054};
55
56&uart2 {
Simon Glass8c103c32023-02-13 08:56:33 -070057 bootph-pre-ram;
Peng Fand239d9d2019-09-16 03:09:55 +000058};
59
Gaurav Jainee51b2c2022-03-24 11:50:26 +053060&crypto {
Simon Glass8c103c32023-02-13 08:56:33 -070061 bootph-pre-ram;
Gaurav Jainee51b2c2022-03-24 11:50:26 +053062};
63
64&sec_jr0 {
Simon Glass8c103c32023-02-13 08:56:33 -070065 bootph-pre-ram;
Gaurav Jainee51b2c2022-03-24 11:50:26 +053066};
67
68&sec_jr1 {
Simon Glass8c103c32023-02-13 08:56:33 -070069 bootph-pre-ram;
Gaurav Jainee51b2c2022-03-24 11:50:26 +053070};
71
72&sec_jr2 {
Simon Glass8c103c32023-02-13 08:56:33 -070073 bootph-pre-ram;
Gaurav Jainee51b2c2022-03-24 11:50:26 +053074};
75
Peng Fand239d9d2019-09-16 03:09:55 +000076&usdhc1 {
Simon Glass8c103c32023-02-13 08:56:33 -070077 bootph-pre-ram;
Peng Fand239d9d2019-09-16 03:09:55 +000078};
79
80&usdhc2 {
Simon Glass8c103c32023-02-13 08:56:33 -070081 bootph-pre-ram;
Andrey Zhizhikin50b1a692020-12-05 17:29:18 +000082 sd-uhs-sdr104;
83 sd-uhs-ddr50;
Peng Fand239d9d2019-09-16 03:09:55 +000084};
85
86&usdhc3 {
Simon Glass8c103c32023-02-13 08:56:33 -070087 bootph-pre-ram;
Andrey Zhizhikin50b1a692020-12-05 17:29:18 +000088 mmc-hs400-1_8v;
89 mmc-hs400-enhanced-strobe;
Peng Fand239d9d2019-09-16 03:09:55 +000090};