mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 01:17:39 +00:00
cc74cab86a
Introduce BSH SystemMaster (SMM) M2 board family, which consists of: imx6ulz SMM M2 and imx6ulz SMM M2 PRO boards. Add support for imx6ulz BSH SMM M2 board: - 128 MiB DDR3 RAM - 256MiB Nand - USBOTG1 peripheral - fastboot. Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com> Reviewed-by: Fabio Estevam <festevam@denx.de>
35 lines
425 B
Text
35 lines
425 B
Text
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Copyright (C) 2022 BSH Hausgeraete GmbH
|
|
*
|
|
* Author: Michael Trimarchi <michael@amarulasolutions.com>
|
|
*/
|
|
|
|
&{/soc} {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&aips2 {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&iomuxc {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&iomuxc_snvs {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&uart4 {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&pinctrl_uart4 {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&gpmi {
|
|
u-boot,dm-spl;
|
|
u-boot,dm-pre-reloc;
|
|
};
|