blob: cf591adf5a46159817fcf1664adc64a56dce7854 [file] [log] [blame]
Martyn Welchc8f34022022-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
12 wdt-reboot {
13 compatible = "wdt-reboot";
14 wdt = <&wdog1>;
15 u-boot,dm-spl;
16 };
17};
18
19&reg_usdhc2_vmmc {
20 u-boot,dm-spl;
21};
22
23&gpio1 {
24 u-boot,dm-spl;
25};
26
27&gpio2 {
28 u-boot,dm-spl;
29};
30
31&gpio3 {
32 u-boot,dm-spl;
33};
34
35&i2c1 {
36 u-boot,dm-spl;
37};
38
39&i2c2 {
40 u-boot,dm-spl;
41};
42
43&i2c3 {
44 u-boot,dm-spl;
45};
46
47&i2c4 {
48 u-boot,dm-spl;
49};
50
51&i2c5 {
52 u-boot,dm-spl;
53};
54
55&i2c6 {
56 u-boot,dm-spl;
57};
58
59&pinctrl_i2c6 {
60 u-boot,dm-spl;
61};
62
63&pmic {
64 u-boot,dm-spl;
65};