mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
10e959a1ca
MYS-6ULX is single board computer (SBC) comes with eMMC or NAND based on imx6ULL SoC from NXP and provision for expansion board. This commit adds support only for SBC with NAND. CPU: Freescale i.MX6ULL rev1.1 528 MHz (running at 396 MHz) CPU: Commercial temperature grade (0C to 95C) at 45C Reset cause: WDOG Model: MYiR i.MX6ULL MYS-6ULX Single Board Computer with NAND Board: MYiR MYS-6ULX 6ULL Single Board Computer DRAM: 256 MiB NAND: 256 MiB MMC: FSL_SDHC: 0 In: serial@2020000 Out: serial@2020000 Err: serial@2020000 Net: FEC0 Working: - Eth0 - MMC/SD - NAND - UART 1 - USB host Signed-off-by: Parthiban Nallathambi <parthiban@linumiz.com>
19 lines
407 B
Text
19 lines
407 B
Text
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Copyright (C) 2020 Linumiz
|
|
* Author: Parthiban Nallathambi <parthiban@linumiz.com>
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "imx6ull.dtsi"
|
|
#include "imx6ull-myir-mys-6ulx.dtsi"
|
|
#include "imx6ull-mys-6ulx-u-boot.dtsi"
|
|
|
|
/ {
|
|
model = "MYiR i.MX6ULL MYS-6ULX Single Board Computer with NAND";
|
|
compatible = "myir,imx6ull-mys-6ulx-eval", "fsl,imx6ull";
|
|
};
|
|
|
|
&gpmi {
|
|
status = "okay";
|
|
};
|