blob: ce61ca6671e92347c2f97477cbb9a797c2d6d486 [file] [log] [blame]
Martyn Welch56f96e62022-10-25 10:55:02 +01001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright 2019 NXP
4 */
5
6#include "imx8mp-u-boot.dtsi"
7
8/ {
9 model = "MSC SM2S-IMX8MPLUS";
10 compatible = "avnet,sm2s-imx8mp", "fsl,imx8mp";
11
Fabio Estevam7259dbd2024-02-13 08:43:40 -030012 aliases {
13 mmc0 = &usdhc3;
14 mmc1 = &usdhc2;
15 };
16
Martyn Welch56f96e62022-10-25 10:55:02 +010017 wdt-reboot {
18 compatible = "wdt-reboot";
19 wdt = <&wdog1>;
Simon Glassd3a98cb2023-02-13 08:56:33 -070020 bootph-pre-ram;
Martyn Welch56f96e62022-10-25 10:55:02 +010021 };
22};
23
24&reg_usdhc2_vmmc {
Simon Glassd3a98cb2023-02-13 08:56:33 -070025 bootph-pre-ram;
Martyn Welch56f96e62022-10-25 10:55:02 +010026};
27
28&gpio1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070029 bootph-pre-ram;
Martyn Welch56f96e62022-10-25 10:55:02 +010030};
31
32&gpio2 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070033 bootph-pre-ram;
Martyn Welch56f96e62022-10-25 10:55:02 +010034};
35
36&gpio3 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070037 bootph-pre-ram;
Martyn Welch56f96e62022-10-25 10:55:02 +010038};
39
40&i2c1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070041 bootph-pre-ram;
Martyn Welch56f96e62022-10-25 10:55:02 +010042};
43
44&i2c2 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070045 bootph-pre-ram;
Martyn Welch56f96e62022-10-25 10:55:02 +010046};
47
48&i2c3 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070049 bootph-pre-ram;
Martyn Welch56f96e62022-10-25 10:55:02 +010050};
51
52&i2c4 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070053 bootph-pre-ram;
Martyn Welch56f96e62022-10-25 10:55:02 +010054};
55
56&i2c5 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070057 bootph-pre-ram;
Martyn Welch56f96e62022-10-25 10:55:02 +010058};
59
60&i2c6 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070061 bootph-pre-ram;
Martyn Welch56f96e62022-10-25 10:55:02 +010062};
63
64&pinctrl_i2c6 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070065 bootph-pre-ram;
Martyn Welch56f96e62022-10-25 10:55:02 +010066};
67
68&pmic {
Simon Glassd3a98cb2023-02-13 08:56:33 -070069 bootph-pre-ram;
Martyn Welch56f96e62022-10-25 10:55:02 +010070};
Fabio Estevam6184d132024-02-13 08:43:38 -030071
72&uart2 {
73 bootph-pre-ram;
74};
75
76&pinctrl_uart2 {
77 bootph-pre-ram;
78};