mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 01:17:39 +00:00
c8f3402ad2
Add support for the MSC SM2S-IMX8PLUS SMARC Module. Tested in conjunction with the MSC SM2-MB-EP1 Mini-ITX Carrier Board. Signed-off-by: Martyn Welch <martyn.welch@collabora.com> Signed-off-by: Fabio Estevam <festevam@denx.de>
65 lines
626 B
Text
65 lines
626 B
Text
// SPDX-License-Identifier: GPL-2.0+
|
|
/*
|
|
* Copyright 2019 NXP
|
|
*/
|
|
|
|
#include "imx8mp-u-boot.dtsi"
|
|
|
|
/ {
|
|
model = "MSC SM2S-IMX8MPLUS";
|
|
compatible = "avnet,sm2s-imx8mp", "fsl,imx8mp";
|
|
|
|
wdt-reboot {
|
|
compatible = "wdt-reboot";
|
|
wdt = <&wdog1>;
|
|
u-boot,dm-spl;
|
|
};
|
|
};
|
|
|
|
®_usdhc2_vmmc {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&gpio1 {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&gpio2 {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&gpio3 {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&i2c1 {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&i2c2 {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&i2c3 {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&i2c4 {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&i2c5 {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&i2c6 {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&pinctrl_i2c6 {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&pmic {
|
|
u-boot,dm-spl;
|
|
};
|