mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-04 10:30:32 +00:00
66 lines
626 B
Text
66 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;
|
||
|
};
|